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

  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 31 #ifndef MEMCPY
32 # define MEMCPY ssse3_memcpy5
136 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...]
  /system/extras/tests/memtest/
memtest.cpp 40 #define MEMCPY memcpy
75 " memcpy [perf [fast] | test]\n"
113 else if (!strcmp(argv[1], "memcpy")) err = memcpy_test(argc-1, argv+1);
131 #pragma mark memcpy
156 printf("memcpy() performance test is running, please wait...\n");
192 memcpy(dst, src, size); // just make sure to load the caches I/D
196 MEMCPY(ddd, sss+offset, size);
211 printf("memcpy() validation test is running, please wait...\n");
242 MEMCPY(s, d, size)
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 311 MEMCPY,

Completed in 212 milliseconds