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

  /bionic/libc/arch-x86/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 34 #ifndef MEMCPY
35 # define MEMCPY memcpy
139 ENTRY (MEMCPY)
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 230 #define MEMCPY(soname, fnname) \
272 MEMCPY(VG_Z_LIBC_SONAME, memcpy)
274 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */
275 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/helgrind/
hg_intercepts.c     [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
78 20180 MEMCPY if there's a conflict between memcpy and
792 /*---------------------- memcpy ----------------------*/
801 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
870 #define MEMCPY(soname, fnname) \
874 /* For older memcpy we have to use memmove-like semantics and skip
876 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
877 MEMCPY(VG_Z_LIBC_SONAME, memcpyZAZAGLIBCZu2Zd14) /* memcpy@@GLIBC_2.14 *
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 311 MEMCPY,

Completed in 228 milliseconds