Searched refs:mainLen (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
968 mainLen = ReadMatchDistances(p, &numPairs);
971 mainLen = p->longestMatchLength;
1012 if (mainLen >= p->numFastBytes)
1015 MovePos(p, mainLen - 1);
1016 return mainLen;
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1095 if (len <= mainLen)
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 62 milliseconds