Home
last modified time | relevance | path

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

/linux/fs/jffs2/
H A Dcompr_rubin.c22 #define RUBIN_REG_SIZE 16 macro
23 #define UPPER_BIT_RUBIN (((long) 1)<<(RUBIN_REG_SIZE-1))
24 #define LOWER_BITS_RUBIN ((((long) 1)<<(RUBIN_REG_SIZE-1))-1)
143 for (i = 0; i < RUBIN_REG_SIZE; i++) { in end_rubin()
158 for (rs->bit_number = 0; rs->bit_number++ < RUBIN_REG_SIZE; in init_decode()