Home
last modified time | relevance | path

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

/glibc-2.36/string/
Dtest-string.h133 static int impl_count = -1; variable
139 if (impl_count == -1) \
141 impl_count = 0; \
150 impl_count++; \
151 a = impl_array = xmalloc ((impl_count + func_count) * \
164 impl_count = a - impl_array; \
168 impl_count = __stop_impls - __start_impls; \
173 for (count = 0; count < impl_count; ++count, ++impl) \
/glibc-2.36/benchtests/
Dbench-string.h186 static int impl_count = -1; variable
192 if (impl_count == -1) \
194 impl_count = 0; \
203 impl_count++; \
204 a = impl_array = xmalloc ((impl_count + func_count) * \
217 impl_count = a - impl_array; \
221 impl_count = __stop_impls - __start_impls; \
226 for (count = 0; count < impl_count; ++count, ++impl) \
/glibc-2.36/ChangeLog.old/
DChangeLog.1876602 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&