Searched defs:LZO_CCAST (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/lzo/include/lzo/ |
D | lzodefs.h | 1318 # define LZO_CCAST(t,e) ((t) (e)) macro 1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro
|
/external/libvncserver/common/ |
D | lzodefs.h | 1318 # define LZO_CCAST(t,e) ((t) (e)) macro 1322 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro
|
D | minilzo.c | 1338 # define LZO_CCAST(t,e) ((t) (e)) macro 1342 # define LZO_CCAST(t,e) LZO_STATIC_CAST(t, LZO_STATIC_CAST(const void *, e)) macro
|