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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c39 unsigned long rec_q; member in struct:rubin_state
158 rs->rec_q = 0;
160 for (rs->bit_number = 0; rs->bit_number++ < RUBIN_REG_SIZE; rs->rec_q = rs->rec_q * 2 + (long) (pullbit(&rs->pp)))
167 unsigned long rec_q; local
190 rec_q = rs->rec_q;
193 rec_q &= lower_bits_rubin;
194 rec_q <<= 1;
195 rec_q
[all...]

Completed in 38 milliseconds