OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026