Home
last modified time | relevance | path

Searched refs:RC_TOP_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_lzma2.h16 #define RC_TOP_BITS 24 macro
17 #define RC_TOP_VALUE (1 << RC_TOP_BITS)
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_lzma2.h16 #define RC_TOP_BITS 24 macro
17 #define RC_TOP_VALUE (1 << RC_TOP_BITS)
/kernel/linux/linux-5.10/lib/
H A Ddecompress_unlzma.c80 #define RC_TOP_BITS 24 macro
140 if (rc->range < (1 << RC_TOP_BITS)) in rc_normalize()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unlzma.c80 #define RC_TOP_BITS 24 macro
140 if (rc->range < (1 << RC_TOP_BITS)) in rc_normalize()

Completed in 4 milliseconds