Home
last modified time | relevance | path

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

/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