Searched refs:Uint16 (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DMouseHid.c104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
150 return HidItem->Data.Uint16;
H A DUsbMouseAbsolutePointer.h84 UINT16 Uint16; member in union:__anon10908
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DMouseHid.c104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
150 return HidItem->Data.Uint16;
H A DUsbMouse.h84 UINT16 Uint16; member in union:__anon10912
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h57 UINT16 volatile *Uint16; member in union:__anon11107
H A DBootScriptExecute.c344 *Out.Uint16 = IoRead16 ((UINTN) Address);
422 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In.Uint16));
423 IoWrite16 ((UINTN) Address, *In.Uint16);
426 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint16 - 0x%08x (0x%04x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint16));
427 IoWrite16 ((UINTN) OriginalAddress, *In.Uint16);
430 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFillUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In.Uint16));
431 IoWrite16 ((UINTN) Address, *OriginalIn.Uint16);
547 *Out.Uint16 = MmioRead16 ((UINTN) Address);
628 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In.Uint16));
629 MmioWrite16 ((UINTN) Address, *In.Uint16);
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp316 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes };
384 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes };
H A DFramebuffer.cpp1221 SDL_Rect rect = {0, 0, (Uint16)mScreen->w, (Uint16)mLabelHeight};
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c156 VlanTag.Uint16 = NTOHS (*(UINT16 *) (Packet + ProtocolOffset + sizeof (ProtocolType)));
235 VlanTci->Uint16 = HTONS (VlanTci->Uint16);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h86 UINT16 Uint16; member in union:__anon11038
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp599 NUMERIC_CONVERSION_METHOD_NORMAL(VTYPE_UINT16, PRUint16, Uint16, 0, 65535)
1300 CASE__SET_FROM_VARIANT_TYPE(VTYPE_UINT16, mUint16Value, Uint16)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4845 UINT16 Uint16; member in union:__anon11926
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g162 #token Uint16("UINT16") "UINT16"
3162 | Uint16 << CastType = 1; >>

Completed in 2523 milliseconds