Searched defs:numPairs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c296 UInt32 numPairs; member in struct:_CLzmaEnc
838 UInt32 lenRes = 0, numPairs; local
840 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
842 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2);
846 for (i = 0; i < numPairs; i += 2)
850 if (numPairs > 0)
852 lenRes = p->matches[numPairs - 2];
856 UInt32 distance = p->matches[numPairs - 1] + 1;
867 *numDistancePairsRes = numPairs;
951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
1146 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1772 UInt32 numPairs; local
[all...]

Completed in 68 milliseconds