OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUi64
(Results
1 - 5
of
5
) sorted by null
/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 173 milliseconds