Home
last modified time | relevance | path

Searched refs:wmemcmp (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/arch-x86/generic/string/
Dwmemcmp.c29 #define wmemcmp wmemcmp_freebsd macro
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwmemcmp.c42 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
/bionic/libc/arch-x86/
Dstatic_function_dispatch.S47 FUNCTION_DELEGATE(wmemcmp, wmemcmp_freebsd)
Ddynamic_function_dispatch.cpp91 DEFINE_IFUNC_FOR(wmemcmp) { in DEFINE_IFUNC_FOR() argument
/bionic/tests/headers/posix/
Dwchar_h.c116 FUNCTION(wmemcmp, int (*f)(const wchar_t*, const wchar_t*, size_t)); in wchar_h()
/bionic/tests/
Dwchar_test.cpp1325 TEST(wchar, wmemcmp) { in TEST() argument
1326 ASSERT_EQ(0, wmemcmp(L"aaaa", L"aaab", 3)); in TEST()
1327 ASSERT_TRUE(wmemcmp(L"aaaa", L"aaab", 4) < 0); in TEST()
1328 ASSERT_TRUE(wmemcmp(L"aaab", L"aaaa", 4) > 0); in TEST()
Dstring_test.cpp860 TEST(STRING_TEST, wmemcmp) { in TEST() argument
875 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN); in TEST()
/bionic/libc/include/
Dwchar.h117 int wmemcmp(const wchar_t* _Nullable __lhs, const wchar_t* _Nullable __rhs, size_t __n);
/bionic/libc/
DAndroid.bp362 "upstream-freebsd/lib/libc/string/wmemcmp.c",
374 "upstream-freebsd/lib/libc/string/wmemcmp.c",
377 "upstream-freebsd/lib/libc/string/wmemcmp.c",
1148 "arch-x86/generic/string/wmemcmp.c",
1181 "arch-x86/string/ssse3-wmemcmp-atom.S",
1184 "arch-x86/string/sse4-wmemcmp-slm.S",
Dlibc.map.txt1209 wmemcmp;
/bionic/libc/tools/
Dposix-2013.txt1179 wmemcmp
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_003.S1278 CALL(wmemcmp)
Dliblinker_reloc_bench_063.S11270 CALL(wmemcmp)
/bionic/tools/versioner/platforms/
Dlibc.map.txt1209 wmemcmp;