Home
last modified time | relevance | path

Searched refs:IMPL (Results 1 – 25 of 91) sorted by relevance

1234

/glibc-2.36/benchtests/
Dbench-math-inlines.c187 #define IMPL(name) { #name, name ## _t } macro
191 IMPL (__isnan),
192 IMPL (__isnan_inl),
193 IMPL (__isnan_builtin),
194 IMPL (isnan),
196 IMPL (__isinf),
197 IMPL (__isinf_ns2),
198 IMPL (__isinf_ns_builtin),
199 IMPL (__isinf_builtin),
200 IMPL (isinf),
[all …]
Dbench-bzero-walk.c37 IMPL (memset, 1)
38 IMPL (generic_memset, 0)
49 IMPL (bzero, 1)
50 IMPL (memset_zero, 0)
Dbench-bzero-large.c37 IMPL (memset, 1)
38 IMPL (generic_memset, 0)
48 IMPL (bzero, 1)
49 IMPL (memset_zero, 0)
Dbench-stpcpy_chk.c30 IMPL (simple_stpcpy_chk, 0)
31 IMPL (normal_stpcpy, 1)
32 IMPL (__stpcpy_chk, 2)
Dbench-bzero.c35 IMPL (memset, 1)
36 IMPL (generic_memset, 0)
47 IMPL (bzero, 1)
48 IMPL (memset_zero, 0)
Dbench-strlen.c36 IMPL (memchr_strlen, 0)
37 IMPL (generic_strlen, 0)
45 IMPL (STRLEN, 1)
Dbench-mempcpy.c30 IMPL (mempcpy, 1)
31 IMPL (generic_mempcpy, 0)
Dbench-memrchr.c26 IMPL (simple_memrchr, 0)
27 IMPL (memrchr, 1)
Dbench-stpcpy.c36 IMPL (STPCPY, 1)
37 IMPL (generic_stpcpy, 0)
Dbench-stpncpy.c40 IMPL (STPNCPY, 1)
41 IMPL (generic_stpncpy, 0)
Dbench-strcspn.c38 IMPL (SIMPLE_STRCSPN, 0)
39 IMPL (STRCSPN, 1)
Dbench-strsep.c99 IMPL (simple_strsep, 0)
100 IMPL (strsep, 1)
101 IMPL (oldstrsep, 2)
Dbench-strnlen.c48 IMPL (STRNLEN, 1)
49 IMPL (memchr_strnlen, 0)
50 IMPL (generic_strnlen, 0)
Dbench-strcpy_chk.c34 IMPL (simple_strcpy_chk, 0)
35 IMPL (normal_strcpy, 1)
36 IMPL (__strcpy_chk, 2)
Dbench-memmem.c101 IMPL (memmem, 1)
102 IMPL (twoway_memmem, 0)
103 IMPL (basic_memmem, 0)
Dbench-memset-large.c31 IMPL (MEMSET, 1)
32 IMPL (generic_memset, 0)
Dbench-memset-walk.c31 IMPL (MEMSET, 1)
32 IMPL (generic_memset, 0)
Dbench-memccpy.c35 IMPL (memccpy, 1)
36 IMPL (generic_memccpy, 0)
Dbench-rawmemchr.c38 IMPL (rawmemchr, 1)
39 IMPL (generic_rawmemchr, 0)
/glibc-2.36/debug/
Dtest-stpcpy_chk.c30 IMPL (simple_stpcpy_chk, 0)
31 IMPL (normal_stpcpy, 1)
32 IMPL (__stpcpy_chk, 2)
Dtest-strcpy_chk.c34 IMPL (simple_strcpy_chk, 0)
35 IMPL (normal_strcpy, 1)
36 IMPL (__strcpy_chk, 2)
/glibc-2.36/string/
Dtest-stpncpy.c45 IMPL (STUPID_STPNCPY, 0)
46 IMPL (SIMPLE_STPNCPY, 0)
47 IMPL (STPNCPY, 1)
Dtest-strcspn.c48 IMPL (STUPID_STRCSPN, 0)
49 IMPL (SIMPLE_STRCSPN, 0)
50 IMPL (STRCSPN, 1)
Dtest-stpcpy.c40 IMPL (SIMPLE_STPCPY, 0)
41 IMPL (STPCPY, 1)
Dtest-memset.c56 IMPL (explicit_bzero, 1)
58 IMPL (bzero, 1)
62 IMPL (MEMSET, 1)

1234