Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_mem.c59 void* std_memmove(void* pTo, const void* cpFrom, int nLen) in std_memmove() argument
65 std_memsmove(pTo, (size_t)nLen, cpFrom, (size_t)nLen); in std_memmove()
68 return memmove(pTo, cpFrom, (size_t)nLen); in std_memmove()
/external/fastrpc/inc/
DAEEstd.h98 extern void * std_memmove(void *pTo, const void *cpFrom, int nLen);