Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
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
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/include/lzo/
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/libvncserver/common/
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
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/src/
Dlzo_supp.h3462 return mkdir(LZO_UNCONST_CAST(char *, name)); in LZOLIB_PUBLIC()
3478 return rmdir(LZO_UNCONST_CAST(char *, name)); in LZOLIB_PUBLIC()