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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c991 UInt32 normalMatchPrice; local
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1145 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
1469 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); local
1482 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];

Completed in 44 milliseconds