Searched refs:lenEnd (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
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1055 if (lenEnd < 2)
1065 len = lenEnd;
1139 for (i = cur; i <= lenEnd; i++)
1155 if (cur == lenEnd)
1311 while (lenEnd < offset)
1312 p->opt[++lenEnd].price = kInfinityPrice;
1339 while (lenEnd < cur + lenTest)
1340 p->opt[++lenEnd]
[all...]

Completed in 197 milliseconds