/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | in6addr.h | 39 UCHAR Byte[16]; member in union:__anon13599 48 #define WS__S6_u8 Byte 52 #define _S6_u8 Byte 56 #define s6_bytes u.Byte
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | in6addr.h | 39 WS(u_char) Byte[16]; member in union:__anon991 48 #define WS__S6_u8 Byte 52 #define _S6_u8 Byte 56 #define s6_bytes u.Byte
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/ |
H A D | SmbusLib.c | 110 UINT8 Byte; local 116 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status); 118 return Byte; 149 UINT8 Byte; local 155 Byte = Value; 156 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status); 186 UINT8 Byte; local 191 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status); 193 return Byte; 224 UINT8 Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeSmbusLib/ |
H A D | SmbusLib.c | 136 UINT8 Byte; local 142 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status); 144 return Byte; 185 UINT8 Byte; local 191 Byte = Value; 192 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status); 232 UINT8 Byte; local 237 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status); 239 return Byte; 280 UINT8 Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/ |
H A D | SmbusLib.c | 136 UINT8 Byte; local 142 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status); 144 return Byte; 185 UINT8 Byte; local 191 Byte = Value; 192 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status); 232 UINT8 Byte; local 237 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status); 239 return Byte; 280 UINT8 Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3SmbusLib/ |
H A D | S3SmbusLib.c | 150 UINT8 Byte; local 152 Byte = SmBusReceiveByte (SmBusAddress, Status); 154 InternalSaveSmBusExecToBootScript (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte); 156 return Byte; 188 UINT8 Byte; local 190 Byte = SmBusSendByte (SmBusAddress, Value, Status); 192 InternalSaveSmBusExecToBootScript (EfiSmbusSendByte, SmBusAddress, 1, &Byte); 194 return Byte; 223 UINT8 Byte; local 225 Byte 261 UINT8 Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | UsbHcMem.c | 167 UINTN Byte; local 180 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) { 186 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) { 193 NEXT_BIT (Byte, Bit); 196 NEXT_BIT (Byte, Bit); 199 StartByte = Byte; 211 Byte = StartByte; 215 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)); 217 Block->Bits[Byte] 516 UINTN Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | UsbHcMem.c | 141 UINTN Byte; local 154 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) { 160 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) { 167 NEXT_BIT (Byte, Bit); 170 NEXT_BIT (Byte, Bit); 173 StartByte = Byte; 185 Byte = StartByte; 189 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)); 191 Block->Bits[Byte] 444 UINTN Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UsbHcMem.c | 166 UINTN Byte; local 179 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) { 185 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) { 192 NEXT_BIT (Byte, Bit); 195 NEXT_BIT (Byte, Bit); 198 StartByte = Byte; 210 Byte = StartByte; 214 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)); 216 Block->Bits[Byte] 514 UINTN Byte; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
H A D | Mtftp4Option.c | 113 UINT32 Byte; local 125 Byte = NetStringToU32 (Str); 127 if (Byte > 255) { 131 Addr = (Addr << 8) | Byte;
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6Icmp.c | 470 UINT8 Byte; local 486 Byte = (UINT8) (PrefixLength / 8); 488 Value = Prefix->Addr[Byte]; 490 if ((Byte > 0) && (Byte < 16)) { 491 ZeroMem (Prefix->Addr + Byte, 16 - Byte); 496 Prefix->Addr[Byte] = (UINT8) (Value & Mask);
|
H A D | Ip6Common.c | 153 UINT8 Byte; local 180 Byte = (UINT8) (InterfaceId[0] & IP6_U_BIT); 181 if (Byte == IP6_U_BIT) { 587 UINT8 Byte; local 594 Byte = (UINT8) (PrefixLength / 8); 599 CopyMem (Dest, Src, Byte); 603 ASSERT (Byte < 16); 604 Dest->Addr[Byte] = (UINT8) (Src->Addr[Byte] & Mask);
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/ |
H A D | CirrusLogic5430I2c.c | 117 UINT8 Byte; local 119 Byte = (UINT8) (I2cInb (PciIo, SEQ_DATA_REGISTER) & (UINT8) ~(1 << Bit)) ; 120 Byte = (UINT8) (Byte | ((Value & 0x01) << Bit)); 121 I2cOutb (PciIo, SEQ_DATA_REGISTER, (UINT8) (Byte | 0x40));
|
H A D | CirrusLogic5430.c | 829 UINT8 Byte; local 855 Byte = (UINT8) ((inb (Private, SEQ_DATA_REGISTER) & 0xc7) ^ 0x30); 856 outb (Private, SEQ_DATA_REGISTER, Byte);
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/ |
H A D | Driver.c | 648 UINT8 Byte; local 674 Byte = (UINT8) ((inb (Private, SEQ_DATA_REGISTER) & 0xc7) ^ 0x30); 675 outb (Private, SEQ_DATA_REGISTER, Byte);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/ |
H A D | VBoxVgaI2c.c | 145 UINT8 Byte; local 147 Byte = (UINT8) (I2cInb (PciIo, SEQ_DATA_REGISTER) & (UINT8) ~(1 << Bit)) ; 148 Byte = (UINT8) (Byte | ((Value & 0x01) << Bit)); 149 I2cOutb (PciIo, SEQ_DATA_REGISTER, (UINT8) (Byte | 0x40));
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
H A D | Types.h | 66 typedef unsigned char Byte; typedef 142 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 193 Byte buf[LookToRead_BUF_SIZE];
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbEnumer.c | 954 UINT8 Byte; local 969 Byte = 0; 973 if (USB_BIT_IS_SET (HubIf->ChangeMap[Byte], USB_BIT (Bit))) { 977 USB_NEXT_BIT (Byte, Bit);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | Types.h | 43 typedef unsigned char Byte; typedef 119 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 170 Byte buf[LookToRead_BUF_SIZE];
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | Image.c | 273 UINT8 Byte; local 302 Byte = *(Data + OffsetY + Xpos); 304 if ((Byte & (1 << Index)) != 0) { 316 Byte = *(Data + OffsetY + Xpos); 318 if ((Byte & (1 << (8 - Index - 1))) != 0) { 358 UINT8 Byte; local 387 Byte = *(Data + OffsetY + Xpos); 388 BitMapPtr[Ypos * Image->Width + Xpos * 2] = PaletteValue[Byte >> 4]; 389 BitMapPtr[Ypos * Image->Width + Xpos * 2 + 1] = PaletteValue[Byte & 0x0F]; 396 Byte 432 UINT8 Byte; local [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | zconf.h | 97 # define Byte vboxzlib_Byte macro 214 # define Byte z_Byte macro 460 typedef unsigned char Byte; /* 8 bits */ typedef 467 # define Bytef Byte FAR 469 typedef Byte FAR Bytef; 481 typedef Byte const *voidpc; 482 typedef Byte FAR *voidpf; 483 typedef Byte *voidp;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
H A D | DxeNetLib.c | 691 UINT8 Byte; local 704 Byte = Ip6->Addr[Index]; 706 if (Byte == 0x0 || Byte == 0x1) { 794 UINT8 Byte; local 804 Byte = (UINT8) (PrefixLength / 8); 807 if (CompareMem (Ip1, Ip2, Byte) != 0) { 814 ASSERT (Byte < 16); 815 if ((Ip1->Addr[Byte] & Mask) != (Ip2->Addr[Byte] [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/ |
H A D | DevicePathFromText.c | 500 UINT8 Byte; local 526 Byte = (UINT8) (Digit << 4); 528 Byte = Buf[Index / 2]; 529 Byte &= 0xF0; 530 Byte = (UINT8) (Byte | Digit); 533 Buf[Index / 2] = Byte;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | Acpi10.h | 135 UINT8 Byte; member in union:__anon11384 145 UINT8 Byte; member in union:__anon11386::__anon11387
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiPxe.h | 1210 UINT8 Byte[256]; member in union:s_pxe_pci_config_info::__anon12426 1236 PXE_UINT8 Byte[256]; member in union:s_pxe_pcc_config_info::__anon12427 1487 PXE_UINT8 Byte; member in union:s_pxe_cpb_nvdata_sparse::__anon12428::__anon12429 1502 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member in union:u_pxe_cpb_nvdata_bulk 1523 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member in union:s_pxe_db_nvdata::__anon12430
|