Searched refs:U8 (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/ |
H A D | nxhal_nic_interface.h | 316 U8 reserved[128]; /* future expansion */ 327 U8 phys_port; /* Physical id of port */ 328 U8 virt_port; /* Virtual/Logical id of port */ 330 U8 reserved[128]; /* future expansion */ 403 U8 reserved[128]; /* reserve space for future expansion*/ 430 U8 phys_port; /* Physical id of port */ 431 U8 virt_port; /* Virtual/Logical id of port */ 432 U8 reserved[128]; /* save space for future expansion */
|
H A D | phantom.h | 42 typedef uint8_t U8; typedef
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstSSM.cpp | 142 ITEM(U8, uint8_t, 0xff); 143 ITEM(U8, uint8_t, 0x0); 144 ITEM(U8, uint8_t, 1); 145 ITEM(U8, uint8_t, 42); 146 ITEM(U8, uint8_t, 230); 239 ITEM(U8, uint8_t, 0xff); 240 ITEM(U8, uint8_t, 0x0); 241 ITEM(U8, uint8_t, 1); 242 ITEM(U8, uint8_t, 42); 243 ITEM(U8, uint8_ [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMDbg.cpp | 1234 CPU_REG_EX_AS("ah", AH, U8, RT_OFFSETOF(CPUMCPU, Guest.rax) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1235 CPU_REG_EX_AS("ch", CH, U8, RT_OFFSETOF(CPUMCPU, Guest.rcx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1236 CPU_REG_EX_AS("dh", DH, U8, RT_OFFSETOF(CPUMCPU, Guest.rdx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1237 CPU_REG_EX_AS("bh", BH, U8, RT_OFFSETOF(CPUMCPU, Guest.rbx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1362 CPU_REG_EX_AS("ah", AH, U8, RT_OFFSETOF(CPUMCPU, Hyper.rax) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1363 CPU_REG_EX_AS("ch", CH, U8, RT_OFFSETOF(CPUMCPU, Hyper.rcx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1364 CPU_REG_EX_AS("dh", DH, U8, RT_OFFSETOF(CPUMCPU, Hyper.rdx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1365 CPU_REG_EX_AS("bh", BH, U8, RT_OFFSETOF(CPUMCPU, Hyper.rbx) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ),
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 149 # define U8(x) (x).u8 macro 159 # define U8(x) (x) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 147 # define U8(x) (x).u8 macro 157 # define U8(x) (x) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrSyntax.g | 631 | U8:"UINT8" {OpenBracket AN4:Number CloseBracket <<ArrayNum = _STOU32(AN4->getText());>>}
632 << TypeName = U8->getText(); LineNum = U8->getLine(); >>
828 | U8:"UINT8" "," << TypeName = U8->getText(); LineNum = U8->getLine(); >>
893 | U8:"UINT8" "," << TypeName = U8->getText(); LineNum = U8->getLine(); >>
|
/vbox/src/VBox/Devices/Audio/ |
H A D | AudioMixBuffer.cpp | 371 AUDMIXBUF_CONVERT(U8 /* Name */, uint8_t, 0 /* Min */, UINT8_MAX /* Max */, false /* fSigned */, 8 /* cShift */)
|
Completed in 73 milliseconds