Searched defs:Entropic (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 633 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 D | FuzzerCorpus.h | 162 EntropicOptions Entropic; variable 165 InputCorpus(const std::string &OutputCorpus, EntropicOptions Entropic) in InputCorpus()
|
H A D | FuzzerOptions.h | 49 bool Entropic = true; member
|
H A D | FuzzerDriver.cpp | 785 struct EntropicOptions Entropic; in FuzzerDriver() local
|