Searched refs:lp (Results 1 – 1 of 1) sorted by relevance
546 int lc, pb, lp; in unlzma() local598 lp = mi; in unlzma()599 while (lp >= 5) { in unlzma()601 lp -= 5; in unlzma()604 literal_pos_mask = (1 << lp) - 1; in unlzma()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()