Home
last modified time | relevance | path

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

/freebsd/usr.bin/uniq/
H A Duniq.c57 static long long numchars, numfields, repeats; variable
202 if (Dflag == DF_POSTSEP && repeats > 0) in main()
207 (!dflag || (cflag && repeats > 0)) && in main()
208 (!uflag || repeats == 0)) in main()
220 repeats = 0; in main()
223 if (repeats == 0) { in main()
229 if (repeats == 0) in main()
232 ++repeats; in main()
242 (!dflag || (cflag && repeats > 0)) && in main()
243 (!uflag || repeats in main()
[all...]
/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_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/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c294 u32 repeats = GET_FIELD(data, local
301 for (i = 0; i < repeats; i++, addr += size << 2) {
/freebsd/contrib/ntp/ntpd/
H A Dntp_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()
H A Dinvoke-ntp.conf.texi1850 which repeats at the designated poll interval.
H A Dntp.conf.def1928 which repeats at the designated poll interval.
/freebsd/contrib/file/magic/Magdir/
H A Dcompress192 # There's only a magic nibble (4 bits); that nibble repeats every 33
/freebsd/contrib/less/
H A DNEWS1364 * New command ESC-n repeats previous search, spanning files.
1370 * New command ESC-N repeats previous search in the reverse
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md472 * Avoid code documentation that merely repeats what the code is already stating.
/freebsd/contrib/bsnmp/tests/
H A Dcatch.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/contrib/tzdata/
H A Deurope3520 # 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/contrib/ncurses/
H A DNEWS14201 + correct logic of _tracechtype2(), which did not account for repeats