Searched refs:reps (Results 1 – 2 of 2) sorted by relevance
139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal()445 p->reps[0] = rep0; in LzmaDec_DecodeReal()446 p->reps[1] = rep1; in LzmaDec_DecodeReal()447 p->reps[2] = rep2; in LzmaDec_DecodeReal()448 p->reps[3] = rep3; in LzmaDec_DecodeReal()462 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem()548 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy()549 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy()740 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
58 UInt32 reps[4]; member