Searched refs:lzo_uintptr_t (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/common/
H A Dlzoconf.h188 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_uint) == sizeof(lzo_uintptr_t))
189 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(void *) == sizeof(lzo_uintptr_t))
190 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(char *) == sizeof(lzo_uintptr_t))
191 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(long *) == sizeof(lzo_uintptr_t))
365 lzo_voidp a00; lzo_bytep a01; lzo_uint a02; lzo_xint a03; lzo_uintptr_t a04;
H A Dlzodefs.h1266 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((const void *) (e)))))
1278 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e)))))
1290 # define LZO_UNVOLATILE_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((volatile void *) (e)))))
1302 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((lzo_uintptr_t) ((volatile const void *) (e)))))
2807 typedef char* lzo_uintptr_t; typedef
2809 # define lzo_uintptr_t lzo_uintptr_t macro
2813 typedef __w64 unsigned int lzo_uintptr_t;
2815 # define lzo_uintptr_t lzo_uintptr_t
[all...]
H A Dminilzo.c1286 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((const void *) (e)))))
1298 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e)))))
1310 # define LZO_UNVOLATILE_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((volatile void *) (e)))))
1322 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((lzo_uintptr_t) ((volatile const void *) (e)))))
2827 typedef char* lzo_uintptr_t; typedef
2829 # define lzo_uintptr_t lzo_uintptr_t macro
2833 typedef __w64 unsigned int lzo_uintptr_t;
2835 # define lzo_uintptr_t lzo_uintptr_t
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c1645 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((lzo_uintptr_t) ((const void *) (e))))))
1966 #if !defined(lzo_uintptr_t)
1968 # define lzo_uintptr_t unsigned long macro
1971 typedef char* lzo_uintptr_t; typedef
1972 # define lzo_uintptr_t lzo_uintptr_t macro
1974 # define lzo_uintptr_t size_t macro
1976 # define lzo_uintptr_t unsigned long macro
1978 # define lzo_uintptr_t unsigned int macro
1980 # define lzo_uintptr_t unsigne macro
1982 # define lzo_uintptr_t macro
2204 # define lzo_uintptr_t macro
2206 # define lzo_uintptr_t macro
[all...]
H A Dlzodefs.h1621 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((lzo_uintptr_t) ((const void *) (e))))))

Completed in 137 milliseconds