Home
last modified time | relevance | path

Searched refs:getbits (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c102 static int getbits (operand_type);
134 getbits (operand_type op) in getbits() function
668 a.size = getbits (instruction->operands[i].op_type); in make_instruction()
/openbsd-src/sys/kern/
H A Dsys_generic.c634 #define getbits(name, x) \ in dopselect()
637 getbits(in, 0); in dopselect()
638 getbits(ou, 1); in dopselect()
639 getbits(ex, 2); in dopselect()
640 #undef getbits in dopselect()
632 #define getbits( dopselect() macro
/openbsd-src/sys/dev/
H A Dipmi.c160 int getbits(u_int8_t *, int, int);
1088 getbits(u_int8_t *bytes, int bitpos, int bitlen) in getbits() function
1140 *(name++) = getbits(bits, i, 6) + ' '; in ipmi_sensor_name()