Home
last modified time | relevance | path

Searched refs:INT16 (Results 1 – 25 of 84) sorted by relevance

1234

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/
DProcessorBind.h82 typedef short INT16; typedef
99 typedef short INT16; typedef
114 typedef short INT16; typedef
132 typedef int16_t INT16; typedef
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Ia32/
DProcessorBind.h79 typedef short INT16; typedef
96 typedef short INT16; typedef
113 typedef int16_t INT16; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DProcessorConv.c139 INT16 Value; in SmbiosFldProcessorType9()
140 INT16 Exponent; in SmbiosFldProcessorType9()
153 Value = (INT16) (Value * 10); in SmbiosFldProcessorType9()
156 Value = (INT16) (Value / 10); in SmbiosFldProcessorType9()
DConvLib.c530 INT16 Value; in SmbiosFldBase10ToWordWithMega()
531 INT16 Exponent; in SmbiosFldBase10ToWordWithMega()
544 Value = (INT16) (Value * 10); in SmbiosFldBase10ToWordWithMega()
547 Value = (INT16) (Value / 10); in SmbiosFldBase10ToWordWithMega()
677 INT16 Value; in SmbiosFldBase10ToByteWithNano()
678 INT16 Exponent; in SmbiosFldBase10ToByteWithNano()
691 Value = (INT16) (Value * 10); in SmbiosFldBase10ToByteWithNano()
694 Value = (INT16) (Value / 10); in SmbiosFldBase10ToByteWithNano()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClass.h47 INT16 Value;
48 INT16 Exponent;
/device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
DProcessorBind.h43 typedef short INT16; typedef
58 typedef short INT16; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.c67 INT16
358 INT16
1559 INT16 Index16; in ExecuteMOVxx()
2178 INT16 Index16; in ExecuteMOVI()
2203 ImmData64 = (INT64) (INT16) VmReadImmed16 (VmPtr, Size); in ExecuteMOVI()
2296 INT16 Index16; in ExecuteMOVIn()
2297 INT16 ImmedIndex16; in ExecuteMOVIn()
2398 INT16 Index16; in ExecuteMOVREL()
2504 INT16 Op1Index; in ExecuteMOVsnw()
2505 INT16 Op2Index; in ExecuteMOVsnw()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
DProcessorBind.h43 typedef short INT16; typedef
58 typedef short INT16; typedef
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
DProcessorBind.h41 typedef short INT16; typedef
56 typedef short INT16; typedef
/device/linaro/bootloader/edk2/MdePkg/Include/Arm/
DProcessorBind.h41 typedef short INT16; typedef
57 typedef short INT16; typedef
/device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
DProcessorBind.h153 typedef short INT16; typedef
200 typedef short INT16; typedef
/device/linaro/bootloader/edk2/MdePkg/Include/X64/
DProcessorBind.h153 typedef short INT16; typedef
200 typedef short INT16; typedef
/device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
DProcessorBind.h142 typedef short INT16; typedef
189 typedef short INT16; typedef
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DTimeDate.c307 IN CONST INT16 Tz, in CheckAndSetTime()
411 INT16 Tz; in ShellCommandRunTime()
560 Tz = (INT16) ShellStrToUintn (++TempLocation); in ShellCommandRunTime()
572 Tz = (INT16)ShellStrToUintn (++TempLocation); in ShellCommandRunTime()
574 Tz = (INT16)ShellStrToUintn (TempLocation); in ShellCommandRunTime()
638 INT16 TimeZone;
755 TheTime.TimeZone = (INT16)((ShellStrToUintn (++Walker)) * 60); in CheckAndSetTimeZone()
757 TheTime.TimeZone = (INT16)((INT16)(ShellStrToUintn (Walker)) * -60); in CheckAndSetTimeZone()
764 TheTime.TimeZone = (INT16)(TheTime.TimeZone - (UINT8)ShellStrToUintn (Walker)); in CheckAndSetTimeZone()
766 TheTime.TimeZone = (INT16)(TheTime.TimeZone + (UINT8)ShellStrToUintn (Walker)); in CheckAndSetTimeZone()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DKeyboardDxe.uni5 // service. This dirver uses legacy INT16 to get the key stroke status.
23 …Bios protocol service and IsaIo protocol service. This driver uses legacy INT16 to get the key str…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
DCommPs2.c362 INT16 RelativeMovementX; in PS2MouseGetPacket()
363 INT16 RelativeMovementY; in PS2MouseGetPacket()
446 RelativeMovementX = (INT16) (RelativeMovementX & 0xFF); in PS2MouseGetPacket()
447 RelativeMovementY = (INT16) (RelativeMovementY & 0xFF); in PS2MouseGetPacket()
452 RelativeMovementX = (INT16) (RelativeMovementX | 0xFF00); in PS2MouseGetPacket()
455 RelativeMovementY = (INT16) (RelativeMovementY | 0xFF00); in PS2MouseGetPacket()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
DCommPs2.c362 INT16 RelativeMovementX; in PS2MouseGetPacket()
363 INT16 RelativeMovementY; in PS2MouseGetPacket()
446 RelativeMovementX = (INT16) (RelativeMovementX & 0xFF); in PS2MouseGetPacket()
447 RelativeMovementY = (INT16) (RelativeMovementY & 0xFF); in PS2MouseGetPacket()
452 RelativeMovementX = (INT16) (RelativeMovementX | 0xFF00); in PS2MouseGetPacket()
455 RelativeMovementY = (INT16) (RelativeMovementY | 0xFF00); in PS2MouseGetPacket()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiImageFormat.h208 INT16 VersionString[1];
218 INT16 FileNameString[1];
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
Dgrant_table.h332 INT16 status; /* => enum grant_status */
356 INT16 status; /* => enum grant_status */
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
Dint_types.h47 typedef INT16 __int16_t;
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dint_types.h47 typedef INT16 __int16_t;
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dint_types.h47 typedef INT16 __int16_t;
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dint_types.h59 typedef INT16 __int16_t;
Dint_mwgwtypes.h60 typedef INT16 int_least16_t;
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DStatusCodeDataTypeId.h254 INT16 Value;
258 INT16 Exponent;

1234