Searched refs:histo_bucket (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgcov-dump.c462 gcov_bucket_type *histo_bucket; local
487 histo_bucket = &summary.ctrs[ix].histogram[h_ix];
488 if (!histo_bucket->num_counters)
495 h_ix, histo_bucket->num_counters,
496 (int64_t)histo_bucket->min_value,
497 (int64_t)histo_bucket->cum_value);
H A Dgcov-io.c919 const gcov_bucket_type *histo_bucket; local
954 histo_bucket = &summary->histogram[h_ix];
960 if (cum + histo_bucket->cum_value < working_set_cum_values[ws_ix])
962 cum += histo_bucket->cum_value;
963 count += histo_bucket->num_counters;
973 c_num < histo_bucket->num_counters && ws_ix < NUM_GCOV_WORKING_SETS;
983 if (c_num + 1 < histo_bucket->num_counters)
984 tmp_cum += histo_bucket->min_value;
988 tmp_cum = cum + histo_bucket->cum_value;
998 = histo_bucket
[all...]

Completed in 110 milliseconds