Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_UNCONST_VOLATILE_CAST

1292 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1294 # define LZO_UNCONST_VOLATILE_CAST(t,e) (const_cast<t> (e))
1296 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) (e))
1298 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((lzo_uintptr_t) ((volatile const void *) (e)))))
1301 #if !defined(LZO_UNCONST_VOLATILE_CAST)
1302 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e))))