Searched refs:reps (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 272 UInt32 reps[LZMA_NUM_REPS]; member 308 UInt32 reps[LZMA_NUM_REPS]; member 381 memcpy(dest->reps, p->reps, sizeof(p->reps)); in LzmaEnc_SaveState() 407 memcpy(dest->reps, p->reps, sizeof(p->reps)); in LzmaEnc_RestoreState() 953 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; in GetOptimum() local 990 reps[i] = p->reps[i]; in GetOptimum() 991 data2 = data - (reps[i] + 1); in GetOptimum() 1019 matchByte = *(data - (reps[0] + 1)); in GetOptimum() 1063 p->opt[0].backs[i] = reps[i]; in GetOptimum() 1214 reps[0] = prevOpt->backs[pos]; in GetOptimum() [all …]
|
H A D | LzmaDec.c | 153 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() 438 p->reps[0] = rep0; in LzmaDec_DecodeReal() 439 p->reps[1] = rep1; in LzmaDec_DecodeReal() 440 p->reps[2] = rep2; in LzmaDec_DecodeReal() 441 p->reps[3] = rep3; in LzmaDec_DecodeReal() 455 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() 541 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() 542 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy() 733 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
|
H A D | LzmaDec.h | 58 UInt32 reps[4]; member
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.icmp.ksh | 42 reps = args[0]; 51 /in && reps && msgs/
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_db_balance.c | 863 int reps; in balance_replicas() local 909 reps = count_replicas(*clpp, n); in balance_replicas() 910 if (reps > 0 && reps <= MDDB_NLB) { in balance_replicas() 1036 reps = count_replicas(*clpp, n); in balance_replicas() 1037 if (reps > 0 && reps <= MDDB_NLB) { in balance_replicas() 1059 reps = count_replicas(*clpp, n); in balance_replicas() 1060 if (reps > 0 && reps <= MDDB_NLB) { in balance_replicas()
|
/titanic_41/usr/src/uts/i86xpv/io/psm/ |
H A D | mp_platform_xpv.c | 1779 int reps = 0; in apic_check_stuck_interrupt() local 1785 ++reps; in apic_check_stuck_interrupt() 1814 (reps < apic_max_reps_clear_pending)) { in apic_check_stuck_interrupt() 1822 (reps < apic_max_reps_clear_pending)); in apic_check_stuck_interrupt()
|
/titanic_41/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 270 int reps = timeout_usec / USECS_PER_WAIT; in kb8042_is_input_avail() local 272 for (i = 0; i < reps; i++) { in kb8042_is_input_avail() 276 if (i < (reps - 1)) in kb8042_is_input_avail()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | mp_platform_misc.c | 1846 int reps = 0; in apic_check_stuck_interrupt() local 1852 ++reps; in apic_check_stuck_interrupt() 1881 (reps < apic_max_reps_clear_pending)) { in apic_check_stuck_interrupt() 1889 (reps < apic_max_reps_clear_pending)); in apic_check_stuck_interrupt()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | builtins.sh | 488 typeset reps=50 leeway=5
|