Lines Matching refs:_matchDistances
324 UInt32[] _matchDistances = new UInt32[Base.kMatchMaxLen * 2 + 2];
434 numDistancePairs = _matchFinder.GetMatches(_matchDistances);
437 lenRes = _matchDistances[numDistancePairs - 2];
439 lenRes += _matchFinder.GetMatchLen((int)lenRes - 1, _matchDistances[numDistancePairs - 1],
590 backRes = _matchDistances[numDistancePairs - 1] + Base.kNumRepDistances;
672 while (len > _matchDistances[offs])
676 UInt32 distance = _matchDistances[offs + 1];
686 if (len == _matchDistances[offs])
954 for (numDistancePairs = 0; newLen > _matchDistances[numDistancePairs]; numDistancePairs += 2) ;
955 _matchDistances[numDistancePairs] = newLen;
965 while (startLen > _matchDistances[offs])
970 UInt32 curBack = _matchDistances[offs + 1];
981 if (lenTest == _matchDistances[offs])