Searched refs:lzo_uint (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h114 /* lzo_uint should match size_t */
118 typedef unsigned __int64 lzo_uint; typedef
121 typedef unsigned long long lzo_uint; typedef
128 typedef unsigned int lzo_uint; typedef
134 typedef unsigned long lzo_uint; typedef
140 # error "lzo_uint"
167 # define lzo_uint64 lzo_uint
184 /* The larger type of lzo_uint and lzo_uint32. */
186 # define lzo_xint lzo_uint
191 /* Memory model that allows to access memory at offsets of lzo_uint
[all...]
H A Dminilzo.h87 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
93 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
99 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
H A Dminilzo.c2093 #define lzo_sizeof(type) ((lzo_uint) (sizeof(type)))
2095 #define LZO_HIGH(array) ((lzo_uint) (sizeof(array)/sizeof(*(array))))
2103 #define LZO_USIZE(bits) ((lzo_uint) 1 << (bits))
2184 lzo_memset((lzo_voidp)(s),0,(lzo_uint)(l)*(n))
2229 #define pd(a,b) ((lzo_uint) ((a)-(b)))
2245 lzo_uint a_lzo_uint;
2259 lzo_uint * a_lzo_uint_p;
2289 # define lzo_dict_t lzo_uint
2315 __lzo_align_gap(const lzo_voidp ptr, lzo_uint size)
2402 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint le
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dlzopio.c191 lzo_uint usize = lzopio->block.usize;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c298 lzo_uint usize = data->blksz;
H A Dbtrfs.c920 lzo_uint usize = GRUB_BTRFS_LZO_BLOCK_SIZE;

Completed in 43 milliseconds