Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/usr.bin/uniq/
Duniq.c69 static int numchars, numfields, repeats; variable
214 if (Dflag == DF_POSTSEP && repeats > 0) in main()
228 repeats = 0; in main()
231 if (repeats == 0) { in main()
238 ++repeats; in main()
309 if ((!Dflag && dflag && repeats == 0) || (uflag && repeats > 0)) in show()
312 (void)fprintf(ofp, "%4d %s", repeats + 1, str); in show()
/freebsd-12-stable/usr.sbin/kbdcontrol/
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]) in set_keyrates()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_init_ops.c298 u32 repeats = GET_FIELD(data, local
305 for (i = 0; i < repeats; i++, addr += size << 2) {
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_proto.c5151 long repeats; in measure_tick_fuzz() local
5158 repeats = 0; in measure_tick_fuzz()
5168 max_repeats = max(repeats, max_repeats); in measure_tick_fuzz()
5169 repeats = 0; in measure_tick_fuzz()
5174 repeats++; in measure_tick_fuzz()
Dinvoke-ntp.conf.texi1855 which repeats at the designated poll interval.
Dntp.conf.def1930 which repeats at the designated poll interval.
/freebsd-12-stable/contrib/file/magic/Magdir/
Dcompress184 # There's only a magic nibble (4 bits); that nibble repeats every 33
/freebsd-12-stable/contrib/less/
DNEWS1030 * New command ESC-n repeats previous search, spanning files.
1036 * New command ESC-N repeats previous search in the reverse
/freebsd-12-stable/contrib/gcc/config/mips/
Dsb1.md69 ;; For long cycle operations, the FPU has a 4 cycle pipeline that repeats,
/freebsd-12-stable/tools/test/testfloat/
Dtestfloat-source.txt430 the random number generator repeats, and possibly wasting time as well.
/freebsd-12-stable/contrib/tzdata/
Deurope3309 # directly, and instead repeats the first hour of the next day, with a
3547 # This cancels the previous decision, and repeats it only for 1978.
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dstabs.texinfo2969 Then for each base type there repeats a series: a virtual character, a
2986 type. Finally a semi-colon ends the series, which repeats for each
Dgdb.info-28335 numchild=N,type=TYPE},(repeats N times)]
8339 numchild=N,value=VALUE,type=TYPE},(repeats N times)]
Dgdb.texinfo18306 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18310 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19996038 same_type_p. Don't try to handle repeats. Return success.
6048 repeats, which have been disabled since 2.7.2. Don't mess with
DChangeLog-19961136 that do repeats incorrectly. In the future, we can enable it.
DChangeLog-19986266 (issue_nrepeats): New function for issuing 'n' type repeats.
/freebsd-12-stable/contrib/xz/
DChangeLog2911 The same code sequence repeats so it's nicer as a separate function.
/freebsd-12-stable/contrib/ncurses/
DNEWS9820 + correct logic of _tracechtype2(), which did not account for repeats