Searched refs:sum_all (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlibgcov.c189 cs_ptr->sum_all += ci_ptr->values[c_num];
277 cs_ptr->sum_all += ci_ptr->values[c_num];
441 cs_obj->sum_all += cs_tobj->sum_all;
450 cs_prg->sum_all += cs_tprg->sum_all;
H A Dgcov-io.c365 gcov_write_counter (csum->sum_all);
484 csum->sum_all = gcov_read_counter ();
H A Dgcov-dump.c430 printf (", sum_all=" HOST_WIDEST_INT_PRINT_DEC,
431 (HOST_WIDEST_INT)summary.ctrs[ix].sum_all);
H A Dgcov-io.h387 gcov_type sum_all; /* sum of all counters accumulated. */ member in struct:gcov_ctr_summary
H A Dcoverage.c247 entry->summary.sum_all += csum->sum_all;
H A Dprofile.c287 if (profile_info->sum_all < profile_info->sum_max)
289 error ("corrupted profile info: sum_all is smaller than sum_max");

Completed in 83 milliseconds