Home
last modified time | relevance | path

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

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