Home
last modified time | relevance | path

Searched refs:extra_bits (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dcik_sdma.c135 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; in cik_sdma_ring_ib_execute() local
152 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_ib_execute()
171 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_hdp_flush_ring_emit() local
180 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_hdp_flush_ring_emit()
232 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit() local
234 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); in cik_sdma_semaphore_ring_emit()
948 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_dma_vm_flush() local
992 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_dma_vm_flush()
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
252 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
254 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
255 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/contrib/zlib-1.2/
H A Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
249 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
251 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
252 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
493 const intf *extra = desc->stat_desc->extra_bits;
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
252 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
254 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
255 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_trees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
252 static_l_desc.extra_bits = extra_lbits; in tr_static_init()
254 static_d_desc.extra_bits = extra_dbits; in tr_static_init()
255 static_bl_desc.extra_bits = extra_blbits; in tr_static_init()
498 const intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dwide-int.cc2147 wide_int extra_bits = wi::bit_and_not (val, mask); in round_down_for_mask() local
2148 if (extra_bits == 0) in round_down_for_mask()
2154 wide_int lower_mask = wi::mask (precision - wi::clz (extra_bits), in round_down_for_mask()
2173 wide_int extra_bits = wi::bit_and_not (val, mask); in round_up_for_mask() local
2174 if (extra_bits == 0) in round_up_for_mask()
2179 wide_int upper_mask = wi::mask (precision - wi::clz (extra_bits), in round_up_for_mask()
/dragonfly/sys/net/
H A Dzlib.c1939 intf *extra_bits; /* extra bits for each code or NULL */ member
2251 intf *extra = desc->stat_desc->extra_bits; in gen_bitlen()