/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
H A D | MouseHid.c | 104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16)); 150 return HidItem->Data.Uint16;
|
H A D | UsbMouseAbsolutePointer.h | 84 UINT16 Uint16; member in union:__anon10908
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/ |
H A D | MouseHid.c | 104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16)); 150 return HidItem->Data.Uint16;
|
H A D | UsbMouse.h | 84 UINT16 Uint16; member in union:__anon10912
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
H A D | InternalBootScriptLib.h | 57 UINT16 volatile *Uint16; member in union:__anon11107
|
H A D | BootScriptExecute.c | 344 *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 D | VBoxSDLTest.cpp | 316 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes }; 384 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint16)guGuestYRes };
|
H A D | Framebuffer.cpp | 1221 SDL_Rect rect = {0, 0, (Uint16)mScreen->w, (Uint16)mLabelHeight};
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/ |
H A D | MnpVlan.c | 156 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 D | NetLib.h | 86 UINT16 Uint16; member in union:__anon11038
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsVariant.cpp | 599 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 D | BaseLib.h | 4845 UINT16 Uint16; member in union:__anon11926
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrSyntax.g | 162 #token Uint16("UINT16") "UINT16"
3162 | Uint16 << CastType = 1; >>
|