Searched refs:lzo_uint32 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h147 typedef unsigned int lzo_uint32; typedef
153 typedef unsigned long lzo_uint32; typedef
159 # error "lzo_uint32"
184 /* The larger type of lzo_uint and lzo_uint32. */
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)
[all...]
H A Dminilzo.h81 #define LZO1X_1_MEM_COMPRESS ((lzo_uint32) (16384L * lzo_sizeof_dict_t))
H A Dminilzo.c2109 # define DMUL(a,b) ((lzo_xint) ((lzo_uint32)(a) * (lzo_uint32)(b)))
2156 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint32) == 4)
2163 # define UA_SET32(p,v) ((* (__lzo_ua_volatile lzo_uint32p) (__lzo_ua_volatile lzo_voidp) (p)) = (lzo_uint32) (v))
2247 lzo_uint32 a_lzo_uint32;
2261 lzo_uint32 * a_lzo_uint32_p;
2401 LZO_PUBLIC(lzo_uint32)
2402 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len)
2404 lzo_uint32 s1 = adler & 0xffff;
2405 lzo_uint32 s
[all...]

Completed in 27 milliseconds