Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1055 if (lenEnd < 2) in GetOptimum()
1065 len = lenEnd; in GetOptimum()
1139 for (i = cur; i <= lenEnd; i++) in GetOptimum()
1155 if (cur == lenEnd) in GetOptimum()
1311 while (lenEnd < offset) in GetOptimum()
1312 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
1339 while (lenEnd < cur + lenTest) in GetOptimum()
1340 p->opt[++lenEnd].price = kInfinityPrice; in GetOptimum()
[all …]