Home
last modified time | relevance | path

Searched defs:repeats (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/uniq/
H A Duniq.c57 static long long numchars, numfields, repeats; variable
[all...]
/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c116 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c294 u32 repeats = GET_FIELD(data, local
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c5235 long repeats; in measure_tick_fuzz() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4154 RepeatGenerator(size_t repeats, GeneratorWrapper<T>&& generator): in RepeatGenerator()
4195 GeneratorWrapper<T> repeat(size_t repeats, GeneratorWrapper<T>&& generator) { in repeat()