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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h88 _bit_idx(int _bit) function
93 /* bit number within bitstr_t at _bit_idx(_bit). */
141 return ((_bitstr[_bit_idx(_bit)] & _bit_mask(_bit)) != 0);
148 _bitstr[_bit_idx(_bit)] |= _bit_mask(_bit);
155 _bitstr[_bit_idx(_bit)] &= ~_bit_mask(_bit);
164 _stopbitstr = _bitstr + _bit_idx(_stop);
165 _bitstr += _bit_idx(_start);
183 _stopbitstr = _bitstr + _bit_idx(_stop);
184 _bitstr += _bit_idx(_start);
206 _curbitstr = _bitstr + _bit_idx(_star
[all...]

Completed in 35 milliseconds