Searched refs:numPairs (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 310 UInt32 numPairs; member 852 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local 854 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances() 856 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2); in ReadMatchDistances() 860 for (i = 0; i < numPairs; i += 2) in ReadMatchDistances() 864 if (numPairs > 0) in ReadMatchDistances() 866 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances() 870 UInt32 distance = p->matches[numPairs - 1] + 1; in ReadMatchDistances() 881 *numDistancePairsRes = numPairs; in ReadMatchDistances() 965 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local [all …]
|