HomeSort by relevance Sort by last modified time
    Searched refs:MEMCMP (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-x86/string/
memcmp_wrapper.S 33 # define MEMCMP memcmp
38 # include "memcmp.S"
ssse3-memcmp3-new.S 31 #ifndef MEMCMP
32 # define MEMCMP ssse3_memcmp3_new
105 ENTRY (MEMCMP)
    [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 653 #define MEMCMP(soname, fnname) \
678 MEMCMP(VG_Z_LIBC_SONAME, memcmp)
679 MEMCMP(VG_Z_LIBC_SONAME, bcmp)
681 MEMCMP(VG_Z_LD_SO_1, bcmp)
683 MEMCMP(VG_Z_DYLD, memcmp)
684 MEMCMP(VG_Z_DYLD, bcmp)
    [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]

Completed in 448 milliseconds