Searched defs:LZO_UNVOLATILE_CONST_CAST (Results 1 – 2 of 2) sorted by relevance
1298 # define LZO_UNVOLATILE_CONST_CAST(t,e) (const_cast<t> (e)) macro1300 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) (e)) macro1302 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((lzo_uintptr_t) ((volatile const … macro1306 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((volatile const void *) (e)))) macro
1318 # define LZO_UNVOLATILE_CONST_CAST(t,e) (const_cast<t> (e)) macro1320 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) (e)) macro1322 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((lzo_uintptr_t) ((volatile const … macro1326 # define LZO_UNVOLATILE_CONST_CAST(t,e) ((t) ((const void *) ((volatile const void *) (e)))) macro