Home
last modified time | relevance | path

Searched refs:cfrom (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/m68k/lib/
Dmemcpy.c19 const char *cfrom = from; in memcpy() local
20 *cto++ = *cfrom++; in memcpy()
22 from = cfrom; in memcpy()
28 const char *cfrom = from; in memcpy() local
30 *cto++ = *cfrom++; in memcpy()
84 const char *cfrom = from; in memcpy() local
85 *cto = *cfrom; in memcpy()
/linux-6.12.1/drivers/net/ethernet/amd/
Datarilance.c361 const char *cfrom = src; in slow_memcpy() local
364 *cto++ = *cfrom++; in slow_memcpy()