Searched refs:h32 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwownt32.h106 #define HWND_16(h32) (LOWORD(h32))
107 #define HMENU_16(h32) (LOWORD(h32))
108 #define HDWP_16(h32) (LOWORD(h32))
109 #define HDROP_16(h32) (LOWORD(h32))
110 #define HDC_16(h32) (LOWORD(h32))
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwownt32.h106 #define HWND_16(h32) (LOWORD(h32))
107 #define HMENU_16(h32) (LOWORD(h32))
108 #define HDWP_16(h32) (LOWORD(h32))
109 #define HDROP_16(h32) (LOWORD(h32))
110 #define HDC_16(h32) (LOWORD(h32))
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp87 uint32_t h32; local
88 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT, &h32);
91 *phEvent = (SUPSEMEVENT)(uintptr_t)h32;
105 uint32_t h32; local
114 h32 = (uint32_t)(uintptr_t)hEvent;
115 if (h32 != (uintptr_t)hEvent)
121 pObj = (PSUPDRVOBJ)RTHandleTableFreeWithCtx(pSession->hHandleTable, h32, SUPDRV_HANDLE_CTX_EVENT);
134 uint32_t h32; local
141 h32 = (uint32_t)(uintptr_t)hEvent;
142 if (h32 !
161 uint32_t h32; local
259 uint32_t h32; local
277 uint32_t h32; local
306 uint32_t h32; local
333 uint32_t h32; local
360 uint32_t h32; local
[all...]

Completed in 58 milliseconds