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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rubin.c21 #define UPPER_BIT_RUBIN (((long) 1)<<(RUBIN_REG_SIZE-1)) macro
96 rs->p = (long) (2 * UPPER_BIT_RUBIN);
111 while ((rs->q >= UPPER_BIT_RUBIN) ||
112 ((rs->p + rs->q) <= UPPER_BIT_RUBIN)) {
115 ret = pushbit(&rs->pp, (rs->q & UPPER_BIT_RUBIN) ? 1 : 0, 0);
147 pushbit(&rs->pp, (UPPER_BIT_RUBIN & rs->q) ? 1 : 0, 1);
183 } while ((q >= UPPER_BIT_RUBIN) || ((p + q) <= UPPER_BIT_RUBIN));
209 if (q >= UPPER_BIT_RUBIN || ((p + q) <= UPPER_BIT_RUBIN))
[all...]

Completed in 95 milliseconds