Searched refs:hash_index (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | store-motion.c | 76 unsigned int hash_index; member 154 ptr->hash_index = hash; in st_expr_entry() 696 store_motion_mems_table->remove_elt_with_hash (ptr, ptr->hash_index); in compute_store_table()
|
H A D | gcse.c | 351 unsigned int hash_index; /* Index when in a hash table. */ member 3643 ptr->hash_index = hash; in ldst_entry() 3892 unsigned int hash = ptr->hash_index % expr_hash_table.size; in trim_ld_motion_mems() 3913 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index); in trim_ld_motion_mems()
|
H A D | expmed.c | 2736 int maxm, hash_index; in synth_mult() local 2793 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES; in synth_mult() 2796 entry_ptr = alg_hash_entry_ptr (hash_index); in synth_mult()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | store-motion.cc | 76 unsigned int hash_index; member 154 ptr->hash_index = hash; in st_expr_entry() 692 store_motion_mems_table->remove_elt_with_hash (ptr, ptr->hash_index); in compute_store_table()
|
H A D | gcse.cc | 351 unsigned int hash_index; /* Index when in a hash table. */ member 3622 ptr->hash_index = hash; in ldst_entry() 3871 unsigned int hash = ptr->hash_index % expr_hash_table.size; in trim_ld_motion_mems() 3892 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index); in trim_ld_motion_mems()
|
H A D | expmed.cc | 2752 int maxm, hash_index; in synth_mult() local 2809 hash_index = (t ^ (unsigned int) mode ^ (speed * 256)) % NUM_ALG_HASH_ENTRIES; in synth_mult() 2812 entry_ptr = alg_hash_entry_ptr (hash_index); in synth_mult()
|
H A D | ChangeLog-2003 | 1865 * gcse.c (struct ls_expr): Change type of hash_index from int to 1868 (ldst_entry): Calculate expression's hash_index and record in ptr. 1869 (trim_ld_motion_mems): Use hash_index to search a single bucket
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_map_simplify.c | 757 static int hash_index(struct isl_constraint_index *ci, in hash_index() function 766 return hash_index(ci, bset, k); in set_hash_index() 1256 h = hash_index(&ci, bmap, k); in isl_basic_map_remove_duplicate_constraints() 1272 h = hash_index(&ci, bmap, k); in isl_basic_map_remove_duplicate_constraints()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | zone.c | 18528 hash_index(uint32_t val, uint32_t bits) { hash_index() function
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | zone.c | 18468 hash_index(uint32_t val, uint32_t bits) { in hash_index() function 18581 uint32_t hash = hash_index(kfio->hashval, newbits); in zonemgr_keymgmt_resize() 18609 hash = hash_index(hashval, mgmt->bits); in zonemgr_keymgmt_add() 18664 hash = hash_index(hashval, mgmt->bits); in zonemgr_keymgmt_delete()
|