Lines Matching full:offs
671 int offs = 0;
672 while (len > _matchDistances[offs])
673 offs += 2;
676 int distance = _matchDistances[offs + 1];
686 if (len == _matchDistances[offs])
688 offs += 2;
689 if (offs == numDistancePairs)
964 int offs = 0;
965 while (startLen > _matchDistances[offs])
966 offs += 2;
970 int curBack = _matchDistances[offs + 1];
981 if (lenTest == _matchDistances[offs])
1021 offs += 2;
1022 if (offs == numDistancePairs)