Home
last modified time | relevance | path

Searched refs:n_counts (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDlibgcov.c234 unsigned c_ix, f_ix, n_counts; in gcov_exit() local
368 n_counts = fi_ptr->n_ctrs[c_ix]; in gcov_exit()
374 || length != GCOV_TAG_COUNTER_LENGTH (n_counts)) in gcov_exit()
376 (*merge) (values[c_ix], n_counts); in gcov_exit()
377 values[c_ix] += n_counts; in gcov_exit()
504 n_counts = fi_ptr->n_ctrs[c_ix]; in gcov_exit()
507 GCOV_TAG_COUNTER_LENGTH (n_counts)); in gcov_exit()
509 while (n_counts--) in gcov_exit()
HDgcov-dump.c387 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); in tag_counters() local
390 counter_names[GCOV_COUNTER_FOR_TAG (tag)], n_counts); in tag_counters()
395 for (ix = 0; ix != n_counts; ix++) in tag_counters()
HDcoverage.c254 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); in read_counts_file() local
269 entry->summary.num = n_counts; in read_counts_file()
270 entry->counts = XCNEWVEC (gcov_type, n_counts); in read_counts_file()
280 else if (entry->summary.num != n_counts) in read_counts_file()
284 error ("number of counters is %d instead of %d", entry->summary.num, n_counts); in read_counts_file()
304 for (ix = 0; ix != n_counts; ix++) in read_counts_file()