Lines Matching full:rep0
209 int rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0;
220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));
257 rep1 = rep0;
258 rep0 = distance;
270 rep1 = rep0;
277 rep0 = ((2 | (posSlot & 1)) << numDirectBits);
279 rep0 += BitTreeDecoder.ReverseDecode(m_PosDecoders,
280 rep0 - posSlot - 1, m_RangeDecoder, numDirectBits);
283 rep0 += (m_RangeDecoder.DecodeDirectBits(
285 rep0 += m_PosAlignDecoder.ReverseDecode(m_RangeDecoder);
286 if (rep0 < 0)
288 if (rep0 == -1)
295 rep0 = posSlot;
297 if (rep0 >= nowPos64 || rep0 >= m_DictionarySizeCheck)
302 m_OutWindow.CopyBlock(rep0, len);