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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c220 struct gcov_ctr_summary *cs_ptr; local
228 cs_ptr = &(sum->ctrs[t_ix]);
229 if (!cs_ptr->num)
234 cs_ptr->histogram[h_ix].num_counters = 0;
235 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
236 cs_ptr->histogram[h_ix].cum_value = 0;
263 gcov_histogram_insert (cs_ptr->histogram, ci_ptr->values[ix]);
286 struct gcov_ctr_summary *cs_ptr; local
324 cs_ptr
[all...]

Completed in 89 milliseconds