OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uhval
(Results
1 - 11
of
11
) sorted by null
/external/lzma/CPP/Windows/
PropVariantConversions.cpp
84
case VT_UI8: return ConvertUInt64ToString(prop.
uhVal
.QuadPart);
102
case VT_UI8: return (UInt64)prop.
uhVal
.QuadPart;
PropVariant.h
26
CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0;
uhVal
.QuadPart = value; }
PropVariant.cpp
112
SET_PROP_FUNC(UInt64, VT_UI8,
uhVal
.QuadPart)
233
case VT_UI8: return MyCompare(
uhVal
.QuadPart, a.
uhVal
.QuadPart);
/external/lzma/CPP/Common/
MyWindows.h
167
ULARGE_INTEGER
uhVal
;
/external/lzma/CPP/7zip/Archive/
SplitHandler.cpp
220
size = prop.
uhVal
.QuadPart;
247
size = prop.
uhVal
.QuadPart;
XzHandler.cpp
628
size = prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/Common/
CreateCoder.cpp
66
info.Id = prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/Compress/
CodecExports.cpp
127
value->
uhVal
.QuadPart = (UInt64)codec.Id;
/external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp
321
ui.Size = (UInt64)prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
175
_position = prop.
uhVal
.QuadPart;
LoadCodecs.cpp
667
id = prop.
uhVal
.QuadPart;
Completed in 183 milliseconds