Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Ddecompress_unlzma.c84 #define RC_MODEL_TOTAL_BITS 11 macro
153 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
166 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_update_bit_0()
629 p[i] = (1 << RC_MODEL_TOTAL_BITS) >> 1; in unlzma()