Lines Matching refs:LZO_STATIC_CAST
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)
4028 const lzo_hbyte_p p1 = LZO_STATIC_CAST(const lzo_hbyte_p, s1); in LZOLIB_PUBLIC()
4029 const lzo_hbyte_p p2 = LZO_STATIC_CAST(const lzo_hbyte_p, s2); in LZOLIB_PUBLIC()
4045 lzo_hbyte_p p1 = LZO_STATIC_CAST(lzo_hbyte_p, dest); in LZOLIB_PUBLIC()
4046 const lzo_hbyte_p p2 = LZO_STATIC_CAST(const lzo_hbyte_p, src); in LZOLIB_PUBLIC()
4060 lzo_hbyte_p p1 = LZO_STATIC_CAST(lzo_hbyte_p, dest); in LZOLIB_PUBLIC()
4061 const lzo_hbyte_p p2 = LZO_STATIC_CAST(const lzo_hbyte_p, src); in LZOLIB_PUBLIC()
4086 lzo_hbyte_p p = LZO_STATIC_CAST(lzo_hbyte_p, s); in LZOLIB_PUBLIC()