/external/lzma/CPP/7zip/Archive/Common/ |
CrossThreadProgress.cpp | 7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
9 InSize = inSize;
|
CrossThreadProgress.h | 15 const UInt64 *InSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/external/llvm/lib/Fuzzer/ |
FuzzerCrossOver.cpp | 28 size_t InSize = Size1; 34 if (*InPos < InSize) { 35 size_t InSizeLeft = InSize - *InPos; 44 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
|
/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;
24 if (inSize)
25 inSizeNew += (*inSize);
|
ProgressUtils.h | 20 UInt64 InSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
|
/external/lzma/Java/SevenZip/ |
LzmaBench.java | 198 public long InSize;
201 { InSize = 0; }
202 public void SetProgress(long inSize, long outSize)
204 if (inSize >= ApprovedStart && InSize == 0)
207 InSize = inSize;
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize)
246 long numCommands = inSize * 220 + outSize * 20;
356 if (progressInfo.InSize == 0) [all...] |
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 149 public Int64 InSize;
151 public void Init() { InSize = 0; }
152 public void SetProgress(Int64 inSize, Int64 outSize)
154 if (inSize >= ApprovedStart && InSize == 0)
157 InSize = inSize;
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize)
196 UInt64 numCommands = inSize * 220 + outSize * 20;
302 if (progressInfo.InSize == 0) [all...] |
/external/lzma/CPP/7zip/Archive/ |
XzHandler.cpp | 48 UInt64 InSize;
72 InSize = 0;
115 lps->InSize = InSize;
405 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
408 p->Res = p->OpenCallback->SetCompleted(NULL, &inSize);
440 UInt64 value = Offset + InSize;
622 UInt32 inSize = 0;
628 if (inPos == inSize)
630 inPos = inSize = 0; [all...] |
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 */)
420 UInt64 value = Offset + *inSize;
484 lps->InSize = packSize;
|
/external/lzma/CPP/7zip/UI/Common/ |
Extract.cpp | 456 ecs->LocalProgressSpec->InSize += packProcessed;
473 stat.PackSize = ecs->LocalProgressSpec->InSize;
|
ArchiveExtractCallback.cpp | 272 UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal);
280 STDMETHODIMP CArchiveExtractCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
283 return _localProgress->SetRatioInfo(inSize, outSize);
|
OpenArchive.cpp | 400 lps->InSize = totalSize;
1234 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
1253 STDMETHODIMP CExtractCallback_To_OpenCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)
1258 if (inSize)
1259 value += *inSize;
[all...] |
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 494 uint64_t InSize = Context.getTypeSize(InTy); 495 if (OutSize == InSize && InputDomain == OutputDomain && 510 SmallerValueMentioned |= InSize < OutSize; 515 SmallerValueMentioned |= OutSize < InSize;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 161 lps->InSize = totalPacked;
|
7zUpdate.cpp | 1142 lps->InSize += curUnpackSize;
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddser.h | 348 ULONG InSize;
|
ks.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
LegalizeVectorTypes.cpp | [all...] |