Searched defs:LZO_UNCONST_VOLATILE_CAST (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 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 con… macro 1282 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
|
/external/libvncserver/common/ |
D | lzodefs.h | 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 con… macro 1282 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
|
D | minilzo.c | 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 con… macro 1302 # define LZO_UNCONST_VOLATILE_CAST(t,e) ((t) ((volatile void *) ((volatile const void *) (e)))) macro
|