| /src/external/gpl3/gdb/dist/gdb/ |
| bcache.c | 148 int hash_index; 174 hash_index = full_hash % m_num_buckets; 179 for (s = m_bucket[hash_index]; s; s = s->next) 199 newobj->next = m_bucket[hash_index]; 201 m_bucket[hash_index] = newobj; 146 int hash_index; local
|
| dictionary.c | 582 unsigned int hash_index = (name.search_name_hash (lang->la_language) local 594 for (sym = DICT_HASHED_BUCKET (dict, hash_index); 635 unsigned int hash_index; local 644 hash_index = hash % DICT_HASHED_NBUCKETS (dict); 645 sym->hash_next = buckets[hash_index]; 646 buckets[hash_index] = sym;
|
| minsyms.c | 220 unsigned int hash_index = hash_value % MINIMAL_SYMBOL_HASH_SIZE; local 221 sym->demangled_hash_next = table[hash_index]; 222 table[hash_index] = sym;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| bcache.c | 148 int hash_index; 174 hash_index = full_hash % m_num_buckets; 179 for (s = m_bucket[hash_index]; s; s = s->next) 199 newobj->next = m_bucket[hash_index]; 201 m_bucket[hash_index] = newobj; 146 int hash_index; local
|
| dictionary.c | 582 unsigned int hash_index = (name.search_name_hash (lang->la_language) local 594 for (sym = DICT_HASHED_BUCKET (dict, hash_index); 635 unsigned int hash_index; local 644 hash_index = hash % DICT_HASHED_NBUCKETS (dict); 645 sym->hash_next = buckets[hash_index]; 646 buckets[hash_index] = sym;
|
| minsyms.c | 220 unsigned int hash_index = hash_value % MINIMAL_SYMBOL_HASH_SIZE; local 221 sym->demangled_hash_next = table[hash_index]; 222 table[hash_index] = sym;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| store-motion.cc | 76 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);
|
| expmed.cc | 2774 int maxm, hash_index; 2831 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES; 2834 entry_ptr = alg_hash_entry_ptr (hash_index); 2764 int maxm, hash_index; local
|
| gcse.cc | 352 unsigned int hash_index; /* Index when in a hash table. */ 3653 ptr->hash_index = hash; 3903 unsigned int hash = ptr->hash_index % expr_hash_table.size; 3924 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
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| store-motion.cc | 76 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);
|
| expmed.cc | 2762 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
|
| gcse.cc | 352 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
|
| /src/external/mit/isl/dist/ |
| isl_map_simplify.c | 757 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);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 18468 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);
|