HomeSort by relevance Sort by last modified time
    Searched refs:STRCMP (Results 1 - 9 of 9) 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/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/valgrind/shared/
vg_replace_strmem.c 74 20160 STRCMP
745 /*---------------------- strcmp ----------------------*/
747 #define STRCMP(soname, fnname) \
768 STRCMP(VG_Z_LIBC_SONAME, strcmp)
769 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp)
770 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse2)
771 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse42)
772 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 133 // Use a CLST-based sequence to implement strcmp(). The two input operands
135 STRCMP,
SystemZSelectionDAGInfo.cpp 250 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
SystemZISelLowering.cpp     [all...]

Completed in 877 milliseconds