Lines Matching refs:rep0
372 void DecodeLiteral(unsigned state, UInt32 rep0) in DecodeLiteral() argument
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral()
474 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Decode() local
489 DecodeLiteral(state, rep0); in Decode()
508 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1)); in Decode()
529 rep1 = rep0; in Decode()
530 rep0 = dist; in Decode()
539 rep1 = rep0; in Decode()
542 rep0 = DecodeDistance(len); in Decode()
543 if (rep0 == 0xFFFFFFFF) in Decode()
550 if (rep0 >= dictSize || !OutWindow.CheckDistance(rep0)) in Decode()
560 OutWindow.CopyMatch(rep0 + 1, len); in Decode()