Searched refs:lzo_uint32 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | lzoconf.h | 147 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 …]
|
D | minilzo.h | 81 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32) (16384L * lzo_sizeof_dict_t))
|
D | minilzo-inl.c | 2113 # 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/ |
D | prepcore.c | 68 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/ |
D | lzoconf.h | 386 #define lzo_uint32 lzo_uint32_t macro
|
/external/syslinux/lzo/include/lzo/ |
D | lzoconf.h | 386 #define lzo_uint32 lzo_uint32_t macro
|