Home
last modified time | relevance | path

Searched refs:nrepeats (Results 1 – 12 of 12) sorted by relevance

/NextBSD/lib/libc/stdio/
HDxprintf_float.c163 int nrepeats; /* number of repeats of the last group */ in __printf_render_float() local
308 nseps = nrepeats = 0; in __printf_render_float()
318 nrepeats++; in __printf_render_float()
320 size += nseps + nrepeats; in __printf_render_float()
382 while (nseps>0 || nrepeats>0) { in __printf_render_float()
383 if (nrepeats > 0) in __printf_render_float()
384 nrepeats--; in __printf_render_float()
HDvfprintf.c88 int nrepeats; /* number of repeats of the last group */ member
106 gs->nseps = gs->nrepeats = 0; in grouping_init()
116 gs->nrepeats++; in grouping_init()
118 return ((gs->nseps + gs->nrepeats) * gs->thousep_len); in grouping_init()
133 while (gs->nseps > 0 || gs->nrepeats > 0) { in grouping_print()
134 if (gs->nrepeats > 0) in grouping_print()
135 gs->nrepeats--; in grouping_print()
HDvfwprintf.c89 int nrepeats; /* number of repeats of the last group */ member
135 gs->nseps = gs->nrepeats = 0; in grouping_init()
145 gs->nrepeats++; in grouping_init()
147 return (gs->nseps + gs->nrepeats); in grouping_init()
162 while (gs->nseps > 0 || gs->nrepeats > 0) { in grouping_print()
163 if (gs->nrepeats > 0) in grouping_print()
164 gs->nrepeats--; in grouping_print()
/NextBSD/sbin/ping/
HDping.c185 static long nrepeats; /* number of duplicates */ variable
1172 ++nrepeats; in pr_pack()
1451 tmin, tsum / (nreceived + nrepeats), tmax); in check_status()
1471 if (nrepeats) in finish()
1472 (void)printf("+%ld duplicates, ", nrepeats); in finish()
1485 double n = nreceived + nrepeats; in finish()
/NextBSD/contrib/gcclibs/libiberty/
HDcplus-dem.c140 int nrepeats; /* The number of times to repeat the previous member
4027 if (work->nrepeats > 0) in do_arg()
4029 --work->nrepeats; in do_arg()
4043 work->nrepeats = consume_count(mangled); in do_arg()
4045 if (work->nrepeats <= 0) in do_arg()
4049 if (work->nrepeats > 9) in do_arg()
4285 || work->nrepeats > 0) in demangle_args()
4332 while (work->nrepeats > 0 || --r >= 0) in demangle_args()
4404 saved_nrepeats = work->nrepeats; in demangle_nested_args()
4406 work->nrepeats = 0; in demangle_nested_args()
[all …]
HDChangeLog4610 previous_argument, and nrepeats fields.
/NextBSD/contrib/binutils/libiberty/
HDcplus-dem.c140 int nrepeats; /* The number of times to repeat the previous member
4027 if (work->nrepeats > 0) in do_arg()
4029 --work->nrepeats; in do_arg()
4043 work->nrepeats = consume_count(mangled); in do_arg()
4045 if (work->nrepeats <= 0) in do_arg()
4049 if (work->nrepeats > 9) in do_arg()
4285 || work->nrepeats > 0) in demangle_args()
4332 while (work->nrepeats > 0 || --r >= 0) in demangle_args()
4404 saved_nrepeats = work->nrepeats; in demangle_nested_args()
4406 work->nrepeats = 0; in demangle_nested_args()
[all …]
HDChangeLog4808 previous_argument, and nrepeats fields.
/NextBSD/sbin/ping6/
HDping6.c230 static long nrepeats; /* number of duplicates */ variable
1539 ++nrepeats; in pr_pack()
1593 ++nrepeats; in pr_pack()
2240 if (nrepeats) in summary()
2241 (void)printf("+%ld duplicates, ", nrepeats); in summary()
2255 double num = nreceived + nrepeats; in summary()
/NextBSD/usr.sbin/kbdcontrol/
HDkbdcontrol.c113 static const int nrepeats = (sizeof(repeats) / sizeof(int)); variable
997 for (n = 0; n < nrepeats - 1; n++) in set_keyrates()
/NextBSD/contrib/gcc/cp/
HDChangeLog-19983352 * method.c (flush_repeats): Add nrepeats parameter.
3359 (nrepeats): Likewise.
3363 (flush_repeats): Tidy. Use nrepeats parameter rather than
3365 (issue_nrepeats): Likewise, but with nrepeats global. Use
3379 and to not use global nrepeats/Nrepeats. Tidy.
6265 (nrepeats): Rename variable to Nrepeats.
/NextBSD/contrib/gcc/
HDChangeLog-19988740 previous_argument, and nrepeats fields.