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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcndr.h139 #define NdrFcLong(s) (unsigned char)(s & 0xff), (unsigned char)((s & 0x0000ff00) >> 8), \ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h124 #define NdrFcLong(s) (unsigned char)(s & 0xff), (unsigned char)((s & 0x0000ff00) >> 8), \ macro

Completed in 54 milliseconds