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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c286 CLenPriceEnc lenEnc; member in struct:__anon489
352 CLenPriceEnc lenEnc; member in struct:_CLzmaEnc
382 dest->lenEnc = p->lenEnc;
408 dest->lenEnc = p->lenEnc;
1145 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
1482 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];
1700 LenEnc_Encode2(&p->lenEnc, &p->rc, len - LZMA_MATCH_LEN_MIN, posState, !p->fastMode, p->ProbPrices);
1933 LenEnc_Encode2(&p->lenEnc,
[all...]

Completed in 19 milliseconds