_BITSTR_MASK
return ((_BITSTR_MASK << _bit_offset(_start)) &
(_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1)));
_mask = (_match == 0) ? 0 : _BITSTR_MASK;
*_bitstr++ = _BITSTR_MASK;
_mask = _match ? 0 : _BITSTR_MASK;
_mask = _match ? _BITSTR_MASK : 0;
_test = ~(_BITSTR_MASK << _bit_offset(_start));