Home
last modified time | relevance | path

Searched refs:OutSize (Results 1 – 16 of 16) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.h25 UInt64 OutSize;
27 CMtEncMultiProgress(): OutSize(0) {} in CMtEncMultiProgress()
36 OutSize += addOutSize; in AddOutSize()
D7zEncode.cpp103 OutSize = 0; in Init()
113 outSize2 = OutSize; in SetRatioInfo()
D7zExtract.cpp295 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked) in Extract()
D7zUpdate.cpp2297 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
2456 lps->OutSize += packSize; in Update()
/third_party/lzma/CPP/7zip/Common/
DProgressUtils.cpp10 OutSize(0), in CLocalProgress()
26 UInt64 outSize2 = OutSize; in SetRatioInfo()
DProgressUtils.h21 UInt64 OutSize; variable
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp352 case kpidUnpackSize: if (stat && stat->UnpackSize_Defined) prop = stat->OutSize; break; in GetArchiveProperty()
410 case kpidSize: if (stat && stat->UnpackSize_Defined) prop = stat->OutSize; break; in GetProperty()
590 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p); in Open2()
647 if (_stat.OutSize != unpackPos) in Open2()
989 spec->Size = _stat.OutSize; in GetStream()
DSplitHandler.cpp323 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
DLzmaHandler.cpp515 lps->OutSize = unpackSize; in Extract()
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp1514 lps->InSize = lps->OutSize = 0; in Extract()
1621 lps->OutSize += fileSize; in Extract()
1831 lps->OutSize = 0; in UpdateItems()
1924 lps->OutSize += hb.Hashers[0].DigestSize; in UpdateItems()
DExtract.cpp542 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize; in Extract()
DOpenArchive.cpp403 lps->OutSize = totalSize; in Extract()
/third_party/lzma/C/
DXz.h458 UInt64 OutSize; member
DXzDec.c2299 p->OutSize = 0; in XzStatInfo_Clear()
2729 stat->OutSize = p->outProcessed; in XzDecMt_Decode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
888 getIntPtrConstant(OutSize, DL, true) };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp365 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
366 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()
367 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()