Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1302 UInt32 posStateNext = (position + 1) & p->pbMask; in GetOptimum() local
1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1373 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1380 posStateNext = (position + lenTest + 1) & p->pbMask; in GetOptimum()
1382 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1463 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1465 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1469 posStateNext = (posStateNext + 1) & p->pbMask; in GetOptimum()
[all …]