Searched refs:repeats (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/uniq/
H A Duniq.c67 static int numchars, numfields, repeats; variable
218 repeats = 0;
220 ++repeats;
289 if ((dflag && repeats == 0) || (uflag && repeats > 0))
292 (void)fprintf(ofp, "%4d %s", repeats + 1, str);
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dhash_test.c81 int repeats; member in struct:hash_testcase
206 for(i = 0; i < testcase->repeats; i++) {
333 for(i = 0; i < testcase->repeats; i++) {
465 for(i = 0; i < testcase->repeats; i++) {
611 for(i = 0; i < testcase->repeats; i++) {
758 for(i = 0; i < testcase->repeats; i++) {
837 for(i = 0; i < testcase->repeats; i++) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-lang.c213 fprintf_filtered (stream, " <repeats %u times>", reps);
H A Dada-valprint.c210 fprintf_filtered (stream, " <repeats %u times>", i - i0);
431 fprintf_filtered (stream, " <repeats %u times>", reps);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c298 u32 repeats = GET_FIELD(data, local
305 for (i = 0; i < repeats; i++, addr += size << 2) {
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c111 static const int repeats[] = { 34, 38, 42, 46, 50, 55, 59, 63, variable
116 static const int nrepeats = (sizeof(repeats) / sizeof(int));
1036 if (repeat <= repeats[n])
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c5109 long repeats; local
5116 repeats = 0;
5126 max_repeats = max(repeats, max_repeats);
5127 repeats = 0;
5132 repeats++;

Completed in 104 milliseconds