Home
last modified time | relevance | path

Searched refs:LZO_CCAST (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/lzo/include/lzo/
Dlzodefs.h1316 #if !defined(LZO_CCAST)
1318 # define LZO_CCAST(t,e) ((t) (e)) macro
1321 #if !defined(LZO_CCAST)
1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro
/external/libvncserver/common/
Dlzodefs.h1316 #if !defined(LZO_CCAST)
1318 # define LZO_CCAST(t,e) ((t) (e)) macro
1321 #if !defined(LZO_CCAST)
1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro
Dminilzo.c1336 #if !defined(LZO_CCAST)
1338 # define LZO_CCAST(t,e) ((t) (e)) macro
1341 #if !defined(LZO_CCAST)
1342 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro