Home
last modified time | relevance | path

Searched refs:LZMA_LIT_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/
H A Ddecompress_unlzma.c229 #define LZMA_LIT_SIZE 768 macro
354 (LZMA_LIT_SIZE in process_bit0()
621 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
625 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c111 #define LZMA_LIT_SIZE 768 macro
113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
172 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
537 prob += (LZMA_LIT_SIZE * in LzmaDec_TryDummy()
735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()