Searched refs:wmemcmp (Results 1 – 13 of 13) sorted by relevance
32 #define MEMCMP wmemcmp
31 #define MEMCMP wmemcmp
40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
47 arch-x86/silvermont/string/sse4-wmemcmp-slm.S51 upstream-freebsd/lib/libc/string/wmemcmp.c
21 upstream-freebsd/lib/libc/string/wmemcmp.c \
13 arch-x86/silvermont/string/sse4-wmemcmp-slm.S
28 arch-x86/atom/string/ssse3-wmemcmp-atom.S
29 upstream-freebsd/lib/libc/string/wmemcmp.c \
25 upstream-freebsd/lib/libc/string/wmemcmp.c \
45 upstream-freebsd/lib/libc/string/wmemcmp.c \
39 upstream-freebsd/lib/libc/string/wmemcmp.c \
147 extern int wmemcmp(const wchar_t *, const wchar_t *, size_t);
819 TEST(string, wmemcmp) { in TEST() argument836 int actual = wmemcmp(state.ptr1, state.ptr2, (size_t) state.MAX_LEN); in TEST()