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

  /external/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...]
  /ndk/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/5/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/6/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/7/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/8/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 111 unsigned int _M_offset;
114 : _M_p(__x), _M_offset(__y) { }
119 if (_M_offset++ == int(_S_word_bit) - 1)
121 _M_offset = 0;
129 if (_M_offset-- == 0)
131 _M_offset = int(_S_word_bit) - 1;
139 difference_type __n = __i + _M_offset;
147 _M_offset = static_cast<unsigned int>(__n);
152 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 113 unsigned int _M_offset;
116 : _M_p(__x), _M_offset(__y) { }
121 if (_M_offset++ == int(_S_word_bit) - 1)
123 _M_offset = 0;
131 if (_M_offset-- == 0)
133 _M_offset = int(_S_word_bit) - 1;
141 difference_type __n = __i + _M_offset;
149 _M_offset = static_cast<unsigned int>(__n);
154 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 113 unsigned int _M_offset;
116 : _M_p(__x), _M_offset(__y) { }
121 if (_M_offset++ == int(_S_word_bit) - 1)
123 _M_offset = 0;
131 if (_M_offset-- == 0)
133 _M_offset = int(_S_word_bit) - 1;
141 difference_type __n = __i + _M_offset;
149 _M_offset = static_cast<unsigned int>(__n);
154 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 111 unsigned int _M_offset;
114 : _M_p(__x), _M_offset(__y) { }
119 if (_M_offset++ == int(_S_word_bit) - 1)
121 _M_offset = 0;
129 if (_M_offset-- == 0)
131 _M_offset = int(_S_word_bit) - 1;
139 difference_type __n = __i + _M_offset;
147 _M_offset = static_cast<unsigned int>(__n);
152 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 111 unsigned int _M_offset;
114 : _M_p(__x), _M_offset(__y) { }
119 if (_M_offset++ == int(_S_word_bit) - 1)
121 _M_offset = 0;
129 if (_M_offset-- == 0)
131 _M_offset = int(_S_word_bit) - 1;
139 difference_type __n = __i + _M_offset;
147 _M_offset = static_cast<unsigned int>(__n);
152 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 111 unsigned int _M_offset;
114 : _M_p(__x), _M_offset(__y) { }
119 if (_M_offset++ == int(_S_word_bit) - 1)
121 _M_offset = 0;
129 if (_M_offset-- == 0)
131 _M_offset = int(_S_word_bit) - 1;
139 difference_type __n = __i + _M_offset;
147 _M_offset = static_cast<unsigned int>(__n);
152 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 111 unsigned int _M_offset;
114 : _M_p(__x), _M_offset(__y) { }
119 if (_M_offset++ == int(_S_word_bit) - 1)
121 _M_offset = 0;
129 if (_M_offset-- == 0)
131 _M_offset = int(_S_word_bit) - 1;
139 difference_type __n = __i + _M_offset;
147 _M_offset = static_cast<unsigned int>(__n);
152 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 113 unsigned int _M_offset;
116 : _M_p(__x), _M_offset(__y) { }
121 if (_M_offset++ == int(_S_word_bit) - 1)
123 _M_offset = 0;
131 if (_M_offset-- == 0)
133 _M_offset = int(_S_word_bit) - 1;
141 difference_type __n = __i + _M_offset;
149 _M_offset = static_cast<unsigned int>(__n);
154 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 115 unsigned int _M_offset;
118 : _M_p(__x), _M_offset(__y) { }
123 if (_M_offset++ == int(_S_word_bit) - 1)
125 _M_offset = 0;
133 if (_M_offset-- == 0)
135 _M_offset = int(_S_word_bit) - 1;
143 difference_type __n = __i + _M_offset;
151 _M_offset = static_cast<unsigned int>(__n);
156 { return _M_p == __i._M_p && _M_offset == __i._M_offset; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 388 _M_offset() const throw()
476 _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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 388 _M_offset() const throw()
476 _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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 388 _M_offset() const throw()
476 _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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 385 _M_offset() const throw()
473 _M_offset() const throw()
864 (__bpi->first + __fff._M_offset() + __nz_bit);
892 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 412 _M_offset() const throw()
501 _M_offset() const throw()
895 (__bpi->first + __fff._M_offset() + __nz_bit);
924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 412 _M_offset() const throw()
501 _M_offset() const throw()
895 (__bpi->first + __fff._M_offset() + __nz_bit);
924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 412 _M_offset() const throw()
501 _M_offset() const throw()
895 (__bpi->first + __fff._M_offset() + __nz_bit);
924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 412 _M_offset() const throw()
501 _M_offset() const throw()
895 (__bpi->first + __fff._M_offset() + __nz_bit);
924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 412 _M_offset() const throw()
501 _M_offset() const throw()
895 (__bpi->first + __fff._M_offset() + __nz_bit);
924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);

Completed in 2403 milliseconds