Lines Matching refs:numPairs

296   UInt32 numPairs;
838 UInt32 lenRes = 0, numPairs;
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;
968 mainLen = ReadMatchDistances(p, &numPairs);
972 numPairs = p->numPairs;
1014 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1126 if (offs == numPairs)
1146 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen;
1158 newLen = ReadMatchDistances(p, &numPairs);
1161 p->numPairs = numPairs;
1413 for (numPairs = 0; newLen > matches[numPairs]; numPairs += 2);
1414 matches[numPairs] = newLen;
1415 numPairs += 2;
1496 if (offs == numPairs)
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i;
1516 mainLen = ReadMatchDistances(p, &numPairs);
1520 numPairs = p->numPairs;
1555 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1563 mainDist = matches[numPairs - 1];
1564 while (numPairs > 2 && mainLen == matches[numPairs - 4] + 1)
1566 if (!ChangePair(matches[numPairs - 3], mainDist))
1568 numPairs -= 2;
1569 mainLen = matches[numPairs - 2];
1570 mainDist = matches[numPairs - 1];
1589 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1592 UInt32 newDistance = matches[p->numPairs - 1];
1772 UInt32 numPairs;
1776 ReadMatchDistances(p, &numPairs);