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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c617 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS];
618 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS];
619 gcov_type *act_count[GCOV_N_VALUE_COUNTERS];
622 for (t = 0; t < GCOV_N_VALUE_COUNTERS; t++)
632 for (t = 0; t < GCOV_N_VALUE_COUNTERS; t++)
668 for (t = 0; t < GCOV_N_VALUE_COUNTERS; t++)
H A Dgcov-io.h335 #define GCOV_N_VALUE_COUNTERS \ macro

Completed in 107 milliseconds