Home
last modified time | relevance | path

Searched refs:h_ix (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov-io.c449 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
459 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
462 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
482 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
601 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
630 h_ix = 0; in gcov_read_summary()
640 h_ix = bv_ix * 32; in gcov_read_summary()
648 h_ix++; in gcov_read_summary()
661 h_ix++; in gcov_read_summary()
932 int h_ix; in compute_working_sets() local
[all …]
H A Dlto-cgraph.c702 unsigned h_ix; in output_profile_summary() local
720 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()
726 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1668 unsigned h_ix; in input_profile_summary() local
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()
1695 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1697 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1714 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dlibgcov-driver.c226 int h_ix; in gcov_compute_histogram() local
236 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_compute_histogram()
238 cs_ptr->histogram[h_ix].num_counters = 0; in gcov_compute_histogram()
239 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max; in gcov_compute_histogram()
240 cs_ptr->histogram[h_ix].cum_value = 0; in gcov_compute_histogram()