Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo_dict.h56 # define D_SIZE LZO_SIZE(D_BITS)
69 #define DD_SIZE LZO_SIZE(DD_BITS)
77 # define DL_SIZE LZO_SIZE(DL_BITS)
Dstats1b.h89 long lit_run_after_m3_match[LZO_SIZE(8-M3O_BITS)];
Dlzo_conf.h224 #define LZO_SIZE(bits) (1u << (bits)) macro
225 #define LZO_MASK(bits) (LZO_SIZE(bits) - 1)
/external/valgrind/coregrind/m_debuginfo/
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/
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)