/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/lzma/CPP/7zip/Archive/ |
XzHandler.cpp | 49 UInt64 OutSize;
73 OutSize = 0;
116 lps->OutSize = OutSize;
355 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
387 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
405 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
515 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p);
647 OutSize += outLen;
|
SplitHandler.cpp | 325 lps->InSize = lps->OutSize = currentTotalSize;
|
LzmaHandler.cpp | 411 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
415 STDMETHODIMP CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)
485 lps->OutSize = unpackSize;
|
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 493 uint64_t OutSize = Context.getTypeSize(OutTy); 495 if (OutSize == InSize && InputDomain == OutputDomain && 510 SmallerValueMentioned |= InSize < OutSize; 515 SmallerValueMentioned |= OutSize < InSize;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 160 lps->OutSize = totalUnpacked;
|
7zUpdate.cpp | 1141 lps->OutSize += newDatabase.PackSizes[startPackIndex];
[all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Extract.cpp | 457 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize;
|
OpenArchive.cpp | 401 lps->OutSize = totalSize;
1234 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
1253 STDMETHODIMP CExtractCallback_To_OpenCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddser.h | 349 ULONG OutSize;
|
ks.h | [all...] |