Searched refs:LZO_SIZE (Results 1 – 5 of 5) sorted by relevance
56 # define D_SIZE LZO_SIZE(D_BITS)69 #define DD_SIZE LZO_SIZE(DD_BITS)77 # define DL_SIZE LZO_SIZE(DL_BITS)
89 long lit_run_after_m3_match[LZO_SIZE(8-M3O_BITS)];
224 #define LZO_SIZE(bits) (1u << (bits)) macro225 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)
2101 #define LZO_SIZE(bits) (1u << (bits)) macro2102 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)2869 # define D_SIZE LZO_SIZE(D_BITS)2880 #define DD_SIZE LZO_SIZE(DD_BITS)2887 # define DL_SIZE LZO_SIZE(DL_BITS)
3220 #define LZO_SIZE(bits) (1u << (bits)) macro3221 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)4369 # define D_SIZE LZO_SIZE(D_BITS)4380 #define DD_SIZE LZO_SIZE(DD_BITS)4387 # define DL_SIZE LZO_SIZE(DL_BITS)