Searched defs:Entropic (Results  1 – 4 of 4) sorted by relevance
| /external/rust/crates/libfuzzer-sys/libfuzzer/tests/ | 
| D | FuzzerUnittest.cpp | 633   struct EntropicOptions Entropic = {false, 0xFF, 100, false};  in TEST()  local657   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
 
 | 
| /external/rust/crates/libfuzzer-sys/libfuzzer/ | 
| D | FuzzerCorpus.h | 162   EntropicOptions Entropic;  variable165   InputCorpus(const std::string &OutputCorpus, EntropicOptions Entropic)  in InputCorpus()
 
 | 
| D | FuzzerOptions.h | 49   bool Entropic = true;  member
 | 
| D | FuzzerDriver.cpp | 785   struct EntropicOptions Entropic;  in FuzzerDriver()  local
 |