HomeSort by relevance Sort by last modified time
    Searched refs:MEMCMP (Results 1 - 3 of 3) 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 81 20190 MEMCMP
901 /*---------------------- memcmp ----------------------*/
903 #define MEMCMP(soname, fnname) \
929 MEMCMP(VG_Z_LIBC_SONAME, memcmp)
930 MEMCMP(VG_Z_LIBC_SONAME, bcmp)
931 MEMCMP(VG_Z_LD_SO_1, bcmp)
934 //MEMCMP(VG_Z_LIBC_SONAME, memcmp)
935 //MEMCMP(VG_Z_LIBC_SONAME, bcmp
    [all...]

Completed in 55 milliseconds