Searched refs:rec_q (Results 1 - 1 of 1) sorted by path

/u-boot/fs/jffs2/
H A Dcompr_rubin.c55 register unsigned long rec_q; local
69 rec_q = (in[0] << 8) | in[1];
82 rec_q &= ~UPPER_BIT_RUBIN;
83 rec_q <<= 1;
84 rec_q |= (temp >> (bit++ ^ 7)) & 1;
99 if (rec_q < q + i0) {

Completed in 130 milliseconds