Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libiberty/src/
H A Dhashtab.c74 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
435 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand() function
519 PTR *q = find_empty_slot_for_expand (htab, (*htab->hash_f) (x)); in htab_expand()
H A DChangeLog642 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1035 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
2138 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3521 (find_empty_slot_for_expand): Likewise.
3566 * hashtab.c (find_empty_slot_for_expand): Use hashval_t for hash
3584 * hashtab.c (find_empty_slot_for_expand): New function.