Searched refs:numPairs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 296 UInt32 numPairs; member 838 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local 840 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances() 842 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2); in ReadMatchDistances() 846 for (i = 0; i < numPairs; i += 2) in ReadMatchDistances() 850 if (numPairs > 0) in ReadMatchDistances() 852 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances() 856 UInt32 distance = p->matches[numPairs - 1] + 1; in ReadMatchDistances() 867 *numDistancePairsRes = numPairs; in ReadMatchDistances() 951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local [all …]
|