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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1086 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1087 if (shortRepPrice < p->opt[1].price)
1089 p->opt[1].price = shortRepPrice;
1316 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1317 if (shortRepPrice <= nextOpt->price)
1319 nextOpt->price = shortRepPrice;

Completed in 30 milliseconds