Home
last modified time | relevance | path

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

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