Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/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/rust/crates/libfuzzer-sys/libfuzzer/
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/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 InSize(0), in CLocalProgress()
25 UInt64 inSize2 = InSize; in SetRatioInfo()
DProgressUtils.h20 UInt64 InSize; variable
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp330 case kpidPhySize: if (_phySize_Defined) prop = _stat.InSize; break; in GetArchiveProperty()
391 case kpidPackSize: if (_phySize_Defined) prop = _stat.InSize; break; in GetProperty()
509 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_stat.InSize)); in Open2()
512 RINOK(callback->SetTotal(NULL, &_stat.InSize)); in Open2()
989 extractCallback->SetTotal(_stat.InSize); in Extract()
1180 RINOK(updateCallback->SetTotal(_stat.InSize)); in UpdateItems()
DSplitHandler.cpp320 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
DLzmaHandler.cpp519 lps->InSize = packSize; in Extract()
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp462 ecs->LocalProgressSpec->InSize += packProcessed; in Extract()
480 st.PackSize = ecs->LocalProgressSpec->InSize; in Extract()
DArchiveExtractCallback.cpp317 packCur = LocalProgressSpec->InSize; in SetCompleted()
/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/Compress/
DXzDecoder.cpp130 *value = Stat.InSize; in GetInStreamProcessedSize()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp626 uint64_t InSize = Context.getTypeSize(InTy); 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.h413 UInt64 InSize; // pack size processed member
DXzDec.c2268 p->InSize = 0; in XzStatInfo_Clear()
2472 stat->InSize = inProcessed; in XzStatInfo_SetStat()
2513 stat->InSize -= extraSize; in XzStatInfo_SetStat()
2636 stat->InSize = p->mtc.inProcessed; in XzDecMt_Decode()
/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp291 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked) in Extract()
D7zUpdate.cpp2248 lps->InSize += curUnpackSize; in Update()
2385 lps->InSize += curFolderUnpackSize; in Update()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h883 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
887 getIntPtrConstant(InSize, DL, true),
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h922 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
926 getIntPtrConstant(InSize, DL, true),
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1570 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC() local
1575 C1.getBitWidth() - InSize))) { in SimplifySetCC()
1610 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC()
DLegalizeVectorTypes.cpp2579 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
2581 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
2586 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3512 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
3514 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
3519 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3659 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local
3661 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()
3666 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()

12