Searched refs:big_bucket (Results 1 – 2 of 2) sorted by relevance
119 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local124 big_bucket = small_bucket = 0; in merge_hist_buckets()127 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()148 assert(big_bucket < buckets); in merge_hist_buckets()167 big_bucket = small_bucket = 0; in merge_hist_buckets()172 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()177 return bucket[big_bucket].count; in merge_hist_buckets()
128 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local138 big_bucket = small_bucket = 0; in merge_hist_buckets()141 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()162 assert(big_bucket < buckets); in merge_hist_buckets()181 big_bucket = small_bucket = 0; in merge_hist_buckets()186 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()191 return bucket[big_bucket].count; in merge_hist_buckets()