Home | History | Annotate | Download | only in C

Lines Matching refs:repMaxIndex

931   UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;

965 repMaxIndex = 0;
979 if (lenTest > repLens[repMaxIndex])
980 repMaxIndex = i;
982 if (repLens[repMaxIndex] >= p->numFastBytes)
985 *backRes = repMaxIndex;
986 lenRes = repLens[repMaxIndex];
1001 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1033 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);