Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Ddecompress_unlzma.c552 int num_probs; in unlzma() local
623 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
624 p = (uint16_t *) large_malloc(num_probs * sizeof(*p)); in unlzma()
627 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
628 for (i = 0; i < num_probs; i++) in unlzma()