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

  /bionic/libc/arch-x86/atom/string/
ssse3-strncmp-atom.S 33 #define STRCMP strncmp
34 #include "ssse3-strcmp-atom.S"
ssse3-strcmp-atom.S 110 #ifndef STRCMP
111 # define STRCMP strcmp
115 ENTRY (STRCMP)
    [all...]
  /bionic/libc/arch-x86_64/string/
ssse3-strncmp-slm.S 32 #define STRCMP strncmp
33 #include "ssse3-strcmp-slm.S"
ssse3-strcmp-slm.S 45 #ifndef STRCMP
46 #define STRCMP strcmp
78 ENTRY (STRCMP)
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 184 #define STRCMP(soname, fnname) \
204 STRCMP(VG_Z_LIBC_SONAME, strcmp)
206 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp)
207 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp)
208 STRCMP(VG_Z_LD64_SO_1, strcmp)
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 125 // Use a CLST-based sequence to implement strcmp(). The two input operands
127 STRCMP,
  /external/valgrind/main/shared/
vg_replace_strmem.c 74 20160 STRCMP
728 /*---------------------- strcmp ----------------------*/
730 #define STRCMP(soname, fnname) \
751 STRCMP(VG_Z_LIBC_SONAME, strcmp)
752 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp)
753 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse2)
754 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse42)
755 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp)
    [all...]

Completed in 107 milliseconds