Searched refs:bit_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/arm/mv/
H A Dmpic.c237 uint8_t bit_off; local
239 bit_off = nb - ERR_IRQ;
241 mask &= ~(1 << bit_off);
266 uint8_t bit_off; local
272 bit_off = nb - ERR_IRQ;
274 mask |= (1 << bit_off);
296 uint8_t bit_off; local
302 bit_off = ffs(err_cause) - 1;
306 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause);
307 return (ERR_IRQ + bit_off);
314 uint8_t bit_off; local
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-lang.c1295 int bits, elt_off, bit_off;
1330 bit_off = elt_total_bit_offset % HOST_CHAR_BIT;
1332 v = ada_value_primitive_packed_val (arr, NULL, elt_off, bit_off,
1291 int bits, elt_off, bit_off; local

Completed in 70 milliseconds