Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcov-io.c615 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in gcov_read_summary()
774 static void gcov_histogram_merge (gcov_bucket_type *tgt_histo, in gcov_histogram_merge()
775 gcov_bucket_type *src_histo) in gcov_histogram_merge()
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()
910 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in gcov_histogram_merge()
930 const gcov_bucket_type *histo_bucket; in compute_working_sets()
H A Dgcov-io.h326 } gcov_bucket_type; typedef
348 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram of
H A Dlto-cgraph.c1678 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in input_profile_summary()
1745 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in merge_profile_summaries()
H A Dcoverage.c261 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in read_counts_file()
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcov-driver.c205 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value) in gcov_histogram_insert()
631 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in merge_summary()