Searched refs:OutSize (Results 1 - 17 of 17) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zEncode.h | 25 UInt64 OutSize;
member 27 CMtEncMultiProgress(): OutSize(0) {}
in CMtEncMultiProgress() 36 OutSize += addOutSize;
in AddOutSize()
|
H A D | 7zEncode.cpp | 106 OutSize = 0;
in Init() 116 outSize2 = OutSize;
in SetRatioInfo()
|
H A D | 7zExtract.cpp | 307 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked)
in Extract()
|
H A D | 7zUpdate.cpp | 2555 lps->OutSize += newDatabase.PackSizes[startPackIndex];
in Update() 2729 lps->OutSize += packSize;
in Update()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | ProgressUtils.cpp | 12 OutSize(0)
in CLocalProgress() 26 UInt64 outSize2 = OutSize;
in SetRatioInfo()
|
H A D | ProgressUtils.h | 25 UInt64 OutSize;
variable
|
/third_party/lame/ACM/ |
H A D | ACMStream.cpp | 321 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 D | XzHandler.cpp | 351 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 D | SplitHandler.cpp | 310 lps->InSize = lps->OutSize = currentTotalSize;
in Extract()
|
H A D | LzmaHandler.cpp | 502 lps->OutSize = unpackSize;
|
/third_party/lzma/C/ |
H A D | Xz.h | 476 UInt64 OutSize;
member
|
H A D | XzDec.c | 2333 p->OutSize = 0;
in XzStatInfo_Clear() 2763 stat->OutSize = p->outProcessed;
in XzDecMt_Decode()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.cpp | 1516 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 D | Extract.cpp | 551 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize;
in Extract()
|
H A D | OpenArchive.cpp | 394 lps->OutSize = totalSize;
in Extract()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 882 /// 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 D | LegalizeIntegerTypes.cpp | 365 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