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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1617 #if !defined(LZO_UNCONST_CAST)
1619 # define LZO_UNCONST_CAST(t,e) (const_cast<t> (e))
1621 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((lzo_uintptr_t) ((const void *) (e)))))) macro
1623 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((const void *) (e))))) macro
H A Dminilzo-inl.c1641 #if !defined(LZO_UNCONST_CAST)
1643 # define LZO_UNCONST_CAST(t,e) (const_cast<t> (e))
1645 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((lzo_uintptr_t) ((const void *) (e)))))) macro
1647 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((char *) ((const void *) (e))))) macro

Completed in 183 milliseconds