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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c281 compute_summary (struct gcov_info *list, struct gcov_summary *this_prg, argument
294 memset (this_prg, 0, sizeof (*this_prg));
324 cs_ptr = &(this_prg->ctrs[t_ix]);
338 gcov_compute_histogram (list, this_prg);
353 struct gcov_summary *this_prg,
407 if (tmp.ctrs[t_ix].num != this_prg->ctrs[t_ix].num)
597 struct gcov_summary *this_prg, gcov_unsigned_t crc32,
611 cs_tprg = &(this_prg->ctrs[t_ix]);
761 struct gcov_summary *this_prg)
350 merge_one_data(const char *filename, struct gcov_info *gi_ptr, struct gcov_summary *prg_p, struct gcov_summary *this_prg, gcov_position_t *summary_pos_p, gcov_position_t *eof_pos_p, gcov_unsigned_t crc32) argument
595 merge_summary(const char *filename, int run_counted, const struct gcov_info *gi_ptr, struct gcov_summary *prg, struct gcov_summary *this_prg, gcov_unsigned_t crc32, struct gcov_summary *all_prg __attribute__ ((unused))) argument
758 dump_one_gcov(struct gcov_info *gi_ptr, struct gcov_filename *gf, unsigned run_counted, gcov_unsigned_t crc32, struct gcov_summary *all_prg, struct gcov_summary *this_prg) argument
835 struct gcov_summary this_prg; local
[all...]
H A Dlibgcov-util.c1263 struct gcov_summary this_prg; local
1270 compute_summary (gcov_list1, &this_prg, &max_length);
1271 overlap_sum_1 = (double) (this_prg.ctrs[0].sum_all);
1272 p1_sum_all = this_prg.ctrs[0].sum_all;
1273 p1_run_max = this_prg.ctrs[0].run_max;
1274 compute_summary (gcov_list2, &this_prg, &max_length);
1275 overlap_sum_2 = (double) (this_prg.ctrs[0].sum_all);
1276 p2_sum_all = this_prg.ctrs[0].sum_all;
1277 p2_run_max = this_prg.ctrs[0].run_max;

Completed in 40 milliseconds