Home
last modified time | relevance | path

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

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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 …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgcov-io.c432 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
442 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
446 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
467 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
583 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
612 h_ix = 0; in gcov_read_summary()
622 h_ix = bv_ix * 32; in gcov_read_summary()
628 h_ix++; in gcov_read_summary()
639 h_ix++; in gcov_read_summary()
921 int h_ix; in compute_working_sets() local
[all …]
H A Dlto-cgraph.c636 unsigned h_ix; in output_profile_summary() local
654 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
658 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
660 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1385 unsigned h_ix; in input_profile_summary() local
1400 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1405 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1412 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1414 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1431 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
H A Dgcov-dump.c457 unsigned ix, h_ix; in tag_summary() local
481 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in tag_summary()
483 histo_bucket = &summary.ctrs[ix].histogram[h_ix]; in tag_summary()
491 h_ix, histo_bucket->num_counters, in tag_summary()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgcov-io.c442 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
452 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
456 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
477 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
594 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
623 h_ix = 0; in gcov_read_summary()
633 h_ix = bv_ix * 32; in gcov_read_summary()
641 h_ix++; in gcov_read_summary()
654 h_ix++; in gcov_read_summary()
925 int h_ix; in compute_working_sets() local
[all …]
H A Dlto-cgraph.c694 unsigned h_ix; in output_profile_summary() local
712 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
716 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
718 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1660 unsigned h_ix; in input_profile_summary() local
1675 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1680 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1687 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1689 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1706 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.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 …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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 …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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 …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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 …]
/dports/lang/gcc8/gcc-8.5.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 …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgcov-io.c442 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
452 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
456 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
477 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
594 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
623 h_ix = 0; in gcov_read_summary()
633 h_ix = bv_ix * 32; in gcov_read_summary()
641 h_ix++; in gcov_read_summary()
654 h_ix++; in gcov_read_summary()
925 int h_ix; in compute_working_sets() local
[all …]
H A Dlto-cgraph.c694 unsigned h_ix; in output_profile_summary() local
712 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
716 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
718 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1660 unsigned h_ix; in input_profile_summary() local
1675 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1680 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1687 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1689 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1706 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgcov-io.c371 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
381 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
383 if (csum->histogram[h_ix].num_counters > 0) in gcov_write_summary()
385 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
406 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
522 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
551 h_ix = 0; in gcov_read_summary()
561 h_ix = bv_ix * 32; in gcov_read_summary()
567 h_ix++; in gcov_read_summary()
570 gcc_assert(h_ix < GCOV_HISTOGRAM_SIZE); in gcov_read_summary()
[all …]
H A Dlto-cgraph.c597 unsigned h_ix; in output_profile_summary() local
615 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
619 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
621 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1256 unsigned h_ix; in input_profile_summary() local
1271 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1276 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1283 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1285 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1298 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
H A Dgcov-dump.c449 unsigned ix, h_ix; in tag_summary() local
473 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in tag_summary()
475 histo_bucket = &summary.ctrs[ix].histogram[h_ix]; in tag_summary()
483 h_ix, histo_bucket->num_counters, in tag_summary()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgcov-io.c371 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_write_summary() local
381 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
383 if (csum->histogram[h_ix].num_counters > 0) in gcov_write_summary()
385 histo_bitvector[h_ix / 32] |= 1 << (h_ix % 32); in gcov_write_summary()
406 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in gcov_write_summary()
522 unsigned ix, h_ix, bv_ix, h_cnt = 0; in gcov_read_summary() local
551 h_ix = 0; in gcov_read_summary()
561 h_ix = bv_ix * 32; in gcov_read_summary()
567 h_ix++; in gcov_read_summary()
570 gcc_assert(h_ix < GCOV_HISTOGRAM_SIZE); in gcov_read_summary()
[all …]
H A Dlto-cgraph.c597 unsigned h_ix; in output_profile_summary() local
615 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
619 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in output_profile_summary()
621 if (!profile_info->histogram[h_ix].num_counters) in output_profile_summary()
1256 unsigned h_ix; in input_profile_summary() local
1271 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1276 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in input_profile_summary()
1283 file_data->profile_info.histogram[h_ix].min_value in input_profile_summary()
1285 file_data->profile_info.histogram[h_ix].cum_value in input_profile_summary()
1298 unsigned int j, h_ix; in merge_profile_summaries() local
[all …]
H A Dgcov-dump.c449 unsigned ix, h_ix; in tag_summary() local
473 for (h_ix = 0; h_ix < GCOV_HISTOGRAM_SIZE; h_ix++) in tag_summary()
475 histo_bucket = &summary.ctrs[ix].histogram[h_ix]; in tag_summary()
483 h_ix, histo_bucket->num_counters, in tag_summary()

123