Home
last modified time | relevance | path

Searched refs:InSize (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerCrossOver.cpp28 size_t InSize = Size1; in CrossOver() local
34 if (*InPos < InSize) { in CrossOver()
35 size_t InSizeLeft = InSize - *InPos; in CrossOver()
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
/external/lzma/Java/SevenZip/
DLzmaBench.java198 public long InSize; field in LzmaBench.CProgressInfo
201 { InSize = 0; } in Init()
204 if (inSize >= ApprovedStart && InSize == 0) in SetProgress()
207 InSize = inSize; in SetProgress()
356 if (progressInfo.InSize == 0) in LzmaBenchmark()
373 long benchSize = kBufferSize - (long)progressInfo.InSize; in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs149 public Int64 InSize; field in SevenZip.LzmaBench.CProgressInfo
151 public void Init() { InSize = 0; } in Init()
154 if (inSize >= ApprovedStart && InSize == 0) in SetProgress()
157 InSize = inSize; in SetProgress()
302 if (progressInfo.InSize == 0) in LzmaBenchmark()
320 UInt64 benchSize = kBufferSize - (UInt64)progressInfo.InSize; in LzmaBenchmark()
/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp9 ProgressOffset = InSize = OutSize = 0; in CLocalProgress()
23 UInt64 inSizeNew = InSize, outSizeNew = OutSize; in SetRatioInfo()
DProgressUtils.h20 UInt64 InSize; variable
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp48 UInt64 InSize; member
72 InSize = 0; in Clear()
115 lps->InSize = InSize; in Progress()
440 UInt64 value = Offset + InSize; in Progress()
646 InSize += inLen; in Decode()
671 PhySize = InSize; in Decode()
700 if (InSize == extraSize) in Decode()
DSplitHandler.cpp325 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
DLzmaHandler.cpp484 lps->InSize = packSize; in Extract()
/external/lzma/CPP/7zip/Archive/Common/
DCrossThreadProgress.cpp9 InSize = inSize; in SetRatioInfo()
DCrossThreadProgress.h15 const UInt64 *InSize;
/external/clang/lib/Sema/
DSemaStmtAsm.cpp494 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local
495 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()
510 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()
515 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp456 ecs->LocalProgressSpec->InSize += packProcessed; in Extract()
473 stat.PackSize = ecs->LocalProgressSpec->InSize; in Extract()
DArchiveExtractCallback.cpp272 … UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal); in SetCompleted()
DOpenArchive.cpp400 lps->InSize = totalSize; in Extract()
/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp161 lps->InSize = totalPacked; in Extract()
D7zUpdate.cpp1142 lps->InSize += curUnpackSize; in Update()
1262 lps->InSize += curFolderUnpackSize; in Update()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1453 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC() local
1458 C1.getBitWidth() - InSize))) { in SimplifySetCC()
1493 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
DLegalizeVectorTypes.cpp2461 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
2463 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
2468 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()