Home
last modified time | relevance | path

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

/external/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.cpp291 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked) in Extract()
D7zUpdate.cpp2247 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
2383 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp10 OutSize(0), in CLocalProgress()
26 UInt64 outSize2 = OutSize; in SetRatioInfo()
DProgressUtils.h21 UInt64 OutSize; variable
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp333 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetArchiveProperty()
390 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetProperty()
544 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p); in Open2()
601 if (_stat.OutSize != unpackPos) in Open2()
941 spec->Size = _stat.OutSize; in GetStream()
DSplitHandler.cpp320 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
DLzmaHandler.cpp520 lps->OutSize = unpackSize; in Extract()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp493 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
495 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
510 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
515 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp625 uint64_t OutSize = Context.getTypeSize(OutTy); in ActOnGCCAsmStmt() local
627 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
642 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
647 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/external/lzma/C/
DXz.h414 UInt64 OutSize; member
DXzDec.c2269 p->OutSize = 0; in XzStatInfo_Clear()
2665 stat->OutSize = p->outProcessed; in XzDecMt_Decode()
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp463 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize; in Extract()
DOpenArchive.cpp398 lps->OutSize = totalSize; in Extract()
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c1299 size_t OutSize; in getKernelCUDA() local
1331 Res = CuLinkCompleteFcnPtr(LState, &CuOut, &OutSize); in getKernelCUDA()
/external/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) };
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h922 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
927 getIntPtrConstant(OutSize, DL, true) };
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp409 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local
410 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST()
411 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()