Home
last modified time | relevance | path

Searched refs:lenRes (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c838 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local
852 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances()
853 if (lenRes == p->numFastBytes) in ReadMatchDistances()
862 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++); in ReadMatchDistances()
868 return lenRes; in ReadMatchDistances()
960 UInt32 lenRes = opt->posPrev - p->optimumCurrentIndex; in GetOptimum() local
963 return lenRes; in GetOptimum()
1004 UInt32 lenRes; in GetOptimum() local
1006 lenRes = repLens[repMaxIndex]; in GetOptimum()
1007 MovePos(p, lenRes - 1); in GetOptimum()
[all …]