Home | History | Annotate | Download | only in C

Lines Matching defs:numPairs

308   unsigned numPairs;

984 unsigned numPairs;
988 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
989 *numPairsRes = numPairs;
992 printf("\n i = %u numPairs = %u ", g_STAT_OFFSET, numPairs / 2);
996 for (i = 0; i < numPairs; i += 2)
1001 if (numPairs == 0)
1004 unsigned len = p->matches[(size_t)numPairs - 2];
1014 ptrdiff_t dif = (ptrdiff_t)-1 - p->matches[(size_t)numPairs - 1];
1127 unsigned numPairs, mainLen, repMaxIndex, i, posState;
1135 mainLen = ReadMatchDistances(p, &numPairs);
1139 numPairs = p->numPairs;
1185 p->backRes = matches[(size_t)numPairs - 1] + LZMA_NUM_REPS;
1312 if (offs == numPairs)
1341 unsigned newLen, numPairs, prev, state, posState, startLen;
1377 newLen = ReadMatchDistances(p, &numPairs);
1381 p->numPairs = numPairs;
1730 for (numPairs = 0; newLen > matches[numPairs]; numPairs += 2);
1731 matches[numPairs] = (UInt32)newLen;
1732 numPairs += 2;
1842 if (offs == numPairs)
1868 numPairs, repIndex, repLen, i;
1872 mainLen = ReadMatchDistances(p, &numPairs);
1876 numPairs = p->numPairs;
1912 p->backRes = p->matches[(size_t)numPairs - 1] + LZMA_NUM_REPS;
1921 mainDist = p->matches[(size_t)numPairs - 1];
1922 while (numPairs > 2)
1925 if (mainLen != p->matches[(size_t)numPairs - 4] + 1)
1927 dist2 = p->matches[(size_t)numPairs - 3];
1930 numPairs -= 2;
1952 unsigned len1 = ReadMatchDistances(p, &p->numPairs);
1957 UInt32 newDist = p->matches[(size_t)p->numPairs - 1];
2280 unsigned numPairs;
2284 ReadMatchDistances(p, &numPairs);