Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dxzcat.c990 #define RC_SHIFT_BITS 8 macro
1623 rc->range <<= RC_SHIFT_BITS; in rc_normalize()
1624 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++]; in rc_normalize()

Completed in 5 milliseconds