Searched refs:comparison_count (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dc-strstr.c144 size_t comparison_count = 0; local
163 && comparison_count >= 5 * outer_loop_count)
165 /* See if needle + comparison_count now reaches the end of
170 strnlen (needle_last_ccount, comparison_count - last_ccount);
173 last_ccount = comparison_count;
188 comparison_count++;
203 comparison_count++;
H A Dmbsstr.c264 size_t comparison_count = 0; local
282 && comparison_count >= 5 * outer_loop_count)
284 /* See if needle + comparison_count now reaches the end of
286 size_t count = comparison_count - last_ccount;
291 last_ccount = comparison_count;
306 comparison_count++;
329 comparison_count++;
361 size_t comparison_count = 0; local
379 && comparison_count >= 5 * outer_loop_count)
381 /* See if needle + comparison_count no
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dc-strstr.c144 size_t comparison_count = 0; local
163 && comparison_count >= 5 * outer_loop_count)
165 /* See if needle + comparison_count now reaches the end of
170 strnlen (needle_last_ccount, comparison_count - last_ccount);
173 last_ccount = comparison_count;
188 comparison_count++;
203 comparison_count++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dc-strcasestr.c149 size_t comparison_count = 0; local
168 && comparison_count >= 5 * outer_loop_count)
170 /* See if needle + comparison_count now reaches the end of
175 strnlen (needle_last_ccount, comparison_count - last_ccount);
178 last_ccount = comparison_count;
193 comparison_count++;
208 comparison_count++;
H A Dc-strstr.c144 size_t comparison_count = 0; local
163 && comparison_count >= 5 * outer_loop_count)
165 /* See if needle + comparison_count now reaches the end of
170 strnlen (needle_last_ccount, comparison_count - last_ccount);
173 last_ccount = comparison_count;
188 comparison_count++;
203 comparison_count++;
H A Dmbsstr.c264 size_t comparison_count = 0; local
282 && comparison_count >= 5 * outer_loop_count)
284 /* See if needle + comparison_count now reaches the end of
286 size_t count = comparison_count - last_ccount;
291 last_ccount = comparison_count;
306 comparison_count++;
329 comparison_count++;
361 size_t comparison_count = 0; local
379 && comparison_count >= 5 * outer_loop_count)
381 /* See if needle + comparison_count no
[all...]

Completed in 161 milliseconds