_value            115 src/bitstring.h 	register int _stopbyte = _bit_byte(_nbits), _value = -1; \
_value            118 src/bitstring.h 			_value = _byte << 3; \
_value            120 src/bitstring.h 			    ++_value, _stopbyte >>= 1); \
_value            123 src/bitstring.h 	*(value) = _value; \
_value            130 src/bitstring.h 	register int _stopbyte = _bit_byte(_nbits), _value = -1; \
_value            133 src/bitstring.h 			_value = _byte << 3; \
_value            135 src/bitstring.h 			    ++_value, _stopbyte >>= 1); \
_value            138 src/bitstring.h 	*(value) = _value; \