Lines Matching refs:hash
139 unsigned long hash; in sec_merge_hash_lookup() local
145 hash = 0; in sec_merge_hash_lookup()
154 hash += c + (c << 17); in sec_merge_hash_lookup()
155 hash ^= hash >> 2; in sec_merge_hash_lookup()
158 hash += len + (len << 17); in sec_merge_hash_lookup()
172 hash += c + (c << 17); in sec_merge_hash_lookup()
173 hash ^= hash >> 2; in sec_merge_hash_lookup()
177 hash += len + (len << 17); in sec_merge_hash_lookup()
180 hash ^= hash >> 2; in sec_merge_hash_lookup()
188 hash += c + (c << 17); in sec_merge_hash_lookup()
189 hash ^= hash >> 2; in sec_merge_hash_lookup()
194 _index = hash % table->table.size; in sec_merge_hash_lookup()
199 if (hashp->root.hash == hash in sec_merge_hash_lookup()
223 bfd_hash_insert (&table->table, string, hash)); in sec_merge_hash_lookup()