Searched refs:rep0 (Results 1 – 1 of 1) sorted by relevance
153 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local194 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()238 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()273 rep1 = rep0; in LzmaDec_DecodeReal()274 rep0 = distance; in LzmaDec_DecodeReal()382 rep1 = rep0; in LzmaDec_DecodeReal()383 rep0 = distance + 1; in LzmaDec_DecodeReal()402 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0); in LzmaDec_DecodeReal()438 p->reps[0] = rep0; in LzmaDec_DecodeReal()455 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() local[all …]