Searched defs:Byte (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Din6addr.h39 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 Din6addr.h39 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 DSmbusLib.c110 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 DSmbusLib.c136 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 DSmbusLib.c136 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 DS3SmbusLib.c150 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 DUsbHcMem.c167 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 DUsbHcMem.c141 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 DUsbHcMem.c166 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 DMtftp4Option.c113 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 DIp6Icmp.c470 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 DIp6Common.c153 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 DCirrusLogic5430I2c.c117 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 DCirrusLogic5430.c829 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 DDriver.c648 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 DVBoxVgaI2c.c145 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 DTypes.h66 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 DUsbEnumer.c954 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 DTypes.h43 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 DImage.c273 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 Dzconf.h97 # 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 DDxeNetLib.c691 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 DDevicePathFromText.c500 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 DAcpi10.h135 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 DUefiPxe.h1210 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

Completed in 116 milliseconds

12