Searched refs:LZO_UNCONST_CAST (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | lzodefs.h | 1617 #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
|
D | minilzo-inl.c | 1641 #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/ |
D | lzodefs.h | 1260 #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/ |
D | lzodefs.h | 1260 #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
|
D | minilzo.c | 1280 #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/ |
D | lzo_supp.h | 3462 return mkdir(LZO_UNCONST_CAST(char *, name)); in LZOLIB_PUBLIC() 3478 return rmdir(LZO_UNCONST_CAST(char *, name)); in LZOLIB_PUBLIC()
|