Home
last modified time | relevance | path

Searched refs:lzo_uint32 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h147 typedef unsigned int lzo_uint32; typedef
153 typedef unsigned long lzo_uint32; typedef
188 # define lzo_xint lzo_uint32
209 #define lzo_uint32p lzo_uint32 __LZO_MMODEL *
359 (int)sizeof(long),(int)sizeof(lzo_uint32),(int)sizeof(lzo_uint),\
382 LZO_EXTERN(lzo_uint32)
383 lzo_adler32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
384 LZO_EXTERN(lzo_uint32)
385 lzo_crc32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
392 typedef union { lzo_bytep p; lzo_uint32 u32; } __lzo_pu32_u;
[all …]
Dminilzo.h81 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32) (16384L * lzo_sizeof_dict_t))
Dminilzo-inl.c2113 # define DMUL(a,b) ((lzo_xint) ((lzo_uint32)(a) * (lzo_uint32)(b)))
2160 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint32) == 4)
2167 …2(p,v) ((* (__lzo_ua_volatile lzo_uint32p) (__lzo_ua_volatile lzo_voidp) (p)) = (lzo_uint32) (v))
2251 lzo_uint32 a_lzo_uint32;
2265 lzo_uint32 * a_lzo_uint32_p;
2405 LZO_PUBLIC(lzo_uint32)
2406 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32()
2408 lzo_uint32 s1 = adler & 0xffff; in lzo_adler32()
2409 lzo_uint32 s2 = (adler >> 16) & 0xffff; in lzo_adler32()
2546 ACCCHK_ASSERT_IS_UNSIGNED_T(lzo_uint32) in ACCCHK_ASSERT_IS_UNSIGNED_T()
[all …]
/external/syslinux/lzo/
Dprepcore.c68 lzo_uint max_chain, lzo_uint32 flags);
80 lzo_uint max_chain, lzo_uint32 flags);
172 const lzo_uint32 flags = 0x1; in main()
191 lzo_uint32 uncompressed_checksum; in main()
192 lzo_uint32 compressed_checksum; in main()
/external/libvncserver/common/
Dlzoconf.h386 #define lzo_uint32 lzo_uint32_t macro
/external/syslinux/lzo/include/lzo/
Dlzoconf.h386 #define lzo_uint32 lzo_uint32_t macro