HomeSort by relevance Sort by last modified time
    Searched defs:MEMCMP (Results 1 - 7 of 7) 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...]
  /bionic/libc/arch-x86_64/string/
sse4-memcmp-slm.S 33 #ifndef MEMCMP
34 # define MEMCMP memcmp
82 ENTRY (MEMCMP)
1631 END (MEMCMP)
    [all...]
  /art/runtime/arch/x86_64/
memcmp16_x86_64.S 19 #define MEMCMP __memcmp16
45 DEFINE_FUNCTION MEMCMP
1167 END_FUNCTION MEMCMP
  /art/runtime/arch/x86/
memcmp16_x86.S 19 #define MEMCMP __memcmp16
45 DEFINE_FUNCTION MEMCMP
1038 END_FUNCTION MEMCMP

Completed in 572 milliseconds