Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbitstring.h78 #define _BITSTR_BITS (sizeof(bitstr_t) * 8) macro
90 return (_bit / _BITSTR_BITS); in _bit_idx()
97 return (_bit % _BITSTR_BITS); in _bit_offset()
319 if (_offset + _size <= (int)_BITSTR_BITS) in bit_ffs_area_at()
366 if (_offset + _size <= (int)_BITSTR_BITS) in bit_ffc_area_at()
397 _nbits -= _BITSTR_BITS * _bit_idx(_start); in bit_count()
398 _start -= _BITSTR_BITS * _bit_idx(_start); in bit_count()
402 (int)_BITSTR_BITS : _nbits; in bit_count()
406 _nbits -= _BITSTR_BITS; in bit_count()
408 while (_nbits >= (int)_BITSTR_BITS) { in bit_count()
[all …]