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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c988 UInt32 matchPrice, repMatchPrice; local
1081 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1082 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1197 UInt32 matchPrice, repMatchPrice; local
1311 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1312 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1469 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 27 milliseconds