Searched refs:OutSize (Results 1 - 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.cpp10 OutSize = outSize;
H A DCrossThreadProgress.h16 const UInt64 *OutSize; member in class:CCrossThreadProgress
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp9 ProgressOffset = InSize = OutSize = 0;
23 UInt64 inSizeNew = InSize, outSizeNew = OutSize;
H A DProgressUtils.h21 UInt64 OutSize; member in class:CLocalProgress
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp314 uint64_t OutSize = Context.getTypeSize(OutTy); local
316 if (OutSize == InSize && InputDomain == OutputDomain &&
331 SmallerValueMentioned |= InSize < OutSize;
336 SmallerValueMentioned |= OutSize < InSize;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp161 lps->OutSize = totalUnpacked;
H A D7zUpdate.cpp971 lps->OutSize += newDatabase.PackSizes[startPackIndex];
1080 lps->OutSize += newDatabase.PackSizes[startPackIndex];
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp251 extractCallbackSpec->LocalProgressSpec->OutSize = extractCallbackSpec->UnpackSize;
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp525 lps->OutSize += outLen;
540 _unpackSize = lps->OutSize;
H A DLzmaHandler.cpp370 lps->OutSize = outStreamSpec->GetSize();
H A DSplitHandler.cpp326 lps->InSize = lps->OutSize = currentTotalSize;

Completed in 1251 milliseconds