Searched defs:dw1 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dtimer-win.cpp128 static void CALLBACK rttimerCallback(UINT uTimerID, UINT uMsg, DWORD_PTR dwUser, DWORD_PTR dw1, DWORD_PTR dw2) argument
133 NOREF(uMsg); NOREF(dw1); NOREF(dw2); NOREF(uTimerID);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp996 DWORD dw1, dw2, dw3, dw4; local
999 dw1 = *pvData++;
1003 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", dw1, dw2, dw3, dw4);
1011 dw1 = *pvData++;
1014 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x\n", dw1, dw2, dw3);
1018 dw1 = *pvData++;
1020 sprintf(aBuf, "0x%08x, 0x%08x\n", dw1, dw2);
1024 dw1 = *pvData++;
1025 sprintf(aBuf, "0x%8x\n", dw1);
/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp666 int dz1 = 0, dw1 = 0; local
670 dw1 = 1;
672 dw1 = -1;
679 LogRel3(("%s: dw1=%d\n", __PRETTY_FUNCTION__, dw1));
680 kbd_queue(s, 0x40 | (dw1 & 0x3f), aux);
684 LogRel3(("%s: dz1=%d, dw1=%d, fButtonsHigh=0x%x\n",
685 __PRETTY_FUNCTION__, dz1, dw1, fButtonsHigh));
686 unsigned u4Low = dw1 > 0 ? 9 /* -7 & 0xf */
687 : dw1 <
[all...]
/vbox/include/iprt/
H A Dtypes.h360 uint32_t dw1; member in struct:RTUINT64U::__anon579
364 uint32_t dw1;
439 uint32_t dw1; member in struct:RTUINT128U::__anon583
443 uint32_t dw1;

Completed in 61 milliseconds