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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1235 curPrice = curOpt->price;
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);

Completed in 66 milliseconds