Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/uniq/
HDuniq.c69 static long long numchars, numfields, repeats; variable
214 if (Dflag == DF_POSTSEP && repeats > 0) in main()
219 (!dflag || (cflag && repeats > 0)) && in main()
220 (!uflag || repeats == 0)) in main()
232 repeats = 0; in main()
235 if (repeats == 0) { in main()
241 if (repeats == 0) in main()
244 ++repeats; in main()
254 (!dflag || (cflag && repeats > 0)) && in main()
255 (!uflag || repeats == 0)) in main()
[all …]
/freebsd-14-stable/sys/contrib/zstd/lib/common/
HDentropy_common.c116 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
117 while (repeats >= 12) { in FSE_readNCount_body()
127 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
129 charnum += 3 * repeats; in FSE_readNCount_body()
130 bitStream >>= 2 * repeats; in FSE_readNCount_body()
131 bitCount += 2 * repeats; in FSE_readNCount_body()
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_init_ops.c294 u32 repeats = GET_FIELD(data, local
301 for (i = 0; i < repeats; i++, addr += size << 2) {
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_proto.c5235 long repeats; in measure_tick_fuzz() local
5242 repeats = 0; in measure_tick_fuzz()
5252 max_repeats = max(repeats, max_repeats); in measure_tick_fuzz()
5253 repeats = 0; in measure_tick_fuzz()
5258 repeats++; in measure_tick_fuzz()
HDinvoke-ntp.conf.texi1850 which repeats at the designated poll interval.
HDntp.conf.def1928 which repeats at the designated poll interval.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDcompress192 # There's only a magic nibble (4 bits); that nibble repeats every 33
/freebsd-14-stable/contrib/less/
HDNEWS1364 * New command ESC-n repeats previous search, spanning files.
1370 * New command ESC-N repeats previous search in the reverse
/freebsd-14-stable/sys/contrib/zstd/
HDCONTRIBUTING.md472 * Avoid code documentation that merely repeats what the code is already stating.
/freebsd-14-stable/contrib/bsnmp/tests/
HDcatch.hpp4154 RepeatGenerator(size_t repeats, GeneratorWrapper<T>&& generator): in RepeatGenerator() argument
4156 m_target_repeats(repeats) in RepeatGenerator()
4195 GeneratorWrapper<T> repeat(size_t repeats, GeneratorWrapper<T>&& generator) { in repeat() argument
4196 … return GeneratorWrapper<T>(pf::make_unique<RepeatGenerator<T>>(repeats, std::move(generator))); in repeat()
/freebsd-14-stable/contrib/tzdata/
HDeurope3520 # directly, and instead repeats the first hour of the next day, with a
3759 # This cancels the previous decision, and repeats it only for 1978.
/freebsd-14-stable/contrib/ncurses/
HDNEWS14201 + correct logic of _tracechtype2(), which did not account for repeats