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

/freebsd-12-stable/contrib/gcc/
H A Dlibgcov.c166 const struct gcov_ctr_info *ci_ptr; local
179 ci_ptr = gi_ptr->counts;
186 cs_ptr->num += ci_ptr->num;
187 for (c_num = 0; c_num < ci_ptr->num; c_num++)
189 cs_ptr->sum_all += ci_ptr->values[c_num];
190 if (cs_ptr->run_max < ci_ptr->values[c_num])
191 cs_ptr->run_max = ci_ptr->values[c_num];
193 ci_ptr++;
267 ci_ptr = gi_ptr->counts;
274 cs_ptr->num += ci_ptr
592 const struct gcov_ctr_info *ci_ptr; local
[all...]

Completed in 107 milliseconds