OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uhval
(Results
1 - 18
of
18
) sorted by null
/external/lzma/CPP/Windows/
PropVariant.h
26
p->
uhVal
.QuadPart = v;
52
//
uhVal
.QuadPart = 0;
69
CPropVariant(UInt64 value) { vt = VT_UI8; wReserved1 = 0;
uhVal
.QuadPart = value; }
PropVariantConv.h
21
case VT_UI8: value = (UInt64)prop.
uhVal
.QuadPart; return true;
PropVariant.cpp
157
SET_PROP_FUNC(UInt64, VT_UI8,
uhVal
.QuadPart)
186
prop->
uhVal
.QuadPart = 0;
292
case VT_UI8: return MyCompare(
uhVal
.QuadPart, a.
uhVal
.QuadPart);
PropVariantConv.cpp
69
case VT_UI8: ConvertUInt64ToString(prop.
uhVal
.QuadPart, dest); return;
90
case VT_UI8: ConvertUInt64ToString(prop.
uhVal
.QuadPart, dest); return;
/external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp
72
if (prop.vt == VT_UI8 && prop.
uhVal
.QuadPart < (UInt32)(Int32)-1)
73
props.ReduceSize = (UInt32)prop.
uhVal
.QuadPart;
LzmaEncoder.cpp
91
ep.reduceSize = prop.
uhVal
.QuadPart;
CodecExports.cpp
155
value->
uhVal
.QuadPart = (UInt64)codec.Id;
229
value->
uhVal
.QuadPart = (UInt64)codec.Id;
/external/lzma/CPP/Common/
MyWindows.h
172
ULARGE_INTEGER
uhVal
;
/external/lzma/CPP/7zip/Archive/
SplitHandler.cpp
209
size = prop.
uhVal
.QuadPart;
237
size = prop.
uhVal
.QuadPart;
XzHandler.cpp
847
size = prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/Common/
CreateCoder.cpp
74
info.Id = prop.
uhVal
.QuadPart;
101
info.Id = prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp
115
ConvertUInt32ToString((UInt32)(prop.
uhVal
.QuadPart >> 48), dest);
118
UInt64 low = prop.
uhVal
.QuadPart & (((UInt64)1 << 48) - 1);
LoadCodecs.cpp
858
id = prop.
uhVal
.QuadPart;
878
return prop.
uhVal
.QuadPart;
OpenArchive.cpp
502
case VT_UI8: result = (UInt64)prop.
uhVal
.QuadPart; defined = true; break;
519
case VT_UI8: result = (Int64)prop.
uhVal
.QuadPart; defined = true; break;
719
case VT_UI8: size = (UInt64)prop.
uhVal
.QuadPart; break;
740
case VT_UI8: size = (UInt64)prop.
uhVal
.QuadPart; break;
939
case VT_UI8: if (isDefinedProp) *isDefinedProp = true; return (UInt32)prop.
uhVal
.QuadPart;
[
all
...]
ArchiveExtractCallback.cpp
462
_position = prop.
uhVal
.QuadPart;
/external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp
501
ui.Size = (UInt64)prop.
uhVal
.QuadPart;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h
186
ULARGE_INTEGER
uhVal
;
/external/opencv3/modules/videoio/src/
cap_msmf.cpp
942
Unpack2UINT32AsUINT64(var.
uhVal
.QuadPart, &uHigh, &uLow);
[
all
...]
Completed in 317 milliseconds