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