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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c79 static struct gcov_ctr_info k_ctrs[GCOV_COUNTERS]; variable in typeref:struct:gcov_ctr_info
101 fn_info->ctrs[j].num = k_ctrs[i].num;
102 fn_info->ctrs[j].values = k_ctrs[i].values;
158 k_ctrs[i].num = 0;
211 gcc_assert (k_ctrs[tag_ix].num == 0);
212 k_ctrs[tag_ix].num = n_counts;
214 k_ctrs[tag_ix].values = values = (gcov_type *) xmalloc (n_counts * sizeof (gcov_type));

Completed in 61 milliseconds