HomeSort by relevance Sort by last modified time
    Searched refs:softCntEdge (Results 1 - 3 of 3) sorted by null

  /external/honggfuzz/
display.c 251 uint64_t softCntEdge = ATOMIC_GET(hfuzz->linux.hwCnts.softCntEdge);
253 display_put(" edge: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET, softCntEdge);
fuzz.c 320 .softCntEdge = 0ULL,
437 uint64_t softCntEdge = 0UL;
442 softCntEdge = ATOMIC_GET(run->global->feedback->pidFeedbackEdge[run->fuzzNo]);
455 if (run->linux.hwCnts.newBBCnt > 0 || softCntPc > 0 || softCntEdge > 0 || softCntCmp > 0 ||
465 run->global->linux.hwCnts.softCntEdge += softCntEdge;
472 run->linux.hwCnts.newBBCnt, softCntEdge, softCntPc, softCntCmp,
474 run->global->linux.hwCnts.bbCnt, run->global->linux.hwCnts.softCntEdge,
honggfuzz.h 89 uint64_t softCntEdge;

Completed in 242 milliseconds