HomeSort by relevance Sort by last modified time
    Searched refs:_M_base (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
queue.h 56 _Tp* _M_base;
71 _M_base = new _Tp[__max_size];
78 { delete[] _M_base; }
88 *(_M_base + __former_front % _M_max_size) = __t;
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
142 __t = *(_M_base + __former_back % _M_max_size);
  /external/stlport/src/
fstream.cpp 57 if (__this->_M_base.__regular_file()
59 && __this->_M_base._M_in_binary_mode()) {
62 __this->_M_base._M_unmap(__this->_M_mmap_base, __this->_M_mmap_len);
66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur);
67 streamoff __size = __this->_M_base._M_file_size();
69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size();
77 if ((__this->_M_mmap_base = __this->_M_base._M_mmap(__offset, __this->_M_mmap_len)) != 0) {
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 57 if (__this->_M_base.__regular_file()
59 && __this->_M_base._M_in_binary_mode()) {
62 __this->_M_base._M_unmap(__this->_M_mmap_base, __this->_M_mmap_len);
66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur);
67 streamoff __size = __this->_M_base._M_file_size();
69 streamoff __offset = (__cur / __this->_M_base.__page_size()) * __this->_M_base.__page_size();
77 if ((__this->_M_mmap_base = __this->_M_base._M_mmap(__offset, __this->_M_mmap_len)) != 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_sequence.h 83 _Iterator _M_base;
88 : _M_base(__base), _M_n(__n) { }
92 { return __x - _M_base >= _M_n; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_sequence.h 82 _Iterator _M_base;
87 : _M_base(__base), _M_n(__n) { }
91 { return __x - _M_base >= _M_n; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 315 _M_base() { return *this; }
318 _M_base() const { return *this; }
326 { return __lhs._M_base() == __rhs._M_base(); }
332 { return __lhs._M_base() != __rhs._M_base(); }
338 { return __lhs._M_base() < __rhs._M_base(); }
344 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 325 _M_base() { return *this; }
328 _M_base() const { return *this; }
336 { return __lhs._M_base() == __rhs._M_base(); }
342 { return __lhs._M_base() != __rhs._M_base(); }
348 { return __lhs._M_base() < __rhs._M_base(); }
354 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multiset.h 315 _M_base() { return *this; }
318 _M_base() const { return *this; }
326 { return __lhs._M_base() == __rhs._M_base(); }
332 { return __lhs._M_base() != __rhs._M_base(); }
338 { return __lhs._M_base() < __rhs._M_base(); }
344 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 325 _M_base() { return *this; }
328 _M_base() const { return *this; }
336 { return __lhs._M_base() == __rhs._M_base(); }
342 { return __lhs._M_base() != __rhs._M_base(); }
348 { return __lhs._M_base() < __rhs._M_base(); }
354 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 315 _M_base() { return *this; }
318 _M_base() const { return *this; }
326 { return __lhs._M_base() == __rhs._M_base(); }
332 { return __lhs._M_base() != __rhs._M_base(); }
338 { return __lhs._M_base() < __rhs._M_base(); }
344 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 325 _M_base() { return *this; }
328 _M_base() const { return *this; }
336 { return __lhs._M_base() == __rhs._M_base(); }
342 { return __lhs._M_base() != __rhs._M_base(); }
348 { return __lhs._M_base() < __rhs._M_base(); }
354 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 316 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
319 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
327 { return __lhs._M_base() == __rhs._M_base(); }
333 { return __lhs._M_base() != __rhs._M_base(); }
339 { return __lhs._M_base() < __rhs._M_base(); }
345 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 326 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
329 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
337 { return __lhs._M_base() == __rhs._M_base(); }
343 { return __lhs._M_base() != __rhs._M_base(); }
349 { return __lhs._M_base() < __rhs._M_base(); }
355 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multiset.h 315 _M_base() { return *this; }
318 _M_base() const { return *this; }
326 { return __lhs._M_base() == __rhs._M_base(); }
332 { return __lhs._M_base() != __rhs._M_base(); }
338 { return __lhs._M_base() < __rhs._M_base(); }
344 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 325 _M_base() { return *this; }
328 _M_base() const { return *this; }
336 { return __lhs._M_base() == __rhs._M_base(); }
342 { return __lhs._M_base() != __rhs._M_base(); }
348 { return __lhs._M_base() < __rhs._M_base(); }
354 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 316 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
319 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
327 { return __lhs._M_base() == __rhs._M_base(); }
333 { return __lhs._M_base() != __rhs._M_base(); }
339 { return __lhs._M_base() < __rhs._M_base(); }
345 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
set.h 326 _M_base() _GLIBCXX_NOEXCEPT { return *this; }
329 _M_base() const _GLIBCXX_NOEXCEPT { return *this; }
337 { return __lhs._M_base() == __rhs._M_base(); }
343 { return __lhs._M_base() != __rhs._M_base(); }
349 { return __lhs._M_base() < __rhs._M_base(); }
355 { return __lhs._M_base() <= __rhs._M_base(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 257 // Requires __integral_type convertible to _M_base._M_i.
401 __atomic_base<bool> _M_base;
409 atomic_bool(bool __i) : _M_base(__i) { }
413 { return _M_base.operator=(__i); }
416 { return _M_base.load(); }
420 { return _M_base.is_lock_free(); }
424 { _M_base.store(__i, __m); }
428 { return _M_base.load(__m); }
432 { return _M_base.exchange(__i, __m); }
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
atomic_2.h 235 // Requires __integral_type convertible to _M_base._M_i.
396 __atomic_base<bool> _M_base;
404 atomic_bool(bool __i) : _M_base(__i) { }
408 { return _M_base.operator=(__i); }
411 { return _M_base.load(); }
415 { return _M_base.is_lock_free(); }
419 { _M_base.store(__i, __m); }
423 { return _M_base.load(__m); }
427 { return _M_base.exchange(__i, __m); }
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 257 // Requires __integral_type convertible to _M_base._M_i.
401 __atomic_base<bool> _M_base;
409 atomic_bool(bool __i) : _M_base(__i) { }
413 { return _M_base.operator=(__i); }
416 { return _M_base.load(); }
420 { return _M_base.is_lock_free(); }
424 { _M_base.store(__i, __m); }
428 { return _M_base.load(__m); }
432 { return _M_base.exchange(__i, __m); }
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]

Completed in 1104 milliseconds

1 2 3 4 5 6 7