Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds