/vbox/include/iprt/ |
H A D | uint128.h | 59 && pValue->DWords.dw2 == 0 79 pResult->DWords.dw2 = 0; 100 pResult->DWords.dw2 = UINT32_MAX; 180 pResult->DWords.dw2 = uTmp.DWords.dw1; 183 if (pResult->DWords.dw2++ == UINT32_MAX) 186 pResult->s.Hi += (uint64_t)pValue1->DWords.dw2 * pValue2->DWords.dw0; 189 /* multiply dw0, dw1 & dw2 in v1 by v2.dw1. */ 193 if (pResult->DWords.dw2++ == UINT32_MAX) 196 pResult->DWords.dw2 += uTmp.DWords.dw1; 197 if (pResult->DWords.dw2 < uTm [all...] |
H A D | asm-math.h | 167 u64Tmp += Prod.DWords.dw2; 169 Prod.DWords.dw2 = (uint32_t)u64Tmp;
|
H A D | types.h | 438 uint32_t dw2; member in struct:RTUINT128U::__anon583 444 uint32_t dw2;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | DumpD3DCaps9.cpp | 996 DWORD dw1, dw2, dw3, dw4; local 1000 dw2 = *pvData++; 1003 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", dw1, dw2, dw3, dw4); 1012 dw2 = *pvData++; 1014 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x\n", dw1, dw2, dw3); 1019 dw2 = *pvData++; 1020 sprintf(aBuf, "0x%08x, 0x%08x\n", dw1, dw2);
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | timer-win.cpp | 128 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/Devices/Network/ |
H A D | DevE1000.cpp | 829 } dw2; member in struct:E1kTDContext 1745 return pDesc->context.dw2.u4DTYP; 1802 pDesc->context.dw2.fIDE ? " IDE":"", 1803 pDesc->context.dw2.fRS ? " RS" :"", 1804 pDesc->context.dw2.fTSE ? " TSE":"", 1805 pDesc->context.dw2.fIP ? "IPv4":"IPv6", 1806 pDesc->context.dw2.fTCP ? "TCP":"UDP", 1807 pDesc->context.dw2.u20PAYLEN, 3381 if (RT_UNLIKELY( pCtx->tu.u8CSS < (size_t)pCtx->ip.u8CSS + (pCtx->dw2.fIP ? RTNETIPV4_MIN_LEN : RTNETIPV6_MIN_LEN) )) 3386 if (RT_UNLIKELY( pCtx->dw2 [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPMisc.cpp | 1593 DWORD dw1, dw2, dw3, dw4; 1597 dw2 = *pvData++; 1600 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", dw1, dw2, dw3, dw4); 1609 dw2 = *pvData++; 1611 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x\n", dw1, dw2, dw3); 1616 dw2 = *pvData++; 1617 sprintf(aBuf, "0x%08x, 0x%08x\n", dw1, dw2);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | vmrender.idl | 33 typedef struct { DWORD dw1, dw2; } DDCOLORKEY;
|
H A D | axextend.idl | 214 DWORD dw2;
|
H A D | vfw.h | 397 LRESULT VFWAPI ICSendMessage(HIC hic, UINT msg, DWORD_PTR dw1, DWORD_PTR dw2);
|
H A D | urlmon.h | 3590 #define SetUrlPolicyPermissions(dw,dw2) ((dw) = ((dw) & ~URLPOLICY_MASK_PERMISSIONS) | (dw2))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | vmrender.idl | 33 typedef struct { DWORD dw1, dw2; } DDCOLORKEY;
|
H A D | axextend.idl | 213 DWORD dw2;
|
H A D | vfw.h | 397 LRESULT VFWAPI ICSendMessage(HIC hic, UINT msg, DWORD_PTR dw1, DWORD_PTR dw2);
|
H A D | urlmon.h | 3596 #define SetUrlPolicyPermissions(dw,dw2) ((dw) = ((dw) & ~URLPOLICY_MASK_PERMISSIONS) | (dw2))
|