Searched refs:dicPos (Results 1 – 6 of 6) sorted by relevance
152 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local177 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()199 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()227 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()253 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()254 dicPos++; in LzmaDec_DecodeReal()442 p->dicPos = dicPos; in LzmaDec_DecodeReal()448 p->dicPos = dicPos; in LzmaDec_DecodeReal()461 if ((rem = limit - dicPos) == 0) in LzmaDec_DecodeReal()463 p->dicPos = dicPos; in LzmaDec_DecodeReal()[all …]
55 SizeT dicPos; member
154 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local179 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()201 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()229 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()255 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()256 dicPos++; in LzmaDec_DecodeReal()444 p->dicPos = dicPos; in LzmaDec_DecodeReal()450 p->dicPos = dicPos; in LzmaDec_DecodeReal()463 if ((rem = limit - dicPos) == 0) in LzmaDec_DecodeReal()465 p->dicPos = dicPos; in LzmaDec_DecodeReal()[all …]