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

  /external/honggfuzz/
fuzz.c 301 .iDsoCnt = 0ULL,
488 run->dynamicFileSz, run->global->sanCovCnts.hitBBCnt, run->global->sanCovCnts.iDsoCnt,
489 run->sanCovCnts.hitBBCnt, run->sanCovCnts.iDsoCnt, run->sanCovCnts.newBBCnt);
508 (run->sanCovCnts.newBBCnt > 0 || run->global->sanCovCnts.iDsoCnt < run->sanCovCnts.iDsoCnt);
514 run->global->sanCovCnts.iDsoCnt, run->sanCovCnts.hitBBCnt, run->sanCovCnts.iDsoCnt);
518 run->global->sanCovCnts.iDsoCnt = run->sanCovCnts.iDsoCnt;
honggfuzz.h 98 uint64_t iDsoCnt;
display.c 267 ATOMIC_GET(hfuzz->sanCovCnts.iDsoCnt));
cmdline.c 285 .iDsoCnt = 0ULL,
sancov.c 556 run->sanCovCnts.iDsoCnt = mapsNum - noCovMapsNum; /* Instrumented DSOs */

Completed in 502 milliseconds