Searched refs:dicPos (Results 1 – 2 of 2) sorted by relevance
160 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local185 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()194 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()208 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()238 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()239 dicPos++; in LzmaDec_DecodeReal()397 if (limit == dicPos) in LzmaDec_DecodeReal()400 SizeT rem = limit - dicPos; in LzmaDec_DecodeReal()402 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0); in LzmaDec_DecodeReal()409 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()[all …]
53 SizeT dicPos; member