Home
last modified time | relevance | path

Searched refs:mainLen (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local
968 mainLen = ReadMatchDistances(p, &numPairs); in GetOptimum()
971 mainLen = p->longestMatchLength; in GetOptimum()
1012 if (mainLen >= p->numFastBytes) in GetOptimum()
1015 MovePos(p, mainLen - 1); in GetOptimum()
1016 return mainLen; in GetOptimum()
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1095 if (len <= mainLen) in GetOptimum()
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
[all …]