Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c208 unsigned tag_ix; in tag_counters() local
210 tag_ix = GCOV_COUNTER_FOR_TAG (tag); in tag_counters()
211 gcc_assert (tag_ix < GCOV_COUNTERS); in tag_counters()
212 k_ctrs_mask [tag_ix] = 1; in tag_counters()
213 gcc_assert (k_ctrs[tag_ix].num == 0); in tag_counters()
214 k_ctrs[tag_ix].num = n_counts; in tag_counters()
216 k_ctrs[tag_ix].values = values = (gcov_type *) xmalloc (n_counts * sizeof (gcov_type)); in tag_counters()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c206 unsigned tag_ix; in tag_counters() local
208 tag_ix = GCOV_COUNTER_FOR_TAG (tag); in tag_counters()
209 gcc_assert (tag_ix < GCOV_COUNTERS); in tag_counters()
210 k_ctrs_mask [tag_ix] = 1; in tag_counters()
211 gcc_assert (k_ctrs[tag_ix].num == 0); in tag_counters()
212 k_ctrs[tag_ix].num = n_counts; in tag_counters()
214 k_ctrs[tag_ix].values = values = (gcov_type *) xcalloc (sizeof (gcov_type), in tag_counters()