Home
last modified time | relevance | path

Searched refs:std_memmove (Results 1 – 8 of 8) sorted by relevance

/external/fastrpc/src/
Dstd_path.c129 std_memmove(pcDelFrom, pc, pcEnd-pcDelFrom); in std_cleanpath()
136 std_memmove(pszStart, pszStart+2, pcEnd-pszStart); in std_cleanpath()
141 std_memmove(pszStart, pszStart+1, pcEnd-pszStart); in std_cleanpath()
150 std_memmove(pc, pc+1, pcEnd-pc); in std_cleanpath()
Dstd_SwapBytes.c46 (void) std_memmove(pbDest, pbSrc, cb); in xMoveBytes()
174 std_memmove(pbDest, pbSrc, cb); in STD_COPY_SWAP()
Dstd_mem.c59 void* std_memmove(void* pTo, const void* cpFrom, int nLen) in std_memmove() function
Dstd.c149 (void)std_memmove(pcDst, cpszSrc, n); in std_strlcpy()
Dmod_table.c403 std_memmove(dm->uri, uri, len + 1); in open_mod_table_open_dynamic()
509 std_memmove(dm->uri, uri, len); in open_mod_table_open_from_static()
Dapps_std_imp.c348 std_memmove(pos, &fpos, STD_MIN((int)sizeof(fpos), posLen)); in __QAIC_IMPL()
372 std_memmove(&fpos, pos, sizeof(fpos)); in __QAIC_IMPL()
/external/fastrpc/inc/
Dfastrpc_internal.h238 std_memmove(msg64, &msg->msg.msg64, sizeof(*msg64)); in to_smq_msg()
296 std_memmove(&rpra[ii], &pra[ii], len * sizeof(struct smq_invoke_buf)); in to_smq_data()
304 std_memmove(rpra, pv, smq_data_size(sc, nPages)); in to_smq_data()
DAEEstd.h98 extern void * std_memmove(void *pTo, const void *cpFrom, int nLen);