HomeSort by: relevance | last modified time | path
    Searched defs:Counters (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h 98 memset(Counters(), 0, GetNumPCs());
182 uint8_t *Counters() const;
227 // Returns a feature number by placing Counters into buckets as illustrated
254 uint8_t *Counters = this->Counters();
267 ForEachNonZeroByte(Counters, Counters + N, FirstFeature, Handle8bitCounter);
FuzzerTracePC.cpp 25 // The coverage counters and PCs.
41 uint8_t *TracePC::Counters() const {
73 // Initializes unstable counters by copying Inline8bitCounters to unstable
74 // counters.
81 // Compares the current counters with counters from previous runs
99 // Updates and applies unstable counters to ModuleCounters in single iteration
159 Printf("INFO: Loaded %zd modules (%zd inline 8-bit counters): ",
186 Printf("INFO: %zd Extra Counters\n", NumExtraCounters);
258 if (Counters()[GuardIdx]
    [all...]

Completed in 27 milliseconds