Searched refs:dic (Results 1 – 7 of 7) sorted by relevance
150 Byte *dic = p->dic; 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()475 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()487 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()519 Byte *dic = p->dic; in LzmaDec_WriteRem() local536 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_WriteRem()604 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()[all …]
52 Byte *dic; member69 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
152 Byte *dic = p->dic; 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()477 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()489 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()521 Byte *dic = p->dic; in LzmaDec_WriteRem() local538 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_WriteRem()606 (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 …]