Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unlzma.c231 #define LZMA_LIT_SIZE 768 macro
356 (LZMA_LIT_SIZE in process_bit0()
623 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
627 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()