Searched refs:LZO_REINTERPRET_CAST (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 1241 #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/ |
D | lzodefs.h | 1241 #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
|
D | minilzo.c | 1261 #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/ |
D | lzo_supp.h | 3437 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()
|