Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c24 #define LOWER_BITS_RUBIN ((((long) 1)<<(RUBIN_REG_SIZE-1))-1) macro
115 rs->q &= LOWER_BITS_RUBIN; in encode()
145 rs->q &= LOWER_BITS_RUBIN; in end_rubin()
166 register unsigned long lower_bits_rubin = LOWER_BITS_RUBIN; in __do_decode()
/openbmc/u-boot/include/jffs2/
H A Dcompr_rubin.h8 #define LOWER_BITS_RUBIN ((((long) 1)<<(RUBIN_REG_SIZE-1))-1) macro