Home
last modified time | relevance | path

Searched refs:LOWER_BITS_RUBIN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dcompr_rubin.c71 rs->q &= LOWER_BITS_RUBIN; in encode()
101 rs->q &= LOWER_BITS_RUBIN; in end_rubin()
120 register unsigned long lower_bits_rubin = LOWER_BITS_RUBIN; in __do_decode()
Dcompr_rubin.h10 #define LOWER_BITS_RUBIN ((((long) 1)<<(RUBIN_REG_SIZE-1))-1) macro