Lines Matching full:bucket
4849 /* The max key in each bucket. */4862 int bucket = log2ceil(key);4863 max[bucket] = UPB_MAX(max[bucket], key);4864 counts[bucket]++;