Home
last modified time | relevance | path

Searched refs:UInt16 (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DCpuArch.h23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
DLzmaDec.h16 #define CLzmaProb UInt16
DTypes.h45 typedef unsigned short UInt16; typedef
DLzmaEnc.c193 #define CLzmaProb UInt16
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DCpuArch.h23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
DLzmaDec.h16 #define CLzmaProb UInt16
DTypes.h68 typedef unsigned short UInt16; typedef
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DCpuArch.h23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
DLzmaDec.h16 #define CLzmaProb UInt16
DTypes.h68 typedef unsigned short UInt16; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py32 UInt16 = Type("UInt16", "H") variable