Searched defs:bit_res (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_bcj.c215 uint32_t bit_res; local
226 /* Instruction normalized with bit_res for easier manipulation */
236 bit_res = bit_pos & 7;
242 norm = instr >> bit_res;
257 instr &= (1 << bit_res) - 1;
258 instr |= norm << bit_res;

Completed in 29 milliseconds