Searched refs:LZO_CCAST (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 1316 #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/ |
D | lzodefs.h | 1316 #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
|
D | minilzo.c | 1336 #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
|