Home | History | Annotate | Download | only in gcov-src

Lines Matching refs:cs_tprg

803   struct gcov_ctr_summary *cs_obj, *cs_tobj, *cs_prg, *cs_tprg, *cs_all;
932 cs_tprg = &this_program.ctrs[t_ix];
947 cs_prg->num = cs_tprg->num;
948 else if (cs_prg->num != cs_tprg->num)
950 cs_prg->sum_all += cs_tprg->sum_all;
951 if (cs_prg->run_max < cs_tprg->run_max)
952 cs_prg->run_max = cs_tprg->run_max;
953 cs_prg->sum_max += cs_tprg->run_max;