Searched refs:repMaxIndex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
985 repMaxIndex = 0;
999 if (lenTest > repLens[repMaxIndex])
1000 repMaxIndex = i;
1002 if (repLens[repMaxIndex] >= p->numFastBytes)
1005 *backRes = repMaxIndex;
1006 lenRes = repLens[repMaxIndex];
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
[all...]

Completed in 62 milliseconds