Home
last modified time | relevance | path

Searched refs:func_count (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/string/
Dtest-string.h132 static int func_count; variable
142 if (func_count != 0) \
151 a = impl_array = xmalloc ((impl_count + func_count) * \
156 for (f = 0; f < func_count; f++) \
189 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
/glibc-2.36/benchtests/
Dbench-string.h185 static int func_count; variable
195 if (func_count != 0) \
204 a = impl_array = xmalloc ((impl_count + func_count) * \
209 for (f = 0; f < func_count; f++) \
295 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
/glibc-2.36/ChangeLog.old/
DChangeLog.1876602 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&