Searched refs:hash_index (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbcache.c149 int hash_index;
175 hash_index = full_hash % m_num_buckets;
180 for (s = m_bucket[hash_index]; s; s = s->next)
200 newobj->next = m_bucket[hash_index];
202 m_bucket[hash_index] = newobj;
147 int hash_index; local
H A Ddictionary.c584 unsigned int hash_index = (name.search_name_hash (lang->la_language) local
596 for (sym = DICT_HASHED_BUCKET (dict, hash_index);
637 unsigned int hash_index; local
646 hash_index = hash % DICT_HASHED_NBUCKETS (dict);
647 sym->hash_next = buckets[hash_index];
648 buckets[hash_index] = sym;
H A Dminsyms.c169 unsigned int hash_index = hash_value % MINIMAL_SYMBOL_HASH_SIZE; local
170 sym->demangled_hash_next = table[hash_index];
171 table[hash_index] = sym;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbcache.c149 int hash_index;
175 hash_index = full_hash % m_num_buckets;
180 for (s = m_bucket[hash_index]; s; s = s->next)
200 newobj->next = m_bucket[hash_index];
202 m_bucket[hash_index] = newobj;
147 int hash_index; local
H A Ddictionary.c583 unsigned int hash_index = (name.search_name_hash (lang->la_language) local
595 for (sym = DICT_HASHED_BUCKET (dict, hash_index);
636 unsigned int hash_index; local
645 hash_index = hash % DICT_HASHED_NBUCKETS (dict);
646 sym->hash_next = buckets[hash_index];
647 buckets[hash_index] = sym;
H A Dminsyms.c221 unsigned int hash_index = hash_value % MINIMAL_SYMBOL_HASH_SIZE; local
222 sym->demangled_hash_next = table[hash_index];
223 table[hash_index] = sym;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstore-motion.c76 unsigned int hash_index; member in struct:st_expr
154 ptr->hash_index = hash;
697 store_motion_mems_table->remove_elt_with_hash (ptr, ptr->hash_index);
H A Dgcse.c352 unsigned int hash_index; /* Index when in a hash table. */
3659 ptr->hash_index = hash;
3909 unsigned int hash = ptr->hash_index % expr_hash_table.size;
3930 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index);
351 unsigned int hash_index; /* Index when in a hash table. */ member in struct:ls_expr
H A Dexpmed.c2746 int maxm, hash_index;
2803 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES;
2806 entry_ptr = alg_hash_entry_ptr (hash_index);
2736 int maxm, hash_index; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstore-motion.cc76 unsigned int hash_index; member in struct:st_expr
154 ptr->hash_index = hash;
693 store_motion_mems_table->remove_elt_with_hash (ptr, ptr->hash_index);
H A Dgcse.cc352 unsigned int hash_index; /* Index when in a hash table. */
3638 ptr->hash_index = hash;
3888 unsigned int hash = ptr->hash_index % expr_hash_table.size;
3909 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index);
351 unsigned int hash_index; /* Index when in a hash table. */ member in struct:ls_expr
H A Dexpmed.cc2762 int maxm, hash_index;
2819 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES;
2822 entry_ptr = alg_hash_entry_ptr (hash_index);
2752 int maxm, hash_index; local
/netbsd-current/external/mit/isl/dist/
H A Disl_map_simplify.c757 static int hash_index(struct isl_constraint_index *ci, function
766 return hash_index(ci, bset, k);
1256 h = hash_index(&ci, bmap, k);
1272 h = hash_index(&ci, bmap, k);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c18468 hash_index(uint32_t val, uint32_t bits) { function
18581 uint32_t hash = hash_index(kfio->hashval, newbits);
18609 hash = hash_index(hashval, mgmt->bits);
18664 hash = hash_index(hashval, mgmt->bits);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzone.c18528 hash_index(uint32_t val, uint32_t bits) { function
18641 uint32_t hash = hash_index(kfio->hashval, newbits);
18669 hash = hash_index(hashval, mgmt->bits);
18724 hash = hash_index(hashval, mgmt->bits);

Completed in 610 milliseconds