Home
last modified time | relevance | path

Searched refs:lzo_uint32_t (Results 1 – 25 of 26) sorted by relevance

12

/external/libvncserver/common/
Dlzoconf.h128 # define lzo_xint lzo_uint32_t
136 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint32_t))
159 #define lzo_uint32_tp lzo_uint32_t __LZO_MMODEL *
332 (int)sizeof(long),(int)sizeof(lzo_uint32_t),(int)sizeof(lzo_uint),\
355 LZO_EXTERN(lzo_uint32_t)
356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
357 LZO_EXTERN(lzo_uint32_t)
358 lzo_crc32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
386 #define lzo_uint32 lzo_uint32_t
388 #define lzo_uint32p lzo_uint32_t __LZO_MMODEL *
[all …]
Dminilzo.c2920 #define lzo_uint32_t lzo_uint32e_t macro
2923 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_int32_t) == sizeof(lzo_uint32_t))
3117 #if 1 || defined(lzo_int32_t) || defined(lzo_uint32_t)
3119 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint32_t) == 4)
3229 # define DMUL(a,b) ((lzo_xint) ((lzo_uint32_t)(a) * (lzo_uint32_t)(b)))
3259 __lzo_static_forceinline unsigned lzo_bitops_ctlz32_func(lzo_uint32_t v) in lzo_bitops_ctlz32_func()
3265 lzo_uint32_t r; in lzo_bitops_ctlz32_func()
3300 __lzo_static_forceinline unsigned lzo_bitops_cttz32_func(lzo_uint32_t v) in lzo_bitops_cttz32_func()
3306 lzo_uint32_t r; in lzo_bitops_cttz32_func()
3385 typedef lzo_uint32_t __lzo_may_alias lzo_memops_TU4;
[all …]
Dminilzo.h66 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
/external/syslinux/lzo/include/lzo/
Dlzoconf.h128 # define lzo_xint lzo_uint32_t
136 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >= sizeof(lzo_uint32_t))
159 #define lzo_uint32_tp lzo_uint32_t __LZO_MMODEL *
332 (int)sizeof(long),(int)sizeof(lzo_uint32_t),(int)sizeof(lzo_uint),\
355 LZO_EXTERN(lzo_uint32_t)
356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
357 LZO_EXTERN(lzo_uint32_t)
358 lzo_crc32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
386 #define lzo_uint32 lzo_uint32_t
388 #define lzo_uint32p lzo_uint32_t __LZO_MMODEL *
[all …]
Dlzo_asm.h117 LZO_EXTERN(lzo_uint32_t)
118 lzo_crc32_asm(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len,
121 LZO_EXTERN(lzo_uint32_t)
122 lzo_crc32_asm_small(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
127 LZO_EXTERN(lzo_uint32_t)
Dlzo1x.h71 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
84 #define LZO1X_1_11_MEM_COMPRESS ((lzo_uint32_t) (2048L * lzo_sizeof_dict_t))
93 #define LZO1X_1_12_MEM_COMPRESS ((lzo_uint32_t) (4096L * lzo_sizeof_dict_t))
102 #define LZO1X_1_15_MEM_COMPRESS ((lzo_uint32_t) (32768L * lzo_sizeof_dict_t))
114 #define LZO1X_999_MEM_COMPRESS ((lzo_uint32_t) (14 * 16384L * sizeof(short)))
Dlzo1b.h49 #define LZO1B_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
124 #define LZO1B_99_MEM_COMPRESS ((lzo_uint32_t) (65536L * lzo_sizeof_dict_t))
132 #define LZO1B_999_MEM_COMPRESS ((lzo_uint32_t) (3 * 65536L * sizeof(lzo_xint)))
Dlzo1c.h49 #define LZO1C_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
124 #define LZO1C_99_MEM_COMPRESS ((lzo_uint32_t) (65536L * lzo_sizeof_dict_t))
132 #define LZO1C_999_MEM_COMPRESS ((lzo_uint32_t) (5 * 16384L * sizeof(short)))
Dlzo1.h49 #define LZO1_MEM_COMPRESS ((lzo_uint32_t) (8192L * lzo_sizeof_dict_t))
68 #define LZO1_99_MEM_COMPRESS ((lzo_uint32_t) (65536L * lzo_sizeof_dict_t))
Dlzo1a.h49 #define LZO1A_MEM_COMPRESS ((lzo_uint32_t) (8192L * lzo_sizeof_dict_t))
68 #define LZO1A_99_MEM_COMPRESS ((lzo_uint32_t) (65536L * lzo_sizeof_dict_t))
Dlzo1f.h49 #define LZO1F_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
80 #define LZO1F_999_MEM_COMPRESS ((lzo_uint32_t) (5 * 16384L * sizeof(short)))
Dlzo1y.h49 #define LZO1Y_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
81 #define LZO1Y_999_MEM_COMPRESS ((lzo_uint32_t) (14 * 16384L * sizeof(short)))
Dlzo2a.h64 #define LZO2A_999_MEM_COMPRESS ((lzo_uint32_t) (8 * 16384L * sizeof(short)))
Dlzo1z.h69 #define LZO1Z_999_MEM_COMPRESS ((lzo_uint32_t) (14 * 16384L * sizeof(short)))
Dlzodefs.h2900 #define lzo_uint32_t lzo_uint32e_t macro
2903 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_int32_t) == sizeof(lzo_uint32_t))
/external/syslinux/lzo/src/
Dlzo_crc.c38 static const lzo_uint32_t lzo_crc32_table[256] = {
114 LZO_PUBLIC(lzo_uint32_t)
115 lzo_crc32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len) in lzo_crc32()
117 lzo_uint32_t crc; in lzo_crc32()
122 const lzo_uint32_t * table = lzo_crc32_table; in lzo_crc32()
Dlzo_func.h64 __lzo_static_forceinline unsigned lzo_bitops_ctlz32_func(lzo_uint32_t v) in lzo_bitops_ctlz32_func()
70 lzo_uint32_t r; in lzo_bitops_ctlz32_func()
105 __lzo_static_forceinline unsigned lzo_bitops_cttz32_func(lzo_uint32_t v) in lzo_bitops_cttz32_func()
111 lzo_uint32_t r; in lzo_bitops_cttz32_func()
195 typedef lzo_uint32_t __lzo_may_alias lzo_memops_TU4;
358 __lzo_static_forceinline lzo_uint32_t lzo_memops_get_le32(const lzo_voidp ss) in lzo_memops_get_le32()
360 lzo_uint32_t v; in lzo_memops_get_le32()
367 v = (lzo_uint32_t) vv; in lzo_memops_get_le32()
370 …v = (lzo_uint32_t) (((lzo_uint32_t)s[0] << 24) | ((lzo_uint32_t)s[1] << 16) | ((lzo_uint32_t)s[2] … in lzo_memops_get_le32()
396 __lzo_static_forceinline lzo_uint32_t lzo_memops_get_ne32(const lzo_voidp ss) in lzo_memops_get_ne32()
[all …]
Dlzo_util.c108 LZO_PUBLIC(lzo_uint32_t)
109 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32()
111 lzo_uint32_t s1 = adler & 0xffff; in lzo_adler32()
112 lzo_uint32_t s2 = (adler >> 16) & 0xffff; in lzo_adler32()
Dlzo_conf.h115 #if 1 || defined(lzo_int32_t) || defined(lzo_uint32_t)
117 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint32_t) == 4)
234 # define DMUL(a,b) ((lzo_xint) ((lzo_uint32_t)(a) * (lzo_uint32_t)(b)))
Dlzo_init.c141 { unsigned i = 0; lzo_uint32_t v; in _lzo_config_check()
155 { unsigned i = 0; lzo_uint32_t v; in _lzo_config_check()
201 (s4 == -1 || s4 == (int) sizeof(lzo_uint32_t)) && in __lzo_init_v2()
Dlzo_ptr.h93 lzo_uint32_t a_lzo_uint32_t;
Dlzo1x_9x.c99 lzo_uint32_t flags );
531 lzo_uint32_t flags ) in lzo1x_999_compress_internal()
809 lzo_uint32_t flags; in lzo1x_999_compress_level()
Dlzo1x_c.ch102 lzo_uint32_t dv;
205 lzo_uint32_t v;
Dlzo_mchw.ch115 lzo_uint32_t flags )
Dlzo_swd.ch49 typedef lzo_uint32_t swd_uint;

12