Searched refs:dw2 (Results 1 - 15 of 15) sorted by relevance

/vbox/include/iprt/
H A Duint128.h59 && 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 Dasm-math.h167 u64Tmp += Prod.DWords.dw2;
169 Prod.DWords.dw2 = (uint32_t)u64Tmp;
H A Dtypes.h438 uint32_t dw2; member in struct:RTUINT128U::__anon583
444 uint32_t dw2;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp996 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 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/Devices/Network/
H A DDevE1000.cpp829 } 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 DVBoxMPMisc.cpp1593 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 Dvmrender.idl33 typedef struct { DWORD dw1, dw2; } DDCOLORKEY;
H A Daxextend.idl214 DWORD dw2;
H A Dvfw.h397 LRESULT VFWAPI ICSendMessage(HIC hic, UINT msg, DWORD_PTR dw1, DWORD_PTR dw2);
H A Durlmon.h3590 #define SetUrlPolicyPermissions(dw,dw2) ((dw) = ((dw) & ~URLPOLICY_MASK_PERMISSIONS) | (dw2))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvmrender.idl33 typedef struct { DWORD dw1, dw2; } DDCOLORKEY;
H A Daxextend.idl213 DWORD dw2;
H A Dvfw.h397 LRESULT VFWAPI ICSendMessage(HIC hic, UINT msg, DWORD_PTR dw1, DWORD_PTR dw2);
H A Durlmon.h3596 #define SetUrlPolicyPermissions(dw,dw2) ((dw) = ((dw) & ~URLPOLICY_MASK_PERMISSIONS) | (dw2))

Completed in 5501 milliseconds