Searched refs:run_max (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c454 gcov_type run_max)
459 summary->sum_max += run_max;
472 unsigned run_counted, gcov_type run_max)
503 merge_summary (run_counted, &summary, run_max);
533 /* Compute run_max of this program run. */
534 gcov_type run_max = 0; local
542 if (run_max < cinfo->values[i])
543 run_max = cinfo->values[i];
551 dump_one_gcov (gi_ptr, &gf, run_counted, run_max);
453 merge_summary(int run_counted, struct gcov_summary *summary, gcov_type run_max) argument
471 dump_one_gcov(struct gcov_info *gi_ptr, struct gcov_filename *gf, unsigned run_counted, gcov_type run_max) argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c598 gcov_type run_max ATTRIBUTE_UNUSED)
630 summary.sum_max += run_max;
663 /* Compute run_max of this program run. */
664 gcov_type run_max = 0; local
672 if (run_max < cinfo->values[i])
673 run_max = cinfo->values[i];
681 dump_one_gcov (gi_ptr, &gf, run_counted, run_max);

Completed in 884 milliseconds