Symbol: _bit_idx
sys/dev/misc/evdev/freebsd-bitstring.h
194
return ((_bitstr[_bit_idx(_bit)] & _bit_mask(_bit)) != 0);
sys/dev/misc/evdev/freebsd-bitstring.h
201
_bitstr[_bit_idx(_bit)] |= _bit_mask(_bit);
sys/dev/misc/evdev/freebsd-bitstring.h
208
_bitstr[_bit_idx(_bit)] &= ~_bit_mask(_bit);
sys/dev/misc/evdev/freebsd-bitstring.h
219
_stopbitstr = _bitstr + _bit_idx(_stop);
sys/dev/misc/evdev/freebsd-bitstring.h
220
_bitstr += _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
245
_stopbitstr = _bitstr + _bit_idx(_stop);
sys/dev/misc/evdev/freebsd-bitstring.h
246
_bitstr += _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
268
_stopbitstr = _bitstr + _bit_idx(_stop);
sys/dev/misc/evdev/freebsd-bitstring.h
269
_bitstr += _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
298
_curbitstr = _bitstr + _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
299
_stopbitstr = _bitstr + _bit_idx(_nbits - 1);
sys/dev/misc/evdev/freebsd-bitstring.h
346
_maxshft = _bit_idx(_size - 1) == 0 ? _size : (int)_BITSTR_BITS;
sys/dev/misc/evdev/freebsd-bitstring.h
348
_curbitstr = _bitstr + _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
351
!(_bit_idx(_last) == 0 &&
sys/dev/misc/evdev/freebsd-bitstring.h
370
if (_bit_idx(_last) == 0)
sys/dev/misc/evdev/freebsd-bitstring.h
406
_curbitstr = _bitstr + _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
407
_nbits -= _BITSTR_BITS * _bit_idx(_start);
sys/dev/misc/evdev/freebsd-bitstring.h
408
_start -= _BITSTR_BITS * _bit_idx(_start);