Home
last modified time | relevance | path

Searched defs:SIMPLE_MEMCMP (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/benchtests/
Dbench-memcmp.c22 # define SIMPLE_MEMCMP simple_memcmpeq macro
25 # define SIMPLE_MEMCMP simple_wmemcmp macro
28 # define SIMPLE_MEMCMP simple_memcmp macro
34 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() function
48 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() function
/glibc-2.36/string/
Dtest-memcmp.c35 # define SIMPLE_MEMCMP simple_wmemcmp macro
43 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() function
57 # define SIMPLE_MEMCMP simple_memcmpeq macro
60 # define SIMPLE_MEMCMP simple_memcmp macro
71 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() function