Searched refs:num_probs (Results 1 – 1 of 1) sorted by relevance
552 int num_probs; in unlzma() local623 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()