Searched refs:hindex (Results 1 – 9 of 9) sorted by relevance
191 unsigned int hindex; in hammer2_freemap_alloc() local234 hindex = HAMMER2_PBUFRADIX - HAMMER2_LBUFRADIX; in hammer2_freemap_alloc()235 KKASSERT(hindex < HAMMER2_FREEMAP_HEUR_NRADIX); in hammer2_freemap_alloc()236 hindex += bref->type * HAMMER2_FREEMAP_HEUR_NRADIX; in hammer2_freemap_alloc()237 hindex &= HAMMER2_FREEMAP_HEUR_TYPES * HAMMER2_FREEMAP_HEUR_NRADIX - 1; in hammer2_freemap_alloc()238 KKASSERT(hindex < HAMMER2_FREEMAP_HEUR_SIZE); in hammer2_freemap_alloc()240 iter.bpref = hmp->heur_freemap[hindex]; in hammer2_freemap_alloc()265 hmp->heur_freemap[hindex] = iter.bnext; in hammer2_freemap_alloc()
195 unsigned int hindex; in hammer2_freemap_alloc() local238 hindex = HAMMER2_PBUFRADIX - HAMMER2_LBUFRADIX; in hammer2_freemap_alloc()239 KKASSERT(hindex < HAMMER2_FREEMAP_HEUR_NRADIX); in hammer2_freemap_alloc()240 hindex += bref->type * HAMMER2_FREEMAP_HEUR_NRADIX; in hammer2_freemap_alloc()241 hindex &= HAMMER2_FREEMAP_HEUR_TYPES * HAMMER2_FREEMAP_HEUR_NRADIX - 1; in hammer2_freemap_alloc()242 KKASSERT(hindex < HAMMER2_FREEMAP_HEUR_SIZE); in hammer2_freemap_alloc()244 iter.bpref = hmp->heur_freemap[hindex]; in hammer2_freemap_alloc()269 hmp->heur_freemap[hindex] = iter.bnext; in hammer2_freemap_alloc()
140 unsigned int hindex; in hash_lookup() local162 hindex = hash % table->size; in hash_lookup()163 list = table->table + hindex; in hash_lookup()
1283 HOST_WIDE_INT hindex = TREE_INT_CST_LOW (index); in get_addr_base_and_unit_offset_1() local1285 hindex -= TREE_INT_CST_LOW (low_bound); in get_addr_base_and_unit_offset_1()1286 hindex *= TREE_INT_CST_LOW (unit_size); in get_addr_base_and_unit_offset_1()1287 byte_offset += hindex; in get_addr_base_and_unit_offset_1()
885 HOST_WIDE_INT hindex = TREE_INT_CST_LOW (op->op0); in ao_ref_init_from_vn_reference() local886 hindex -= TREE_INT_CST_LOW (op->op1); in ao_ref_init_from_vn_reference()887 hindex *= TREE_INT_CST_LOW (op->op2); in ao_ref_init_from_vn_reference()888 hindex *= BITS_PER_UNIT; in ao_ref_init_from_vn_reference()889 offset += hindex; in ao_ref_init_from_vn_reference()
720 u_int hindex; in fairq_addq() local733 hindex = hash & cl->cl_nbucket_mask; in fairq_addq()734 b = &cl->cl_buckets[hindex]; in fairq_addq()
73 int hindex; member
97 cxt->hlen = cxt->hindex = 0;