HomeSort by: relevance | last modified time | path
    Searched refs:DFT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
desktop.c 36 #define DFT "DTFL"
125 strcpy(ent.type, DFT); /* type */
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 138 DataFlowTrace DFT;
FuzzerCorpus.h 91 const DataFlowTrace &DFT, const InputInfo *BaseII) {
107 if (auto V = DFT.Get(Sha1Str))
110 // Ideally, when we add an element to a corpus we need to know its DFT.
111 // But if we don't, we'll use the DFT of its base input.
FuzzerLoop.cpp 165 DFT.Init(Options.DataFlowTrace, Options.FocusFunction);
513 TPC.ObservedFocusFunction(), UniqFeatureSetTmp, DFT, II);
807 DFT.Clear(); // No need for DFT any more.
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 592 DataFlowTrace DFT;
598 C->AddToCorpus(Unit{static_cast<uint8_t>(i)}, 1, false, false, {}, DFT,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 667 SmallVector<Value *, 8> DFT;
672 DFT.push_back(V);
674 while (!DFT.empty()) {
675 V = DFT.pop_back_val();
683 DFT.push_back(Op1);
685 DFT.push_back(Op0);

Completed in 77 milliseconds