/glibc-2.36/sysdeps/x86_64/x32/ |
D | tst-size_t-memcmp.c | 32 # define MEMCMP wmemcmp macro 35 # define MEMCMP memcmp macro 39 IMPL (MEMCMP, 1)
|
D | tst-size_t-memcmp-2.c | 32 # define MEMCMP wmemcmp macro 35 # define MEMCMP memcmp macro 39 IMPL (MEMCMP, 1)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/ |
D | memcmp.S | 56 #ifndef MEMCMP 57 # define MEMCMP memcmp macro 60 ENTRY_TOCLESS (MEMCMP, 4) 177 END (MEMCMP)
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | memcmp-avx2-movbe-rtm.S | 1 #ifndef MEMCMP 2 # define MEMCMP __memcmp_avx2_movbe_rtm macro
|
D | memcmp-sse2.S | 28 # ifndef MEMCMP 29 # define MEMCMP __memcmp_sse2 macro 54 # ifndef MEMCMP 55 # define MEMCMP memcmp macro 59 ENTRY(MEMCMP) 579 END(MEMCMP)
|
D | memcmp-evex-movbe.S | 61 # ifndef MEMCMP 62 # define MEMCMP __memcmp_evex_movbe macro 105 ENTRY_P2ALIGN (MEMCMP, 6) 461 END (MEMCMP)
|
D | memcmp-avx2-movbe.S | 44 # ifndef MEMCMP 45 # define MEMCMP __memcmp_avx2_movbe macro 73 ENTRY (MEMCMP) 569 END (MEMCMP)
|
D | wmemcmp-avx2-movbe-rtm.S | 1 #define MEMCMP __wmemcmp_avx2_movbe_rtm macro
|
D | wmemcmp-avx2-movbe.S | 5 #define MEMCMP WMEMCMP macro
|
D | wmemcmp-evex-movbe.S | 5 #define MEMCMP WMEMCMP macro
|
D | wmemcmp-sse2.S | 23 #define MEMCMP WMEMCMP macro
|
D | memcmpeq-sse2.S | 23 #define MEMCMP MEMCMPEQ macro
|
/glibc-2.36/string/ |
D | test-strcat.c | 37 # define MEMCMP memcmp macro 51 # define MEMCMP wmemcmp macro 204 if (MEMCMP (p2 + align2, p3, len2)) in do_random_tests() 220 if (MEMCMP (p1 + align1, p2 + align2 + len2, len1 + 1)) in do_random_tests()
|
D | test-strncat.c | 34 # define MEMCMP memcmp macro 46 # define MEMCMP wmemcmp macro 82 if (MEMCMP (dst + k, src, len + 1 > n ? n : len + 1) != 0) in do_one_test() 277 if (MEMCMP (p2 + align2, p3, len2)) in do_random_tests() 310 if (MEMCMP (p1 + align1, p2 + align2 + len2, in do_random_tests()
|
D | test-strcpy.c | 27 # define MEMCMP wmemcmp macro 36 # define MEMCMP memcmp macro 193 if (MEMCMP (p1 + align1, p2 + align2, len + 1)) in do_random_tests()
|
D | test-memset.c | 41 # define MEMCMP memcmp macro 49 # define MEMCMP wmemcmp macro 96 || MEMCMP (s, buf, n) != 0 in do_one_test()
|
D | memcmp.c | 29 #ifndef MEMCMP 30 # define MEMCMP memcmp macro 301 MEMCMP (const void *s1, const void *s2, size_t len) in MEMCMP() function
|
D | stratcliff.c | 42 # define MEMCMP memcmp macro 421 || MEMCMP (dest, &adr[outer], len) != 0) in do_test() 444 || MEMCMP (dest, &adr[outer], in do_test() 455 || MEMCMP (dest + 1, &adr[outer], in do_test() 502 || MEMCMP (dest, &adr[outer], len) != 0) in do_test()
|
D | test-memcmp.c | 33 # define MEMCMP wmemcmp macro 56 # define MEMCMP __memcmpeq macro 59 # define MEMCMP memcmp macro 88 IMPL (MEMCMP, 1)
|
D | test-strncpy.c | 25 # define MEMCMP wmemcmp macro 33 # define MEMCMP memcmp macro 293 if (MEMCMP (p1 + align1, p2 + align2, j)) in do_random_tests()
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 75 # define MEMCMP memcmp macro 100 # define MEMCMP wmemcmp macro
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | wmemcmp-sse4.S | 2 #define MEMCMP __wmemcmp_sse4_2 macro
|
D | wmemcmp-ssse3.S | 2 #define MEMCMP __wmemcmp_ssse3 macro
|
/glibc-2.36/sysdeps/x86_64/ |
D | memcmp.S | 19 #define MEMCMP memcmp macro
|
/glibc-2.36/support/ |
D | support_test_compare_string.c | 23 #define MEMCMP memcmp macro
|