Searched refs:big_bucket (Results 1 – 1 of 1) sorted by relevance
122 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local127 big_bucket = small_bucket = 0; in merge_hist_buckets()131 if (bucket[i].count > bucket[big_bucket].count) in merge_hist_buckets()132 big_bucket = i; in merge_hist_buckets()153 assert(big_bucket < buckets); in merge_hist_buckets()172 big_bucket = small_bucket = 0; in merge_hist_buckets()179 if (bucket[i].count > bucket[big_bucket].count) in merge_hist_buckets()180 big_bucket = i; in merge_hist_buckets()185 return bucket[big_bucket].count; in merge_hist_buckets()