Searched refs:cvtINT32toInt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXmd.h151 # define cvtINT32toInt(val) (((val) & 0x80000000) ? ((val) | 0xffffffff00000000) : (val)) macro
154 # define cvtINT32toShort(val) cvtINT32toInt(val)
157 # define cvtINT32toLong(val) cvtINT32toInt(val)
161 # define cvtINT32toInt(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXmd.h171 #define cvtINT32toInt(val) (((val) & 0x80000000) ? ((val) | 0xffffffff00000000) : (val)) macro
174 #define cvtINT32toShort(val) cvtINT32toInt(val)
177 #define cvtINT32toLong(val) cvtINT32toInt(val)
181 #define cvtINT32toInt(val) (val) macro

Completed in 42 milliseconds