Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Ddecompress_unlzma.c550 int num_probs; in unlzma() local
621 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
622 p = (uint16_t *) large_malloc(num_probs * sizeof(*p)); in unlzma()
625 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma()
626 for (i = 0; i < num_probs; i++) in unlzma()