Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Ddecompress_unlzma.c82 #define RC_MODEL_TOTAL_BITS 11 macro
151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
164 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_update_bit_0()
627 p[i] = (1 << RC_MODEL_TOTAL_BITS) >> 1; in unlzma()