Home
last modified time | relevance | path

Searched refs:cfrom (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/lib/
H A 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()
/kernel/linux/linux-6.6/arch/m68k/lib/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Datarilance.c360 const char *cfrom = src; in slow_memcpy() local
363 *cto++ = *cfrom++; in slow_memcpy()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Datarilance.c360 const char *cfrom = src; in slow_memcpy() local
363 *cto++ = *cfrom++; in slow_memcpy()

Completed in 4 milliseconds