HomeSort by relevance Sort by last modified time
    Searched refs:_M_offset (Results 1 - 21 of 21) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 107 unsigned int _M_offset;
110 if (_M_offset++ == _STLP_WORD_BIT - 1) {
111 _M_offset = 0;
117 if (_M_offset-- == 0) {
118 _M_offset = _STLP_WORD_BIT - 1;
123 _Bit_iterator_base() : _M_p(0), _M_offset(0) {}
124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {}
127 _Bit_iterator_base( const _Bit_iterator_base& __x) : _M_p(__x._M_p), _M_offset(__x._M_offset) {}
129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 107 unsigned int _M_offset;
110 if (_M_offset++ == _STLP_WORD_BIT - 1) {
111 _M_offset = 0;
117 if (_M_offset-- == 0) {
118 _M_offset = _STLP_WORD_BIT - 1;
123 _Bit_iterator_base() : _M_p(0), _M_offset(0) {}
124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {}
127 _Bit_iterator_base( const _Bit_iterator_base& __x) : _M_p(__x._M_p), _M_offset(__x._M_offset) {}
129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 107 unsigned int _M_offset;
110 if (_M_offset++ == _STLP_WORD_BIT - 1) {
111 _M_offset = 0;
117 if (_M_offset-- == 0) {
118 _M_offset = _STLP_WORD_BIT - 1;
123 _Bit_iterator_base() : _M_p(0), _M_offset(0) {}
124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {}
127 _Bit_iterator_base( const _Bit_iterator_base& __x) : _M_p(__x._M_p), _M_offset(__x._M_offset) {}
129 // _Bit_iterator_base& operator = ( const _Bit_iterator_base& __x) { _M_p = __x._M_p ; _M_offset = __x._M_offset ; return *this;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_bvector.h 140 unsigned int _M_offset;
143 : _M_p(__x), _M_offset(__y) { }
148 if (_M_offset++ == int(_S_word_bit) - 1)
150 _M_offset = 0;
158 if (_M_offset-- == 0)
160 _M_offset = int(_S_word_bit) - 1;
168 difference_type __n = __i + _M_offset;
176 _M_offset = static_cast<unsigned int>(__n);
181 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 384 _M_offset() const throw()
472 _M_offset() const throw()
869 (__bpi->first + __fff._M_offset() + __nz_bit);
897 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);

Completed in 371 milliseconds