Home
last modified time | relevance | path

Searched refs:hindex (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/vfs/hammer2/
HDhammer2_freemap.c191 unsigned int hindex; in hammer2_freemap_alloc() local
234 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()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_freemap.c195 unsigned int hindex; in hammer2_freemap_alloc() local
238 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()
/dragonfly/contrib/binutils-2.27/gas/
HDhash.c140 unsigned int hindex; in hash_lookup() local
162 hindex = hash % table->size; in hash_lookup()
163 list = table->table + hindex; in hash_lookup()
/dragonfly/contrib/binutils-2.34/gas/
HDhash.c140 unsigned int hindex; in hash_lookup() local
162 hindex = hash % table->size; in hash_lookup()
163 list = table->table + hindex; in hash_lookup()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-flow-inline.h1283 HOST_WIDE_INT hindex = TREE_INT_CST_LOW (index); in get_addr_base_and_unit_offset_1() local
1285 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()
HDtree-ssa-sccvn.c885 HOST_WIDE_INT hindex = TREE_INT_CST_LOW (op->op0); in ao_ref_init_from_vn_reference() local
886 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()
/dragonfly/sys/net/altq/
HDaltq_fairq.c720 u_int hindex; in fairq_addq() local
733 hindex = hash & cl->cl_nbucket_mask; in fairq_addq()
734 b = &cl->cl_buckets[hindex]; in fairq_addq()
/dragonfly/contrib/gdb-7/readline/
HDrlprivate.h73 int hindex; member
HDisearch.c97 cxt->hlen = cxt->hindex = 0;