Searched defs:posStateNext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1352 UInt32 posStateNext = (position + 1) & p->pbMask; local
1354 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1363 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1423 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1426 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1430 posStateNext = (position + lenTest + 1) & p->pbMask;
1432 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1442 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1513 UInt32 posStateNext = (position + lenTest) & p->pbMask; local
1515 GET_PRICE_0(p->isMatch[state2][posStateNext])
[all...]

Completed in 31 milliseconds