Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/dhcpd/ |
| D | hash.c | 97 struct hash_bucket *bp; in add_hash() 105 bp = calloc(1, sizeof(struct hash_bucket)); in add_hash() 121 struct hash_bucket *bp, *pbp = NULL; in delete_hash_entry() 153 struct hash_bucket *bp; in hash_lookup()
|
| D | dhcpd.h | 59 struct hash_bucket { struct 60 struct hash_bucket *next; argument 68 struct hash_bucket *buckets[DEFAULT_HASH_SIZE]; argument
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | rtl-factoring.c | 443 p_hash_bucket hash_bucket; in collect_pattern_seqs() local 496 FOR_EACH_HTAB_ELEMENT (hash_buckets, hash_bucket, p_hash_bucket, hti0) in collect_pattern_seqs() 497 if (htab_elements (hash_bucket->seq_candidates) > 1) in collect_pattern_seqs() 498 FOR_EACH_HTAB_ELEMENT (hash_bucket->seq_candidates, e0, p_hash_elem, hti1) in collect_pattern_seqs() 499 FOR_EACH_HTAB_ELEMENT (hash_bucket->seq_candidates, e1, p_hash_elem, in collect_pattern_seqs()
|