Home
last modified time | relevance | path

Searched refs:GetUi64 (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DCpuArch.h348 #define GetUi64(p) (*(const UInt64 *)(const void *)(p)) macro
380 #ifndef GetUi64
381 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32)) macro
H A D7zArcIn.c1536 nextHeaderOffset = GetUi64(header + 12); in SzArEx_Open2()
1537 nextHeaderSize = GetUi64(header + 20); in SzArEx_Open2()
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp66 const UInt64 id = GetUi64(clsid->Data4); in FindCodecClassId()
276 const UInt64 id = GetUi64(clsid->Data4); in FindHasherClassId()
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp71 Size = GetUi64(sig + 5); in Parse()
303 const UInt64 unpackSize = GetUi64(p + 1 + 4); in IsArc_Lzma()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp25 #define Get64(p) GetUi64(p)

Completed in 7 milliseconds