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

  /bionic/libc/arch-x86/string/
ssse3-memcmp16-atom.S 31 #define MEMCMP __memcmp16
37 #include "ssse3-memcmp-atom.S"
ssse3-wmemcmp-atom.S 31 #define MEMCMP wmemcmp
35 #include "ssse3-memcmp-atom.S"
ssse3-memcmp-atom.S 78 #ifndef MEMCMP
79 # define MEMCMP memcmp
102 memcmp has to use UNSIGNED comparison for elemnts.
106 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 4620 milliseconds