Home
last modified time | relevance | path

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

/dragonfly/usr.bin/uniq/
H A Duniq.c53 static int numchars, numfields, repeats; variable
168 repeats = 0; in main()
170 ++repeats; in main()
241 (void)fprintf(ofp, "%4d %s", repeats + 1, str); in show()
242 if ((dflag && repeats) || (uflag && !repeats)) in show()
/dragonfly/contrib/zstd/lib/common/
H A Dentropy_common.c110 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
111 while (repeats >= 12) { in FSE_readNCount_body()
121 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
123 charnum += 3 * repeats; in FSE_readNCount_body()
124 bitStream >>= 2 * repeats; in FSE_readNCount_body()
125 bitCount += 2 * repeats; in FSE_readNCount_body()
/dragonfly/contrib/binutils-2.27/include/opcode/
H A Dmsp430-decode.h118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member
/dragonfly/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c92 const int repeats[] = { 34, 38, 42, 46, 50, 55, 59, 63, variable
97 const int nrepeats = (sizeof(repeats) / sizeof(int));
933 if (repeat <= repeats[n]) in set_keyrates()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c946 int repeats = 0; in smp_invltlb() local
1034 repeats + 1, in smp_invltlb()
1052 if (++repeats > invlpg_timeout) { in smp_invltlb()
/dragonfly/contrib/file/magic/Magdir/
H A Dcompress184 # There's only a magic nibble (4 bits); that nibble repeats every 33
/dragonfly/contrib/less/
H A DNEWS1230 * New command ESC-n repeats previous search, spanning files.
1236 * New command ESC-N repeats previous search in the reverse
/dragonfly/games/fortune/datfiles/
H A Dmurphy578 History repeats itself.
H A Dfortunes-o2493 and repeats this sequence -- several times. Finally the bartender got so
H A Dfortunes22503 History repeats itself. That's one thing wrong with history.
22505 History repeats itself -- the first time as a tragi-comedy, the second
22508 History repeats itself only if one does not listen the first time.
/dragonfly/share/zoneinfo/
H A Deurope3577 # directly, and instead repeats the first hour of the next day, with a
3855 # This cancels the previous decision, and repeats it only for 1978.
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl7928 // The operation repeats until the Predicate evaluates to zero.