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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1072 UInt32 repLen = repLens[i]; local
1074 if (repLen < 2)
1079 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1080 COptimal *opt = &p->opt[repLen];
1089 while (--repLen >= 2);
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1531 repLen = repIndex = 0;
1545 if (len > repLen)
1548 repLen = len;
1576 if (repLen >
[all...]

Completed in 1071 milliseconds