Searched refs:bucket_num (Results 1 – 2 of 2) sorted by relevance
163 bucket_num = (msg_len // 16) * 16164 bucket = "{}-{}".format(bucket_num, bucket_num + 15)
321 uint32_t bucket_num = hash % num_buckets; in populate_info_stream() local323 while (buckets[bucket_num]) in populate_info_stream()325 bucket_num++; in populate_info_stream()327 if (bucket_num == num_buckets) in populate_info_stream()328 bucket_num = 0; in populate_info_stream()331 buckets[bucket_num] = xmalloc (sizeof (struct hash_entry)); in populate_info_stream()333 buckets[bucket_num]->offset = names_length; in populate_info_stream()334 buckets[bucket_num]->value = stream_num; in populate_info_stream()5061 uint32_t bucket_num = s->hash % num_buckets; in populate_names_stream() local5063 while (buckets[bucket_num]) in populate_names_stream()[all …]