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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c617 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS];
623 n_histogram_counters[t] = 0;
628 n_histogram_counters[(int) hist->type] += hist->n_counters;
634 if (!n_histogram_counters[t])
642 n_histogram_counters[t], NULL);
614 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS]; local

Completed in 74 milliseconds