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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h206 #define lzo_voidp void __LZO_MMODEL * macro
218 #define lzo_voidpp lzo_voidp __LZO_MMODEL *
267 lzo_voidp wrkmem );
272 lzo_voidp wrkmem );
277 lzo_voidp wrkmem );
282 lzo_voidp wrkmem,
288 lzo_voidp wrkmem,
300 typedef lzo_voidp (__LZO_CDECL *lzo_alloc_func_t)
303 (lzo_callback_p self, lzo_voidp ptr);
321 lzo_voidp user
[all...]
H A Dminilzo.h89 lzo_voidp wrkmem );
95 lzo_voidp wrkmem /* NOT USED */ );
101 lzo_voidp wrkmem /* NOT USED */ );
H A Dminilzo.c1981 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uintptr_t) >= sizeof(lzo_voidp))
2150 # define UA_GET16(p) (* (__lzo_ua_volatile const lzo_ushortp) (__lzo_ua_volatile const lzo_voidp) (p))
2151 # define UA_SET16(p,v) ((* (__lzo_ua_volatile lzo_ushortp) (__lzo_ua_volatile lzo_voidp) (p)) = (unsigned short) (v))
2162 # define UA_GET32(p) (* (__lzo_ua_volatile const lzo_uint32p) (__lzo_ua_volatile const lzo_voidp) (p))
2163 # define UA_SET32(p,v) ((* (__lzo_ua_volatile lzo_uint32p) (__lzo_ua_volatile lzo_voidp) (p)) = (lzo_uint32) (v))
2174 # define UA_GET64(p) (* (__lzo_ua_volatile const lzo_uint64p) (__lzo_ua_volatile const lzo_voidp) (p))
2175 # define UA_SET64(p,v) ((* (__lzo_ua_volatile lzo_uint64p) (__lzo_ua_volatile lzo_voidp) (p)) = (lzo_uint64) (v))
2184 lzo_memset((lzo_voidp)(s),0,(lzo_uint)(l)*(n))
2232 __lzo_ptr_linear(const lzo_voidp ptr);
2254 lzo_voidp a_lzo_void
[all...]

Completed in 26 milliseconds