HomeSort by relevance Sort by last modified time
    Searched refs:lzo_uint32_t (Results 1 - 25 of 26) sorted by null

1 2

  /external/syslinux/lzo/include/lzo/
lzo1.h 49 #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))
lzo1a.h 49 #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))
lzo1f.h 49 #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)))
lzo1x.h 71 #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)))
lzo_asm.h 117 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);
125 lzo_cpuid_asm(lzo_uint32_tp /* lzo_uint32_t info[16] */ );
127 LZO_EXTERN(lzo_uint32_t)
128 lzo_rdtsc_asm(lzo_uint32_tp /* lzo_uint32_t ticks[2] */ );
lzo2a.h 64 #define LZO2A_999_MEM_COMPRESS ((lzo_uint32_t) (8 * 16384L * sizeof(short)))
lzoconf.h 124 /* The larger type of lzo_uint and lzo_uint32_t. */
128 # 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
    [all...]
lzo1y.h 49 #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)))
lzo1b.h 49 #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)))
lzo1c.h 49 #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)))
lzo1z.h 69 #define LZO1Z_999_MEM_COMPRESS ((lzo_uint32_t) (14 * 16384L * sizeof(short)))
  /external/syslinux/lzo/src/
lzo_util.c 108 LZO_PUBLIC(lzo_uint32_t)
109 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len)
111 lzo_uint32_t s1 = adler & 0xffff;
112 lzo_uint32_t s2 = (adler >> 16) & 0xffff;
lzo_func.h 64 __lzo_static_forceinline unsigned lzo_bitops_ctlz32_func(lzo_uint32_t v)
70 lzo_uint32_t r;
105 __lzo_static_forceinline unsigned lzo_bitops_cttz32_func(lzo_uint32_t v)
111 lzo_uint32_t r;
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)
360 lzo_uint32_t v;
367 v = (lzo_uint32_t) vv;
370 v = (lzo_uint32_t) (((lzo_uint32_t)s[0] << 24) | ((lzo_uint32_t)s[1] << 16) | ((lzo_uint32_t)s[2] << 8) | ((lzo_uint32_t)s[3]))
    [all...]
lzo_crc.c 38 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)
117 lzo_uint32_t crc;
122 const lzo_uint32_t * table = lzo_crc32_table;
lzo_init.c 141 { unsigned i = 0; lzo_uint32_t v;
155 { unsigned i = 0; lzo_uint32_t v;
201 (s4 == -1 || s4 == (int) sizeof(lzo_uint32_t)) &&
lzo_conf.h 115 #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)))
lzo_ptr.h 93 lzo_uint32_t a_lzo_uint32_t;
lzo_mchw.ch 115 lzo_uint32_t flags )
lzo1x_c.ch 102 lzo_uint32_t dv;
205 lzo_uint32_t v;
lzo1x_9x.c 99 lzo_uint32_t flags );
531 lzo_uint32_t flags )
809 lzo_uint32_t flags;
lzo_swd.ch 49 typedef lzo_uint32_t swd_uint;
  /external/libvncserver/common/
lzoconf.h 124 /* The larger type of lzo_uint and lzo_uint32_t. */
128 # 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
    [all...]
minilzo.h 66 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
minilzo.c 2920 #define lzo_uint32_t macro
    [all...]
lzodefs.h 2900 #define lzo_uint32_t macro
    [all...]

Completed in 478 milliseconds

1 2