Searched refs:LZO_STATIC_CAST (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 1156 # define lzo_alloca(x) LZO_STATIC_CAST(void *, alloca((x))) 1432 … const void* klass::lzo_cxx_trigger_function() const { return LZO_STATIC_CAST(const void *, 0); } 1444 LZOCHK_ASSERT( LZO_STATIC_CAST(type, -1) relop LZO_STATIC_CAST(type, 0)) \ 1445 … LZOCHK_ASSERT( LZO_STATIC_CAST(type, ~LZO_STATIC_CAST(type, 0)) relop LZO_STATIC_CAST(type, 0)) \ 1446 … LZOCHK_ASSERT( LZO_STATIC_CAST(type, ~LZO_STATIC_CAST(type, 0)) == LZO_STATIC_CAST(type, -1)) 1454 LZOCHK_ASSERT( LZO_STATIC_CAST(type, -1) > LZO_STATIC_CAST(type, 0) ) 1595 LZOCHK_ASSERT(sizeof(char) == sizeof(LZO_STATIC_CAST(char, 0))) 1627 LZOCHK_ASSERT(sizeof(short) == sizeof(LZO_STATIC_CAST(short, 0))) 1640 LZOCHK_ASSERT(sizeof(int) == sizeof(LZO_STATIC_CAST(int, 0))) 1653 LZOCHK_ASSERT(sizeof(long) == sizeof(LZO_STATIC_CAST(long, 0))) [all …]
|
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 1249 #if !defined(LZO_STATIC_CAST) 1251 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro 1254 #if !defined(LZO_STATIC_CAST) 1255 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro 1258 # define LZO_STATIC_CAST2(t1,t2,e) LZO_STATIC_CAST(t1, LZO_STATIC_CAST(t2, e)) 1314 # define LZO_PCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e)) 1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) 1325 # define LZO_ICONV(t,e) LZO_STATIC_CAST(t, e) 1328 # define LZO_ICAST(t,e) LZO_STATIC_CAST(t, e) 1331 # define LZO_ITRUNC(t,e) LZO_STATIC_CAST(t, e)
|
/external/libvncserver/common/ |
D | lzodefs.h | 1249 #if !defined(LZO_STATIC_CAST) 1251 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro 1254 #if !defined(LZO_STATIC_CAST) 1255 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro 1258 # define LZO_STATIC_CAST2(t1,t2,e) LZO_STATIC_CAST(t1, LZO_STATIC_CAST(t2, e)) 1314 # define LZO_PCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e)) 1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) 1325 # define LZO_ICONV(t,e) LZO_STATIC_CAST(t, e) 1328 # define LZO_ICAST(t,e) LZO_STATIC_CAST(t, e) 1331 # define LZO_ITRUNC(t,e) LZO_STATIC_CAST(t, e)
|
D | minilzo.c | 1269 #if !defined(LZO_STATIC_CAST) 1271 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro 1274 #if !defined(LZO_STATIC_CAST) 1275 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro 1278 # define LZO_STATIC_CAST2(t1,t2,e) LZO_STATIC_CAST(t1, LZO_STATIC_CAST(t2, e)) 1334 # define LZO_PCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(void *, e)) 1342 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) 1345 # define LZO_ICONV(t,e) LZO_STATIC_CAST(t, e) 1348 # define LZO_ICAST(t,e) LZO_STATIC_CAST(t, e) 1351 # define LZO_ITRUNC(t,e) LZO_STATIC_CAST(t, e) [all …]
|