Searched refs:hash_index (Results 1 – 8 of 8) sorted by relevance
203 int hash_index; in bcache_data() local215 hash_index = full_hash % bcache->num_buckets; in bcache_data()220 for (s = bcache->bucket[hash_index]; s; s = s->next) in bcache_data()238 new->next = bcache->bucket[hash_index]; in bcache_data()240 bcache->bucket[hash_index] = new; in bcache_data()
624 unsigned int hash_index in iter_name_first_hashed() local634 for (sym = DICT_HASHED_BUCKET (dict, hash_index); in iter_name_first_hashed()674 unsigned int hash_index; in insert_symbol_hashed() local677 hash_index = (msymbol_hash_iw (SYMBOL_NATURAL_NAME (sym)) in insert_symbol_hashed()679 sym->hash_next = buckets[hash_index]; in insert_symbol_hashed()680 buckets[hash_index] = sym; in insert_symbol_hashed()
2540 apr_hash_index_t *hash_index; in apply_one_patch() local2746 for (hash_index = apr_hash_first(scratch_pool, patch->prop_patches); in apply_one_patch()2747 hash_index; in apply_one_patch()2748 hash_index = apr_hash_next(hash_index)) in apply_one_patch()2754 prop_name = apr_hash_this_key(hash_index); in apply_one_patch()2755 prop_patch = apr_hash_this_val(hash_index); in apply_one_patch()2879 for (hash_index = apr_hash_first(scratch_pool, target->prop_targets); in apply_one_patch()2880 hash_index; in apply_one_patch()2881 hash_index = apr_hash_next(hash_index)) in apply_one_patch()2883 prop_patch_target_t *prop_target = apr_hash_this_val(hash_index); in apply_one_patch()
2466 int hash_index; in synth_mult() local2515 hash_index = (t ^ (unsigned int) mode) % NUM_ALG_HASH_ENTRIES; in synth_mult()2518 if (alg_hash[hash_index].t == t in synth_mult()2519 && alg_hash[hash_index].mode == mode in synth_mult()2520 && alg_hash[hash_index].alg != alg_unknown) in synth_mult()2522 cache_alg = alg_hash[hash_index].alg; in synth_mult()2528 if (!CHEAPER_MULT_COST (&alg_hash[hash_index].cost, cost_limit)) in synth_mult()2542 if (CHEAPER_MULT_COST (cost_limit, &alg_hash[hash_index].cost)) in synth_mult()2827 alg_hash[hash_index].t = t; in synth_mult()2828 alg_hash[hash_index].mode = mode; in synth_mult()[all …]
455 unsigned int hash_index; /* Index when in a hash table. */ member5076 ptr->hash_index = hash; in ldst_entry()5355 unsigned int hash = ptr->hash_index % expr_hash_table.size; in trim_ld_motion_mems()5376 htab_remove_elt_with_hash (pre_ldst_table, ptr, ptr->hash_index); in trim_ld_motion_mems()5833 htab_remove_elt_with_hash (pre_ldst_table, ptr, ptr->hash_index); in compute_store_table()
4549 auto symint_t hash_index; in copy_object() local4555 &hash_index); in copy_object()4563 shash_ptr->next = orig_str_hash[hash_index]; in copy_object()4564 orig_str_hash[hash_index] = shash_ptr; in copy_object()
1865 * gcse.c (struct ls_expr): Change type of hash_index from int to1868 (ldst_entry): Calculate expression's hash_index and record in ptr.1869 (trim_ld_motion_mems): Use hash_index to search a single bucket
8191 uint32_t hash_index = id & (OCS_HW_Q_HASH_SIZE - 1); in ocs_hw_queue_hash_add() local8197 while(hash[hash_index].in_use) { in ocs_hw_queue_hash_add()8198 hash_index = (hash_index + 1) & (OCS_HW_Q_HASH_SIZE - 1); in ocs_hw_queue_hash_add()8202 hash[hash_index].id = id; in ocs_hw_queue_hash_add()8203 hash[hash_index].in_use = 1; in ocs_hw_queue_hash_add()8204 hash[hash_index].index = index; in ocs_hw_queue_hash_add()