Home
last modified time | relevance | path

Searched refs:std_memsmove (Results 1 – 4 of 4) sorted by relevance

/external/fastrpc/src/
Dstd_mem.c65 std_memsmove(pTo, (size_t)nLen, cpFrom, (size_t)nLen); in std_memmove()
90 int std_memsmove(void *dst, int dst_size, const void *src, int src_size){ in std_memsmove() function
Dstd.c234 (void)std_memsmove(pwcDst, nDestSize*sizeof(AECHAR), in std_wstrlcpy()
/external/fastrpc/inc/
Dsbuf.h143 std_memsmove((void*)buf->bufCur, buf->bufEnd - buf->bufCur, (void*)src, writeLen); in sbuf_write()
169 std_memsmove((void*)dst, dstLen, (void*)buf->bufCur, readLen); in sbuf_read()
DAEEstd.h100 extern int std_memsmove(void *dst, int dst_size, const void *src, int src_size);