Searched refs:GCOV_COUNTERS_SUMMABLE (Results 1 – 5 of 5) sorted by relevance
313 (1 + GCOV_COUNTERS_SUMMABLE * (2 + 3 * 2))317 #define GCOV_COUNTERS_SUMMABLE 1 /* Counters which can be macro396 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE];
180 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()
361 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()
288 else if (elt.ctr >= GCOV_COUNTERS_SUMMABLE) in read_counts_file()295 if (elt.ctr < GCOV_COUNTERS_SUMMABLE in read_counts_file()
23448 (GCOV_COUNTERS_SUMMABLE): New.