HomeSort by: relevance | last modified time | path
    Searched refs:_M_offset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_bvector.h 182 unsigned int _M_offset;
189 unsigned int __ofst = _M_offset;
196 : _M_p(__x), _M_offset(__y) { }
203 if (_M_offset++ == int(_S_word_bit) - 1)
205 _M_offset = 0;
215 if (_M_offset-- == 0)
217 _M_offset = int(_S_word_bit) - 1;
227 difference_type __n = __i + _M_offset;
235 _M_offset = static_cast<unsigned int>(__n);
244 return __x._M_p == __y._M_p && __x._M_offset == __y._M_offset
    [all...]
chrono_io.h 2964 _M_abbrev(__abbrev), _M_offset(__offset)
2976 minutes* const _M_offset;
2981 if (__p._M_offset)
2983 __p._M_offset);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_bvector.h 166 unsigned int _M_offset;
170 : _M_p(__x), _M_offset(__y) { }
176 if (_M_offset++ == int(_S_word_bit) - 1)
178 _M_offset = 0;
187 if (_M_offset-- == 0)
189 _M_offset = int(_S_word_bit) - 1;
198 difference_type __n = __i + _M_offset;
206 _M_offset = static_cast<unsigned int>(__n);
212 { return __x._M_p == __y._M_p && __x._M_offset == __y._M_offset; }
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
104 _M_offset = _M_k;
368 unsigned int _M_ik, _M_k, _M_offset;
381 _M_offset = _M_k;
583 unsigned int _M_ik, _M_k, _M_offset;
596 _M_offset = _M_k;
837 unsigned int _M_ik, _M_k, _M_offset;
851 _M_offset = _M_k;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
104 _M_offset = _M_k;
368 unsigned int _M_ik, _M_k, _M_offset;
381 _M_offset = _M_k;
583 unsigned int _M_ik, _M_k, _M_offset;
596 _M_offset = _M_k;
837 unsigned int _M_ik, _M_k, _M_offset;
851 _M_offset = _M_k;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 382 _M_offset() const throw()
470 _M_offset() const throw()
865 (__bpi->first + __fff._M_offset() + __nz_bit);
893 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
867 (__bpi->first + __fff._M_offset() + __nz_bit);
895 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);

Completed in 1450 milliseconds