Home
last modified time | relevance | path

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

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