HomeSort by relevance Sort by last modified time
    Searched defs:MEMCPY (Results 1 - 9 of 9) sorted by null

  /bionic/libc/arch-x86/atom/string/
ssse3-memmove-atom.S 32 #define MEMCPY memmove
34 #include "ssse3-memcpy-atom.S"
ssse3-bcopy-atom.S 32 #define MEMCPY bcopy
35 #include "ssse3-memcpy-atom.S"
ssse3-memcpy-atom.S 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
137 ENTRY (MEMCPY)
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
92 ENTRY (MEMCPY)
299 END (MEMCPY)
  /bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S 33 #ifndef MEMCPY
34 # define MEMCPY memcpy
97 ENTRY (MEMCPY)
308 END (MEMCPY)
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 230 #define MEMCPY(soname, fnname) \
300 MEMCPY(VG_Z_LIBC_SONAME, memcpy)
302 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */
303 MEMCPY(VG_Z_LD64_SO_1, memcpy) /* ld64.so.1 */
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 93 #define MEMCPY(d,s,l) (memcpy(VCAST(VOID *)(d),VCAST(const VOID *)(s),l))
116 # ifndef memcpy
117 # define memcpy(d, s, n) memmove(d, s, n) macro
  /external/valgrind/main/shared/
vg_replace_strmem.c 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
77 20180 MEMCPY if there's a conflict between memcpy and
822 /*---------------------- memcpy ----------------------*/
831 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
900 #define MEMCPY(soname, fnname) \
904 /* For older memcpy we have to use memmove-like semantics and skip
906 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
907 MEMCPY(VG_Z_LIBC_SONAME, memcpyZAZAGLIBCZu2Zd14) /* memcpy@@GLIBC_2.14 *
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 316 MEMCPY,

Completed in 168 milliseconds