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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 25 #define GetUi64(p) (*(const UInt64 *)(p))
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 25 #define GetUi64(p) (*(const UInt64 *)(p))
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 25 #define GetUi64(p) (*(const UInt64 *)(p))
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/C/
CpuArch.h 67 #define GetUi64(p) (*(const UInt64 *)(const void *)(p))
82 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
7zArcIn.c     [all...]
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 62 UInt64 id = GetUi64(clsID->Data4);
194 UInt64 id = GetUi64(clsID->Data4);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 68 Size = GetUi64(sig + 5);
312 UInt64 unpackSize = GetUi64(p + 1 + 4);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 22 #define Get64(p) GetUi64(p)
    [all...]

Completed in 195 milliseconds