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

  /bionic/libc/arch-x86/silvermont/string/
sse4-wmemcmp-slm.S 32 #define MEMCMP wmemcmp
33 #include "sse4-memcmp-slm.S"
sse4-memcmp-slm.S 78 #ifndef MEMCMP
79 # define MEMCMP memcmp
130 memcmp has to use UNSIGNED comparison for elemnts.
134 ENTRY (MEMCMP)
1139 END (MEMCMP)
  /bionic/libc/arch-x86/atom/string/
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/shared/
vg_replace_strmem.c 80 20190 MEMCMP
933 /*---------------------- memcmp ----------------------*/
935 #define MEMCMP(soname, fnname) \
961 MEMCMP(VG_Z_LIBC_SONAME, memcmp)
962 MEMCMP(VG_Z_LIBC_SONAME, __GI_memcmp)
963 MEMCMP(VG_Z_LIBC_SONAME, __memcmp_sse2)
964 MEMCMP(VG_Z_LIBC_SONAME, __memcmp_sse4_1)
965 MEMCMP(VG_Z_LIBC_SONAME, bcmp)
966 MEMCMP(VG_Z_LD_SO_1, bcmp
    [all...]
  /art/runtime/arch/x86/
memcmp16_x86.S 19 #define MEMCMP __memcmp16
45 DEFINE_FUNCTION MEMCMP
1038 END_FUNCTION MEMCMP
  /art/runtime/arch/x86_64/
memcmp16_x86_64.S 19 #define MEMCMP __memcmp16
45 DEFINE_FUNCTION MEMCMP
1167 END_FUNCTION MEMCMP
  /bionic/libc/arch-x86_64/string/
sse4-memcmp-slm.S 33 #ifndef MEMCMP
34 # define MEMCMP memcmp
82 ENTRY (MEMCMP)
1631 END (MEMCMP)
    [all...]

Completed in 218 milliseconds