Home
last modified time | relevance | path

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

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