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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c287 CLenPriceEnc repLenEnc; member in struct:__anon489
353 CLenPriceEnc repLenEnc; member in struct:_CLzmaEnc
383 dest->repLenEnc = p->repLenEnc;
409 dest->repLenEnc = p->repLenEnc;
936 return p->repLenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN] +
1119 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1395 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2];
1425 price + p->repLenEnc
[all...]

Completed in 19 milliseconds