Home
last modified time | relevance | path

Searched refs:bucket_num (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dgeneric.py163 bucket_num = (msg_len // 16) * 16
164 bucket = "{}-{}".format(bucket_num, bucket_num + 15)
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c321 uint32_t bucket_num = hash % num_buckets; in populate_info_stream() local
323 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() local
5063 while (buckets[bucket_num]) in populate_names_stream()
[all …]