/bionic/libc/arch-x86/string/ |
ssse3-memcmp16-atom.S | 31 #define MEMCMP __memcmp16 33 /* int __memcmp16(const unsigned short *ptr1, const unsigned short *ptr2, size_t n); */
|
/bionic/libc/arch-mips/bionic/ |
memcmp16.S | 31 * u4 __memcmp16(const u2* s0, const u2* s1, size_t count); 33 .type __memcmp16, @function 34 .global __memcmp16 36 .ent __memcmp16 37 __memcmp16: label 55 .end __memcmp16
|
/bionic/libc/string/ |
memcmp16.c | 33 /* Unoptimised version of __memcmp16 */ 34 int __memcmp16(const unsigned short *ptr1, const unsigned short *ptr2, size_t n) function
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 133 .word __memcmp16
|
/art/runtime/arch/arm/ |
entrypoints_init_arm.cc | 110 extern "C" int32_t __memcmp16(void*, void*, int32_t); 221 qpoints->pMemcmp16 = __memcmp16;
|
quick_entrypoints_arm.S | [all...] |
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 111 extern "C" int32_t __memcmp16(void*, void*, int32_t); 221 qpoints->pMemcmp16 = __memcmp16;
|
/art/runtime/mirror/ |
string.cc | 248 extern "C" uint32_t __memcmp16(const uint16_t* s0, const uint16_t* s1, size_t count); 249 #define MemCmp16 __memcmp16
|
/bionic/libc/arch-arm/bionic/ |
memcmp16.S | 41 ENTRY(__memcmp16) function 232 END(__memcmp16)
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 143 JAL(__memcmp16)
|
/dalvik/vm/ |
InlineNative.cpp | 30 extern "C" u4 __memcmp16(const u2* s0, const u2* s1, size_t count); 253 int otherRes = __memcmp16(thisChars, compChars, minCount); 366 pResult->i = (__memcmp16(thisChars, compChars, thisCount) == 0); 381 * We want to go forward for benchmarks against __memcmp16 so we get a
|
/bionic/tests/ |
string_test.cpp | 733 extern "C" int __memcmp16(const unsigned short *ptr1, const unsigned short *ptr2, size_t n); 735 TEST(string, __memcmp16) { 753 int actual = __memcmp16(state.ptr1, state.ptr2, (size_t) state.MAX_LEN);
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 764 .word __memcmp16 [all...] |
CompilerTemplateAsm-armv7-a.S | 764 .word __memcmp16 [all...] |
CompilerTemplateAsm-armv5te-vfp.S | [all...] |
CompilerTemplateAsm-mips.S | [all...] |