Home
last modified time | relevance | path

Searched refs:GCOV_COUNTERS_SUMMABLE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDgcov-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];
HDlibgcov.c180 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++) in gcov_exit()
268 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++) in gcov_exit()
427 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++) in gcov_exit()
HDgcov-io.c361 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_write_summary()
480 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) in gcov_read_summary()
HDcoverage.c288 else if (elt.ctr >= GCOV_COUNTERS_SUMMABLE) in read_counts_file()
295 if (elt.ctr < GCOV_COUNTERS_SUMMABLE in read_counts_file()
HDChangeLog-200323448 (GCOV_COUNTERS_SUMMABLE): New.