Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 15 of 15) 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.c88 int repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
89 while (repeats >= 12) { in FSE_readNCount_body()
99 repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
101 charnum += 3 * repeats; in FSE_readNCount_body()
102 bitStream >>= 2 * repeats; in FSE_readNCount_body()
103 bitCount += 2 * repeats; in FSE_readNCount_body()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c89 int repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
90 while (repeats >= 12) { in FSE_readNCount_body()
100 repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
102 charnum += 3 * repeats; in FSE_readNCount_body()
103 bitStream >>= 2 * repeats; in FSE_readNCount_body()
104 bitCount += 2 * repeats; in FSE_readNCount_body()
/freebsd/sys/kern/
H A Dkern_jailmeta.c257 int repeats = 0; in jm_osd_method_set() local
388 if (repeat && ++repeats < 3) in jm_osd_method_set()
/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 Dntp.conf.def1928 which repeats at the designated poll interval.
H A Dinvoke-ntp.conf.texi1850 which repeats at the designated poll interval.
/freebsd/sys/netinet/
H A Dtcp_subr.c2942 int repeats, error; in tcp_ktlslist1() local
2944 for (repeats = 0; repeats < 100; repeats++) { in tcp_ktlslist1()
/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 DNEWS1569 * New command ESC-n repeats previous search, spanning files.
1575 * New command ESC-N repeats previous search in the reverse
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md361 ============================ ] priority group, repeats per stream
/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 Deurope3602 # directly, and instead repeats the first hour of the next day, with a
3841 # This cancels the previous decision, and repeats it only for 1978.
/freebsd/contrib/ncurses/
H A DNEWS14770 + correct logic of _tracechtype2(), which did not account for repeats