Home
last modified time | relevance | path

Searched defs:LZO_REINTERPRET_CAST (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/lzo/include/lzo/
Dlzodefs.h1243 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1247 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro
/external/libvncserver/common/
Dlzodefs.h1243 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1247 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro
Dminilzo.c1263 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1267 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro