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

/external/valgrind/main/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 75 milliseconds