Searched defs:LZO_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/lzo/src/
H A Dlzo_conf.h224 #define LZO_SIZE(bits) (1u << (bits)) macro
225 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c2101 #define LZO_SIZE(bits) (1u << (bits)) macro
2102 #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)
/external/libvncserver/common/
H A Dminilzo.c3220 #define LZO_SIZE(bits) (1u << (bits)) macro
3221 #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)

Completed in 98 milliseconds