Searched defs: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; local
1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1373 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1380 posStateNext = (position + lenTest + 1) & p->pbMask;
1382 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1392 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1463 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1465 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]

Completed in 68 milliseconds