Lines Matching refs:lenRes
829 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local
845 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() local
956 return lenRes; in GetOptimum()
997 UInt32 lenRes; in GetOptimum() local
999 lenRes = repLens[repMaxIndex]; in GetOptimum()
1000 MovePos(p, lenRes - 1); in GetOptimum()
1001 return lenRes; in GetOptimum()