Searched defs:LZO_UNCONST_VOLATILE_CAST (Results 1 – 2 of 2) sorted by relevance
1274 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e)) macro1276 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e)) macro1278 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile con… macro1282 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
1294 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e)) macro1296 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e)) macro1298 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile con… macro1302 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro