Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_lzma2.h15 #define RC_TOP_BITS 24 macro
16 #define RC_TOP_VALUE (1 << RC_TOP_BITS)
/linux/lib/
H A Ddecompress_unlzma.c82 #define RC_TOP_BITS 24 macro
142 if (rc->range < (1 << RC_TOP_BITS)) in rc_normalize()