Searched defs:cvtINT8toInt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXmd.h149 # define cvtINT8toInt(val) (((val) & 0x00000080) ? ((val) | 0xffffffffffffff00) : (val)) macro
152 # define cvtINT8toShort(val) cvtINT8toInt(val)
155 # define cvtINT8toLong(val) cvtINT8toInt(val)
159 # define cvtINT8toInt(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXmd.h169 #define cvtINT8toInt(val) (((val) & 0x00000080) ? ((val) | 0xffffffffffffff00) : (val)) macro
172 #define cvtINT8toShort(val) cvtINT8toInt(val)
175 #define cvtINT8toLong(val) cvtINT8toInt(val)
179 #define cvtINT8toInt(val) (val) macro

Completed in 33 milliseconds