Searched refs:repeats (Results 1 – 15 of 15) sorted by relevance
| /freebsd/usr.bin/uniq/ |
| H A D | uniq.c | 57 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 D | entropy_common.c | 88 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 D | entropy_common.c | 89 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 D | kern_jailmeta.c | 257 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 D | ecore_init_ops.c | 294 u32 repeats = GET_FIELD(data, local 301 for (i = 0; i < repeats; i++, addr += size << 2) {
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_proto.c | 5235 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 D | ntp.conf.def | 1928 which repeats at the designated poll interval.
|
| H A D | invoke-ntp.conf.texi | 1850 which repeats at the designated poll interval.
|
| /freebsd/sys/netinet/ |
| H A D | tcp_subr.c | 2942 int repeats, error; in tcp_ktlslist1() local 2944 for (repeats = 0; repeats < 100; repeats++) { in tcp_ktlslist1()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | compress | 192 # There's only a magic nibble (4 bits); that nibble repeats every 33
|
| /freebsd/contrib/less/ |
| H A D | NEWS | 1569 * 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 D | tx-packetiser.md | 361 ============================ ] priority group, repeats per stream
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4154 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 D | europe | 3602 # 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 D | NEWS | 14770 + correct logic of _tracechtype2(), which did not account for repeats
|