Home
last modified time | relevance | path

Searched refs:GCOV_HISTOGRAM_SIZE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgcov-io.c459 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
482 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
615 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in gcov_read_summary()
651 if (h_ix >= GCOV_HISTOGRAM_SIZE) in gcov_read_summary()
781 gcov_bucket_type tmp_histo[GCOV_HISTOGRAM_SIZE]; in gcov_histogram_merge()
784 memset (tmp_histo, 0, sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in gcov_histogram_merge()
791 src_i = GCOV_HISTOGRAM_SIZE - 1; in gcov_histogram_merge()
792 for (tgt_i = GCOV_HISTOGRAM_SIZE - 1; tgt_i >= 0 && !src_done; tgt_i--) in gcov_histogram_merge()
873 gcov_nonruntime_assert (tmp_i < GCOV_HISTOGRAM_SIZE); in gcov_histogram_merge()
904 gcov_nonruntime_assert (tmp_i >= 0 && tmp_i < GCOV_HISTOGRAM_SIZE in gcov_histogram_merge()
[all …]
HDgcov-io.h333 #define GCOV_HISTOGRAM_SIZE 252 macro
338 #define GCOV_HISTOGRAM_BITVECTOR_SIZE (GCOV_HISTOGRAM_SIZE + 31) / 32
348 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram of
HDlto-cgraph.c720 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
724 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
1678 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in input_profile_summary()
1683 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1688 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1745 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in merge_profile_summaries()
1777 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in merge_profile_summaries()
HDcoverage.c261 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in read_counts_file()
/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcov-driver.c236 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_compute_histogram()
631 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in merge_summary()