Searched defs:LZO_STATIC_CAST (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/common/
H A Dlzodefs.h1249 #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(cons
[all...]
H A Dminilzo.c1269 #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(cons
[all...]
/external/syslinux/lzo/include/lzo/
H A Dlzodefs.h1249 #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(cons
[all...]

Completed in 162 milliseconds