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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h781 #define ToHex(n) ((BYTE)(((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
783 MAKELONG((ToHex((stream) & 0x0f) << 8) | \
784 (ToHex(((stream) & 0xf0) >> 4)), tcc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h781 #define ToHex(n) ((BYTE)(((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0'))) macro
783 MAKELONG((ToHex((stream) & 0x0f) << 8) | \
784 (ToHex(((stream) & 0xf0) >> 4)), tcc)

Completed in 89 milliseconds