Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds