Searched refs:dic (Results 1 – 7 of 7) sorted by relevance
166 Byte *dic = p->dic; in LzmaDec_DecodeReal() local193 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()202 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()216 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()246 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()417 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()429 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()459 Byte *dic = p->dic; in LzmaDec_WriteRem() local474 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem()540 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()[all …]
50 Byte *dic; member67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
147 Byte *dic = p->dic; in LzmaDec_DecodeReal() local174 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()183 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()197 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()227 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()398 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()410 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()440 Byte *dic = p->dic; in LzmaDec_WriteRem() local455 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem()521 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()[all …]
661 dic = {d: 1}662 dic[e] = 2663 self.assertEqual(len(dic), 1)664 self.assertEqual(dic[d], 2)665 self.assertEqual(dic[e], 2)673 dic = {d: 1}674 dic[e] = 2675 self.assertEqual(len(dic), 1)676 self.assertEqual(dic[d], 2)677 self.assertEqual(dic[e], 2)[all …]