Searched refs:Uint8 (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DMouseHid.c95 HidItem->Data.Uint8 = *StartPos++;
148 return HidItem->Data.Uint8;
H A DUsbMouseAbsolutePointer.h83 UINT8 Uint8; member in union:__anon10908
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DMouseHid.c95 HidItem->Data.Uint8 = *StartPos++;
148 return HidItem->Data.Uint8;
H A DUsbMouse.h83 UINT8 Uint8; member in union:__anon10912
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h56 UINT8 volatile *Uint8; member in union:__anon11107
H A DBootScriptExecute.c337 *Out.Uint8 = IoRead8 ((UINTN) Address);
410 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8));
411 IoWrite8 ((UINTN) Address, *In.Uint8);
414 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint8));
415 IoWrite8 ((UINTN) OriginalAddress, *In.Uint8);
418 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFillUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8));
419 IoWrite8 ((UINTN) Address, *OriginalIn.Uint8);
540 *Out.Uint8 = MmioRead8 ((UINTN) Address);
616 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8));
617 MmioWrite8 ((UINTN) Address, *In.Uint8);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c242 UINT8 Uint8; local
295 X = 1, Uint8 = ((UINT8*)&WideFill)[0];
298 if (Uint8 != ((UINT8*)&WideFill)[X]) {
304 SetMem ((VOID*) &WideFill, sizeof (WideFill), Uint8);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp598 NUMERIC_CONVERSION_METHOD_NORMAL(VTYPE_UINT8, PRUint8, Uint8, 0, 255)
1299 CASE__SET_FROM_VARIANT_TYPE(VTYPE_UINT8, mUint8Value, Uint8)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g164 #token Uint8("UINT8") "UINT8"
3163 | Uint8 << CastType = 1; >>

Completed in 79 milliseconds