Searched refs:rep0 (Results 1 – 1 of 1) sorted by relevance
139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local186 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()231 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()266 rep1 = rep0; in LzmaDec_DecodeReal()267 rep0 = distance; in LzmaDec_DecodeReal()381 rep1 = rep0; in LzmaDec_DecodeReal()382 rep0 = distance + 1; in LzmaDec_DecodeReal()400 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0); in LzmaDec_DecodeReal()445 p->reps[0] = rep0; in LzmaDec_DecodeReal()462 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() local[all …]