Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_USIZE

3223 #define LZO_USIZE(bits)     ((lzo_uint) 1 << (bits))
3224 #define LZO_UMASK(bits) (LZO_USIZE(bits) - 1)
4372 # define D_SIZE LZO_USIZE(D_BITS)
4390 # define DL_SIZE LZO_USIZE(DL_BITS)