Home
last modified time | relevance | path

Searched refs:cs_ptr (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDlibgcov.c165 struct gcov_ctr_summary *cs_ptr; in gcov_exit() local
185 cs_ptr = &this_program.ctrs[t_ix]; in gcov_exit()
186 cs_ptr->num += ci_ptr->num; in gcov_exit()
189 cs_ptr->sum_all += ci_ptr->values[c_num]; in gcov_exit()
190 if (cs_ptr->run_max < ci_ptr->values[c_num]) in gcov_exit()
191 cs_ptr->run_max = ci_ptr->values[c_num]; in gcov_exit()
273 cs_ptr = &this_object.ctrs[t_ix]; in gcov_exit()
274 cs_ptr->num += ci_ptr->num; in gcov_exit()
277 cs_ptr->sum_all += ci_ptr->values[c_num]; in gcov_exit()
278 if (cs_ptr->run_max < ci_ptr->values[c_num]) in gcov_exit()
[all …]