Lines Matching refs:numPairs
396 unsigned numPairs;
1081 unsigned numPairs;
1088 numPairs = (unsigned)(d - p->matches);
1090 *numPairsRes = numPairs;
1093 printf("\n i = %u numPairs = %u ", g_STAT_OFFSET, numPairs / 2);
1097 for (i = 0; i < numPairs; i += 2)
1102 if (numPairs == 0)
1105 const unsigned len = p->matches[(size_t)numPairs - 2];
1115 const ptrdiff_t dif = (ptrdiff_t)-1 - (ptrdiff_t)p->matches[(size_t)numPairs - 1];
1228 unsigned numPairs, mainLen, repMaxIndex, i, posState;
1236 mainLen = ReadMatchDistances(p, &numPairs);
1240 numPairs = p->numPairs;
1290 p->backRes = MATCHES[(size_t)numPairs - 1] + LZMA_NUM_REPS;
1417 if (offs == numPairs)
1446 unsigned newLen, numPairs, prev, state, posState, startLen;
1482 newLen = ReadMatchDistances(p, &numPairs);
1486 p->numPairs = numPairs;
1835 for (numPairs = 0; newLen > MATCHES[numPairs]; numPairs += 2);
1836 MATCHES[numPairs] = (UInt32)newLen;
1837 numPairs += 2;
1947 if (offs == numPairs)
1973 unsigned mainLen, numPairs, repIndex, repLen, i;
1977 mainLen = ReadMatchDistances(p, &numPairs);
1981 numPairs = p->numPairs;
2017 p->backRes = p->matches[(size_t)numPairs - 1] + LZMA_NUM_REPS;
2026 mainDist = p->matches[(size_t)numPairs - 1];
2027 while (numPairs > 2)
2030 if (mainLen != p->matches[(size_t)numPairs - 4] + 1)
2032 dist2 = p->matches[(size_t)numPairs - 3];
2035 numPairs -= 2;
2057 unsigned len1 = ReadMatchDistances(p, &p->numPairs);
2062 UInt32 newDist = p->matches[(size_t)p->numPairs - 1];
2407 unsigned numPairs;
2411 ReadMatchDistances(p, &numPairs);