Searched refs:CY_NCOVERAGE (Results 1 – 3 of 3) sorted by relevance
636 cyc_coverage_t cv[CY_NCOVERAGE]; in cyccover()651 if (mdb_vread(cv, sizeof (cyc_coverage_t) * CY_NCOVERAGE, addr) == -1) { in cyccover()659 qsort(cv, CY_NCOVERAGE, sizeof (cyc_coverage_t), cyccover_comp); in cyccover()661 for (i = 0; i < CY_NCOVERAGE; i++) { in cyccover()
481 #define CY_NCOVERAGE 127 macro
630 static cyc_coverage_t cyc_coverage[CY_NCOVERAGE];656 for (ndx = orig = cyclic_coverage_hash(why) % CY_NCOVERAGE; ; ) { in cyclic_coverage()664 if (++ndx == CY_NCOVERAGE) in cyclic_coverage()