Searched refs:gcov_bucket_type (Results 1 – 5 of 5) sorted by relevance
615 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()
326 } gcov_bucket_type; typedef348 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram of
1678 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in input_profile_summary()1745 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in merge_profile_summaries()
261 sizeof (gcov_bucket_type) * GCOV_HISTOGRAM_SIZE); in read_counts_file()
205 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()