Home
last modified time | relevance | path

Searched refs:MEMCMP (Results 1 – 25 of 43) sorted by relevance

12

/glibc-2.36/sysdeps/x86_64/x32/
Dtst-size_t-memcmp.c32 # define MEMCMP wmemcmp macro
35 # define MEMCMP memcmp macro
39 IMPL (MEMCMP, 1)
Dtst-size_t-memcmp-2.c32 # define MEMCMP wmemcmp macro
35 # define MEMCMP memcmp macro
39 IMPL (MEMCMP, 1)
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/
Dmemcmp.S56 #ifndef MEMCMP
57 # define MEMCMP memcmp macro
60 ENTRY_TOCLESS (MEMCMP, 4)
177 END (MEMCMP)
/glibc-2.36/sysdeps/x86_64/multiarch/
Dmemcmp-avx2-movbe-rtm.S1 #ifndef MEMCMP
2 # define MEMCMP __memcmp_avx2_movbe_rtm macro
Dmemcmp-sse2.S28 # ifndef MEMCMP
29 # define MEMCMP __memcmp_sse2 macro
54 # ifndef MEMCMP
55 # define MEMCMP memcmp macro
59 ENTRY(MEMCMP)
579 END(MEMCMP)
Dmemcmp-evex-movbe.S61 # ifndef MEMCMP
62 # define MEMCMP __memcmp_evex_movbe macro
105 ENTRY_P2ALIGN (MEMCMP, 6)
461 END (MEMCMP)
Dmemcmp-avx2-movbe.S44 # ifndef MEMCMP
45 # define MEMCMP __memcmp_avx2_movbe macro
73 ENTRY (MEMCMP)
569 END (MEMCMP)
Dwmemcmp-avx2-movbe-rtm.S1 #define MEMCMP __wmemcmp_avx2_movbe_rtm macro
Dwmemcmp-avx2-movbe.S5 #define MEMCMP WMEMCMP macro
Dwmemcmp-evex-movbe.S5 #define MEMCMP WMEMCMP macro
Dwmemcmp-sse2.S23 #define MEMCMP WMEMCMP macro
Dmemcmpeq-sse2.S23 #define MEMCMP MEMCMPEQ macro
/glibc-2.36/string/
Dtest-strcat.c37 # 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()
Dtest-strncat.c34 # 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()
Dtest-strcpy.c27 # define MEMCMP wmemcmp macro
36 # define MEMCMP memcmp macro
193 if (MEMCMP (p1 + align1, p2 + align2, len + 1)) in do_random_tests()
Dtest-memset.c41 # define MEMCMP memcmp macro
49 # define MEMCMP wmemcmp macro
96 || MEMCMP (s, buf, n) != 0 in do_one_test()
Dmemcmp.c29 #ifndef MEMCMP
30 # define MEMCMP memcmp macro
301 MEMCMP (const void *s1, const void *s2, size_t len) in MEMCMP() function
Dstratcliff.c42 # 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()
Dtest-memcmp.c33 # define MEMCMP wmemcmp macro
56 # define MEMCMP __memcmpeq macro
59 # define MEMCMP memcmp macro
88 IMPL (MEMCMP, 1)
Dtest-strncpy.c25 # 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/
Dbench-string.h75 # define MEMCMP memcmp macro
100 # define MEMCMP wmemcmp macro
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dwmemcmp-sse4.S2 #define MEMCMP __wmemcmp_sse4_2 macro
Dwmemcmp-ssse3.S2 #define MEMCMP __wmemcmp_ssse3 macro
/glibc-2.36/sysdeps/x86_64/
Dmemcmp.S19 #define MEMCMP memcmp macro
/glibc-2.36/support/
Dsupport_test_compare_string.c23 #define MEMCMP memcmp macro

12