Searched refs:GCOV_COUNTERS_SUMMABLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov-io.h313 (1 + GCOV_COUNTERS_SUMMABLE * (2 + 3 * 2))
317 #define GCOV_COUNTERS_SUMMABLE 1 /* Counters which can be macro
396 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE];
H A Dlibgcov.c180 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++)
268 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++)
427 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++)
H A Dgcov-io.c361 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
480 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
H A Dcoverage.c290 else if (elt.ctr >= GCOV_COUNTERS_SUMMABLE)
297 if (elt.ctr < GCOV_COUNTERS_SUMMABLE

Completed in 105 milliseconds