Home
last modified time | relevance | path

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

/external/syslinux/lzo/include/lzo/
Dlzodefs.h1251 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro
1255 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro
/external/libvncserver/common/
Dlzodefs.h1251 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro
1255 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro
Dminilzo.c1271 # define LZO_STATIC_CAST(t,e) (static_cast<t> (e)) macro
1275 # define LZO_STATIC_CAST(t,e) ((t) (e)) macro