Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h203 #define GetUi64(p) (*(const UInt64 *)(const void *)(p)) macro
221 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
D7zArcIn.c1525 nextHeaderOffset = GetUi64(header + 12); in SzArEx_Open2()
1526 nextHeaderSize = GetUi64(header + 20); in SzArEx_Open2()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp64 UInt64 id = GetUi64(clsid->Data4); in FindCodecClassId()
256 UInt64 id = GetUi64(clsid->Data4); in FindHasherClassId()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp71 Size = GetUi64(sig + 5); in Parse()
318 UInt64 unpackSize = GetUi64(p + 1 + 4); in IsArc_Lzma()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp22 #define Get64(p) GetUi64(p)