Home
last modified time | relevance | path

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

/linux/lib/xz/
H A Dxz_lzma2.h14 #define RC_SHIFT_BITS 8 macro
H A Dxz_dec_lzma2.c512 rc->range <<= RC_SHIFT_BITS; in rc_normalize()
513 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++]; in rc_normalize()