Searched refs:hash2 (Results 1 – 3 of 3) sorted by relevance
487 hashval_t hash2; in find_empty_slot_for_expand() local494 hash2 = htab_mod_m2 (hash, htab); in find_empty_slot_for_expand()497 index += hash2; in find_empty_slot_for_expand()588 hashval_t index, hash2; in htab_find_with_hash() local601 hash2 = htab_mod_m2 (hash, htab); in htab_find_with_hash()605 index += hash2; in htab_find_with_hash()638 hashval_t index, hash2; in htab_find_slot_with_hash() local663 hash2 = htab_mod_m2 (hash, htab); in htab_find_slot_with_hash()667 index += hash2; in htab_find_slot_with_hash()
4109 (find_empty_slot_for_expand): Don't compute hash2 unless needed.5544 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
8104 const struct ppc_link_hash_entry *hash2) in branch_reloc_hash_match() argument8117 if (h == &hash1->elf || h == &hash2->elf) in branch_reloc_hash_match()