Searched defs:dw3 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp996 DWORD dw1, dw2, dw3, dw4; local
1001 dw3 = *pvData++;
1003 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", dw1, dw2, dw3, dw4);
1013 dw3 = *pvData++;
1014 sprintf(aBuf, "0x%08x, 0x%08x, 0x%08x\n", dw1, dw2, dw3);
/vbox/include/iprt/
H A Dtypes.h437 uint32_t dw3; member in struct:RTUINT128U::__anon583
445 uint32_t dw3;
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp784 } dw3; member in struct:E1kTDLegacy
818 /** Report status (only applies to dw3.fDD for here). */
840 } dw3; member in struct:E1kTDContext
864 /** Report status (dw3.STA). */
871 * Insert dw3.SPECIAL after ethernet header. */
899 } dw3; member in struct:E1kTDData
1808 pDesc->context.dw3.u8HDRLEN,
1809 pDesc->context.dw3.u16MSS,
1810 pDesc->context.dw3.fDD?"DD":""));
1826 pDesc->data.dw3
[all...]

Completed in 4136 milliseconds