Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.h25 UInt64 OutSize; member
27 CMtEncMultiProgress(): OutSize(0) {} in CMtEncMultiProgress()
36 OutSize += addOutSize; in AddOutSize()
H A D7zEncode.cpp106 OutSize = 0; in Init()
116 outSize2 = OutSize; in SetRatioInfo()
H A D7zExtract.cpp307 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked) in Extract()
H A D7zUpdate.cpp2555 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
2729 lps->OutSize += packSize; in Update()
/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp12 OutSize(0) in CLocalProgress()
26 UInt64 outSize2 = OutSize; in SetRatioInfo()
H A DProgressUtils.h25 UInt64 OutSize; variable
/third_party/lame/ACM/
H A DACMStream.cpp321 DWORD InSize = a_StreamHeader->cbSrcLength / 2, OutSize = a_StreamHeader->cbDstLength; // 2 for 8<->16 bits in ConvertBuffer() local
343 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "UsedSize = %d / EncodedSize = %d, result = %d (%d <= %d)", InSize, OutSize, result, a_StreamHeader->cbDstLengthUsed, a_StreamHeader->cbDstLength); in ConvertBuffer()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp351 case kpidUnpackSize: if (stat && stat->UnpackSize_Defined) prop = stat->OutSize; break; in GetArchiveProperty()
409 case kpidSize: if (stat && stat->UnpackSize_Defined) prop = stat->OutSize; break; in GetProperty()
589 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p); in Open2()
646 if (_stat.OutSize != unpackPos) in Open2()
985 spec->Size = _stat.OutSize; in GetStream()
H A DSplitHandler.cpp310 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
H A DLzmaHandler.cpp502 lps->OutSize = unpackSize;
/third_party/lzma/C/
H A DXz.h476 UInt64 OutSize; member
H A DXzDec.c2333 p->OutSize = 0; in XzStatInfo_Clear()
2763 stat->OutSize = p->outProcessed; in XzDecMt_Decode()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1516 lps->InSize = lps->OutSize = 0; in Extract()
1623 lps->OutSize += fileSize; in Extract()
1833 lps->OutSize = 0; in UpdateItems()
1928 lps->OutSize += hb.Hashers[0].DigestSize; in UpdateItems()
H A DExtract.cpp551 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize; in Extract()
H A DOpenArchive.cpp394 lps->OutSize = totalSize; in Extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h882 /// OutSize specifies part of the frame set up prior to the sequence.
883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, in getCALLSEQ_START() argument
888 getIntPtrConstant(OutSize, DL, true) }; in getCALLSEQ_START()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp365 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST()
366 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()
367 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()

Completed in 35 milliseconds