Searched refs:repMaxIndex (Results 1 – 3 of 3) sorted by relevance
571 int repMaxIndex = 0; in GetOptimum() local577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()578 repMaxIndex = i; in GetOptimum()580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()582 backRes = repMaxIndex; in GetOptimum()583 int lenRes = repLens[repMaxIndex]; in GetOptimum()598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
571 UInt32 repMaxIndex = 0; in GetOptimum()577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()578 repMaxIndex = i; in GetOptimum()580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()582 backRes = repMaxIndex; in GetOptimum()583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
944 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local978 repMaxIndex = 0; in GetOptimum()992 if (lenTest > repLens[repMaxIndex]) in GetOptimum()993 repMaxIndex = i; in GetOptimum()995 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()998 *backRes = repMaxIndex; in GetOptimum()999 lenRes = repLens[repMaxIndex]; in GetOptimum()1014 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()1046 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()