Searched refs:lenRes (Results 1 – 4 of 4) sorted by relevance
433 int lenRes = 0; in ReadMatchDistances() local437 lenRes = _matchDistances[_numDistancePairs - 2]; in ReadMatchDistances()438 if (lenRes == _numFastBytes) in ReadMatchDistances()439 lenRes += _matchFinder.GetMatchLen((int)lenRes - 1, _matchDistances[_numDistancePairs - 1], in ReadMatchDistances()440 Base.kMatchMaxLen - lenRes); in ReadMatchDistances()443 return lenRes; in ReadMatchDistances()543 int lenRes = _optimum[_optimumCurrentIndex].PosPrev - _optimumCurrentIndex; in GetOptimum() local546 return lenRes; in GetOptimum()583 int lenRes = repLens[repMaxIndex]; in GetOptimum() local584 MovePos(lenRes - 1); in GetOptimum()[all …]
431 void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) in ReadMatchDistances() argument433 lenRes = 0; in ReadMatchDistances()437 lenRes = _matchDistances[numDistancePairs - 2]; in ReadMatchDistances()438 if (lenRes == _numFastBytes) in ReadMatchDistances()439 lenRes += _matchFinder.GetMatchLen((int)lenRes - 1, _matchDistances[numDistancePairs - 1], in ReadMatchDistances()440 Base.kMatchMaxLen - lenRes); in ReadMatchDistances()543 UInt32 lenRes = _optimum[_optimumCurrentIndex].PosPrev - _optimumCurrentIndex; in GetOptimum()546 return lenRes; in GetOptimum()583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()584 MovePos(lenRes - 1); in GetOptimum()[all …]
399 int lenRes = 0; in ReadMatchDistances() local402 lenRes = _matchDistances[_numDistancePairs - 2]; in ReadMatchDistances()403 if (lenRes == _numFastBytes) in ReadMatchDistances()404 …lenRes += _matchFinder.GetMatchLen((int)lenRes - 1, _matchDistances[_numDistancePairs - 1], Base.k… in ReadMatchDistances()405 - lenRes); in ReadMatchDistances()408 return lenRes; in ReadMatchDistances()492 int lenRes = _optimum[_optimumCurrentIndex].PosPrev - _optimumCurrentIndex; in GetOptimum() local495 return lenRes; in GetOptimum()524 int lenRes = repLens[repMaxIndex]; in GetOptimum() local525 MovePos(lenRes - 1); in GetOptimum()[all …]
829 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local845 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances()846 if (lenRes == p->numFastBytes) in ReadMatchDistances()855 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++); in ReadMatchDistances()861 return lenRes; in ReadMatchDistances()953 UInt32 lenRes = opt->posPrev - p->optimumCurrentIndex; in GetOptimum() local956 return lenRes; in GetOptimum()997 UInt32 lenRes; in GetOptimum() local999 lenRes = repLens[repMaxIndex]; in GetOptimum()1000 MovePos(p, lenRes - 1); in GetOptimum()[all …]