OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutSize
(Results
1 - 11
of
11
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.cpp
7
STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *
outSize
)
10
OutSize
=
outSize
;
CrossThreadProgress.h
16
const UInt64 *
OutSize
;
34
STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *
outSize
);
/external/lzma/CPP/7zip/Common/
ProgressUtils.cpp
9
ProgressOffset = InSize =
OutSize
= 0;
21
STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *
outSize
)
23
UInt64 inSizeNew = InSize, outSizeNew =
OutSize
;
26
if (
outSize
)
27
outSizeNew += (*
outSize
);
ProgressUtils.h
21
UInt64
OutSize
;
31
STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *
outSize
);
/external/clang/lib/Sema/
SemaStmtAsm.cpp
314
uint64_t
OutSize
= Context.getTypeSize(OutTy);
316
if (
OutSize
== InSize && InputDomain == OutputDomain &&
331
SmallerValueMentioned |= InSize <
OutSize
;
336
SmallerValueMentioned |=
OutSize
< InSize;
/external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp
161
lps->
OutSize
= totalUnpacked;
7zUpdate.cpp
971
lps->
OutSize
+= newDatabase.PackSizes[startPackIndex];
1080
lps->
OutSize
+= newDatabase.PackSizes[startPackIndex];
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
300
static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /*
outSize
*/)
525
lps->
OutSize
+= outLen;
540
_unpackSize = lps->
OutSize
;
LzmaHandler.cpp
370
lps->
OutSize
= outStreamSpec->GetSize();
SplitHandler.cpp
326
lps->InSize = lps->
OutSize
= currentTotalSize;
/external/lzma/CPP/7zip/UI/Common/
Extract.cpp
251
extractCallbackSpec->LocalProgressSpec->
OutSize
= extractCallbackSpec->UnpackSize;
Completed in 174 milliseconds