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

/haiku-buildtools/gcc/gcc/
H A Dprofile.c901 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS];
908 n_histogram_counters[t] = 0;
913 n_histogram_counters[(int) hist->type] += hist->n_counters;
919 if (!n_histogram_counters[t])
927 n_histogram_counters[t], cfg_checksum,
900 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS]; local

Completed in 197 milliseconds