HomeSort by relevance Sort by last modified time
    Searched refs:GetBe16 (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /external/lzma/CPP/Common/
ListFileUtils.cpp 63 wchar_t c = (wchar_t)GetBe16(buf + i * 2);
  /external/lzma/C/
CpuArch.h 121 #define GetBe16(p) ((UInt16)(((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1]))
XzIn.c 190 p->flags = (CXzStreamFlags)GetBe16(buf + 8);
XzDec.c 499 *p = (CXzStreamFlags)GetBe16(buf + XZ_SIG_SIZE);
511 flags == GetBe16(buf + 8) &&

Completed in 1166 milliseconds