Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_bvector.h114 unsigned int _M_offset; member
117 : _M_p(__x), _M_offset(__y) { } in _Bit_iterator_base()
122 if (_M_offset++ == int(_S_word_bit) - 1) in _M_bump_up()
124 _M_offset = 0; in _M_bump_up()
132 if (_M_offset-- == 0) in _M_bump_down()
134 _M_offset = int(_S_word_bit) - 1; in _M_bump_down()
142 difference_type __n = __i + _M_offset; in _M_incr()
150 _M_offset = static_cast<unsigned int>(__n); in _M_incr()
155 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
161 || (_M_p == __i._M_p && _M_offset < __i._M_offset);
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h416 _M_offset() const throw()
505 _M_offset() const throw()
897 (__bpi->first + __fff._M_offset() + __nz_bit);
926 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);