Searched refs:impl_count (Results 1 – 1 of 1) sorted by relevance
133 static int impl_count = -1; variable139 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) \
Completed in 4 milliseconds