OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hitBBCnt
(Results
1 - 5
of
5
) sorted by null
/external/honggfuzz/
fuzz.c
298
.
hitBBCnt
= 0ULL,
488
run->dynamicFileSz, run->global->sanCovCnts.
hitBBCnt
, run->global->sanCovCnts.iDsoCnt,
489
run->sanCovCnts.
hitBBCnt
, run->sanCovCnts.iDsoCnt, run->sanCovCnts.newBBCnt);
513
run->dynamicFileSz, run->sanCovCnts.newBBCnt, run->global->sanCovCnts.
hitBBCnt
,
514
run->global->sanCovCnts.iDsoCnt, run->sanCovCnts.
hitBBCnt
, run->sanCovCnts.iDsoCnt);
516
run->global->sanCovCnts.
hitBBCnt
+= run->sanCovCnts.newBBCnt;
549
run->sanCovCnts.
hitBBCnt
= 0ULL;
honggfuzz.h
95
uint64_t
hitBBCnt
;
sancov.c
553
run->sanCovCnts.
hitBBCnt
= nBBs;
655
run->sanCovCnts.
hitBBCnt
= nBBs;
display.c
260
uint64_t hitBB = ATOMIC_GET(hfuzz->sanCovCnts.
hitBBCnt
);
cmdline.c
282
.
hitBBCnt
= 0ULL,
Completed in 286 milliseconds