Searched refs:things_printed (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-valprint.c142 unsigned int things_printed = 0;
168 while (i < len && things_printed < print_max)
237 things_printed += i - i0;
381 unsigned int things_printed = 0;
391 for (i = 0; i < length && things_printed < print_max; i += 1)
433 things_printed += repeat_count_threshold;
448 things_printed += 1;
141 unsigned int things_printed = 0; local
380 unsigned int things_printed = 0; local
H A Djv-valprint.c84 unsigned int things_printed = 0; local
101 while (i < length && things_printed < print_max)
145 things_printed++;
157 while (i < length && things_printed < print_max)
194 things_printed++;
H A Dm2-lang.c116 unsigned int things_printed = 0; local
126 for (i = 0; i < length && things_printed < print_max; ++i)
163 things_printed += repeat_count_threshold;
177 ++things_printed;
H A Dobjc-lang.c341 unsigned int things_printed = 0; local
357 for (i = 0; i < length && things_printed < print_max; ++i)
394 things_printed += repeat_count_threshold;
408 ++things_printed;
H A Dvalprint.c966 unsigned int things_printed = 0;
982 for (; i < len && things_printed < print_max; i++)
1016 things_printed += repeat_count_threshold;
1023 things_printed++;
965 unsigned int things_printed = 0; local

Completed in 95 milliseconds