GetUi16            66 third_party/lzma_sdk/CpuArch.h #define GetUi16(p) (*(const UInt16 *)(p))
GetUi16            75 third_party/lzma_sdk/CpuArch.h #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))