/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.h | 25 UInt64 OutSize; 27 CMtEncMultiProgress(): OutSize(0) {} in CMtEncMultiProgress() 36 OutSize += addOutSize; in AddOutSize()
|
D | 7zEncode.cpp | 103 OutSize = 0; in Init() 113 outSize2 = OutSize; in SetRatioInfo()
|
D | 7zExtract.cpp | 291 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked) in Extract()
|
D | 7zUpdate.cpp | 2247 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update() 2383 lps->OutSize += newDatabase.PackSizes[startPackIndex]; in Update()
|
/external/lzma/CPP/7zip/Common/ |
D | ProgressUtils.cpp | 10 OutSize(0), in CLocalProgress() 26 UInt64 outSize2 = OutSize; in SetRatioInfo()
|
D | ProgressUtils.h | 21 UInt64 OutSize; variable
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 333 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()
|
D | SplitHandler.cpp | 320 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
|
D | LzmaHandler.cpp | 520 lps->OutSize = unpackSize; in Extract()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 493 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/ |
D | SemaStmtAsm.cpp | 625 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/ |
D | Xz.h | 414 UInt64 OutSize; member
|
D | XzDec.c | 2269 p->OutSize = 0; in XzStatInfo_Clear() 2665 stat->OutSize = p->outProcessed; in XzDecMt_Decode()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.cpp | 463 ecs->LocalProgressSpec->OutSize = ecs->UnpackSize; in Extract()
|
D | OpenArchive.cpp | 398 lps->OutSize = totalSize; in Extract()
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 1299 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/ |
D | SelectionDAG.h | 883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize, 888 getIntPtrConstant(OutSize, DL, true) };
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 922 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/ |
D | LegalizeIntegerTypes.cpp | 365 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/ |
D | LegalizeIntegerTypes.cpp | 409 unsigned OutSize = OutVT.getSizeInBits(); in PromoteIntRes_BITCAST() local 410 if (WidenInSize % OutSize == 0) { in PromoteIntRes_BITCAST() 411 unsigned Scale = WidenInSize / OutSize; in PromoteIntRes_BITCAST()
|