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

/freebsd-9.3-release/contrib/gcc/
H A Dlibgcov.c190 if (cs_ptr->run_max < ci_ptr->values[c_num])
191 cs_ptr->run_max = ci_ptr->values[c_num];
278 if (cs_ptr->run_max < ci_ptr->values[c_num])
279 cs_ptr->run_max = ci_ptr->values[c_num];
442 if (cs_obj->run_max < cs_tobj->run_max)
443 cs_obj->run_max = cs_tobj->run_max;
444 cs_obj->sum_max += cs_tobj->run_max;
451 if (cs_prg->run_max < cs_tpr
[all...]
H A Dgcov-io.c366 gcov_write_counter (csum->run_max);
485 csum->run_max = gcov_read_counter ();
H A Dcoverage.c248 if (entry->summary.run_max < csum->run_max)
249 entry->summary.run_max = csum->run_max;
H A Dgcov-dump.c432 printf (", run_max=" HOST_WIDEST_INT_PRINT_DEC,
433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max);
H A Dgcov-io.h388 gcov_type run_max; /* maximum value on a single run. */ member in struct:gcov_ctr_summary
H A Dprofile.c281 if (profile_info->run_max * profile_info->runs < profile_info->sum_max)
283 error ("corrupted profile info: run_max * runs < sum_max");

Completed in 76 milliseconds