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 106 #define GetUi64(p) (*(const UInt64 *)(const void *)(p))
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 106 #define GetUi64(p) (*(const UInt64 *)(const void *)(p))
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 106 #define GetUi64(p) (*(const UInt64 *)(const void *)(p))
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/C/
CpuArch.h 106 #define GetUi64(p) (*(const UInt64 *)(const void *)(p))
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
7zArcIn.c     [all...]
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 64 UInt64 id = GetUi64(clsid->Data4);
256 UInt64 id = GetUi64(clsid->Data4);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 69 Size = GetUi64(sig + 5);
292 UInt64 unpackSize = GetUi64(p + 1 + 4);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 22 #define Get64(p) GetUi64(p)
    [all...]

Completed in 322 milliseconds