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

/external/libvncserver/common/
H A Dlzodefs.h1260 #if !defined(LZO_UNCONST_CAST)
1262 # define LZO_UNCONST_CAST(t,e) (const_cast<t> (e)) macro
1264 # define LZO_UNCONST_CAST(t,e) ((t) (e)) macro
1266 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((const void *) (e))))) macro
1269 #if !defined(LZO_UNCONST_CAST)
1270 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((const void *) (e)))) macro
H A Dminilzo.c1280 #if !defined(LZO_UNCONST_CAST)
1282 # define LZO_UNCONST_CAST(t,e) (const_cast<t> (e)) macro
1284 # define LZO_UNCONST_CAST(t,e) ((t) (e)) macro
1286 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((const void *) (e))))) macro
1289 #if !defined(LZO_UNCONST_CAST)
1290 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((const void *) (e)))) macro
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h1260 #if !defined(LZO_UNCONST_CAST)
1262 # define LZO_UNCONST_CAST(t,e) (const_cast<t> (e)) macro
1264 # define LZO_UNCONST_CAST(t,e) ((t) (e)) macro
1266 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((lzo_uintptr_t) ((const void *) (e))))) macro
1269 #if !defined(LZO_UNCONST_CAST)
1270 # define LZO_UNCONST_CAST(t,e) ((t) ((void *) ((const void *) (e)))) macro
/external/valgrind/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
/external/syslinux/lzo/src/
H A Dlzo_supp.h3462 return mkdir(LZO_UNCONST_CAST(char *, name));
3478 return rmdir(LZO_UNCONST_CAST(char *, name));

Completed in 140 milliseconds