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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1119 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; local
1121 if (curAndLenPrice < opt->price)
1123 opt->price = curAndLenPrice;
1145 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; local
1148 curAndLenPrice += p->distancesPrices[lenToPosState][distance];
1153 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];
1156 if (curAndLenPrice < opt->price)
1158 opt->price = curAndLenPrice;
1358 UInt32 curAndLenPrice; local
1363 curAndLenPrice
1395 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2]; local
1437 UInt32 curAndLenPrice; local
1482 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN]; local
1527 UInt32 curAndLenPrice; local
[all...]

Completed in 25 milliseconds