Lines Matching refs:_value
145 int _stopbyte = _bitstr_byte(_nbits - 1), _value = -1; \
150 _value = _byte << 3; \
152 ++_value, _lb >>= 1); \
155 if (_value >= nbits) \
156 _value = -1; \
157 *(value) = _value; \
164 int _stopbyte = _bitstr_byte(_nbits - 1), _value = -1; \
169 _value = _byte << 3; \
171 ++_value, _lb >>= 1); \
174 if (_value >= nbits) \
175 _value = -1; \
176 *(value) = _value; \