Searched defs:LZO_UNCONST_VOLATILE_CAST (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/common/
H A Dlzodefs.h1272 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1274 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e)) macro
1276 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e)) macro
1278 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e))))) macro
1281 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1282 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
H A Dminilzo.c1292 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1294 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e)) macro
1296 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e)) macro
1298 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e))))) macro
1301 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1302 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h1272 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1274 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e)) macro
1276 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e)) macro
1278 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e))))) macro
1281 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1282 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro

Completed in 101 milliseconds