Home
last modified time | relevance | path

Searched defs:Entropic (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp633 struct EntropicOptions Entropic = {false, 0xFF, 100, false}; in TEST() local
657 struct EntropicOptions Entropic = {false, 0xFF, 100, false}; in TEST() local
1364 TEST(Entropic, UpdateFrequency) { in TEST() argument
1369 struct EntropicOptions Entropic = {true, 0xFF, 100, false}; in TEST() local
1404 TEST(Entropic, ComputeEnergy) { in TEST() argument
1406 struct EntropicOptions Entropic = {true, 0xFF, 100, false}; in TEST() local
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h162 EntropicOptions Entropic; variable
165 InputCorpus(const std::string &OutputCorpus, EntropicOptions Entropic) in InputCorpus()
H A DFuzzerOptions.h49 bool Entropic = true; member
H A DFuzzerDriver.cpp785 struct EntropicOptions Entropic; in FuzzerDriver() local