Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Datarilance.c360 const char *cfrom = src; in slow_memcpy() local
363 *cto++ = *cfrom++; in slow_memcpy()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c158 char *cfrom = (char *)from; in _XkbCheckRequestBounds() local
161 return cfrom < cto && in _XkbCheckRequestBounds()
162 cfrom >= cstuff && in _XkbCheckRequestBounds()
163 cfrom < cstuff + ((size_t)client->req_len << 2) && in _XkbCheckRequestBounds()