Searched refs:count_max (Results 1 – 2 of 2) sorted by relevance
1726 gcov_type count_max, true_count_max = 0; in counts_to_freqs() local1732 count_max = MAX (true_count_max, 1); in counts_to_freqs()1734 bb->frequency = (bb->count * BB_FREQ_MAX + count_max / 2) / count_max; in counts_to_freqs()
17362 (__bb_exit_func): Correct type of count_max to avoid overflow.