Home
last modified time | relevance | path

Searched refs:LZO_REINTERPRET_CAST (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/lzo/include/lzo/
Dlzodefs.h1241 #if !defined(LZO_REINTERPRET_CAST)
1243 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1246 #if !defined(LZO_REINTERPRET_CAST)
1247 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro
/external/libvncserver/common/
Dlzodefs.h1241 #if !defined(LZO_REINTERPRET_CAST)
1243 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1246 #if !defined(LZO_REINTERPRET_CAST)
1247 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro
Dminilzo.c1261 #if !defined(LZO_REINTERPRET_CAST)
1263 # define LZO_REINTERPRET_CAST(t,e) (reinterpret_cast<t> (e)) macro
1266 #if !defined(LZO_REINTERPRET_CAST)
1267 # define LZO_REINTERPRET_CAST(t,e) ((t) (e)) macro
/external/syslinux/lzo/src/
Dlzo_supp.h3437 if (GetConsoleMode(LZO_REINTERPRET_CAST(HANDLE, h), &d) == 0) in LZOLIB_PUBLIC()
3536 * LZO_STATIC_CAST(volatile unsigned long *, LZO_REINTERPRET_CAST(volatile void *, a)) = ~0ul; in LZOLIB_PUBLIC_NOINLINE()