Searched refs:std_memmove (Results 1 – 8 of 8) sorted by relevance
/external/fastrpc/src/ |
D | std_path.c | 129 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()
|
D | std_SwapBytes.c | 46 (void) std_memmove(pbDest, pbSrc, cb); in xMoveBytes() 174 std_memmove(pbDest, pbSrc, cb); in STD_COPY_SWAP()
|
D | std_mem.c | 59 void* std_memmove(void* pTo, const void* cpFrom, int nLen) in std_memmove() function
|
D | std.c | 149 (void)std_memmove(pcDst, cpszSrc, n); in std_strlcpy()
|
D | mod_table.c | 403 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()
|
D | apps_std_imp.c | 348 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/ |
D | fastrpc_internal.h | 238 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()
|
D | AEEstd.h | 98 extern void * std_memmove(void *pTo, const void *cpFrom, int nLen);
|