Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_unlzma.c228 #define LZMA_BASE_SIZE 1846 macro
621 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c110 #define LZMA_BASE_SIZE 1846 macro
113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
115 #if Literal != LZMA_BASE_SIZE