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

  /external/stlport/stlport/stl/
_valarray.c 67 bool _Gslice_Iter_tmpl<_Size>::_M_incr() {
92 while(__i._M_incr());
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
_threads.h 437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform
462 // _M_incr and _M_decr
465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); }
469 __stl_atomic_t _M_incr() {
479 __stl_atomic_t _M_incr() { return ++_M_ref_count; }
_valarray.h     [all...]
_rope.h 435 _M_incr();
443 if (0 != __t) __t->_M_incr();
820 void _M_incr(size_t __n);
925 this->_M_incr(1);
930 this->_M_incr(__n);
944 this->_M_incr(-__n);
950 this->_M_incr(1);
    [all...]
_rope.c 270 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) {
415 if ( /* __r->_M_ref_count > 1 */ __r->_M_incr() > 2 ) { // - ptr
429 __r->_M_incr(); // i.e. __r->_M_ref_count = 2
526 if ( /* __count > 1 */ __r->_M_incr() > 2 ) {
552 __r->_M_incr();
    [all...]
_list.h 91 void _M_incr() { _M_node = _M_node->_M_next; }
123 this->_M_incr();
128 this->_M_incr();
_slist.h 74 void _M_incr() {
107 _M_incr();
112 _M_incr();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 67 bool _Gslice_Iter_tmpl<_Size>::_M_incr() {
92 while(__i._M_incr());
102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr());
_threads.h 437 * _M_ref_count, and member functions _M_incr and _M_decr, which perform
462 // _M_incr and _M_decr
465 __stl_atomic_t _M_incr() { return _STLP_ATOMIC_INCREMENT(&_M_ref_count); }
469 __stl_atomic_t _M_incr() {
479 __stl_atomic_t _M_incr() { return ++_M_ref_count; }
_valarray.h     [all...]
_rope.h 435 _M_incr();
443 if (0 != __t) __t->_M_incr();
820 void _M_incr(size_t __n);
925 this->_M_incr(1);
930 this->_M_incr(__n);
944 this->_M_incr(-__n);
950 this->_M_incr(1);
    [all...]
_rope.c 270 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) {
415 if ( /* __r->_M_ref_count > 1 */ __r->_M_incr() > 2 ) { // - ptr
429 __r->_M_incr(); // i.e. __r->_M_ref_count = 2
526 if ( /* __count > 1 */ __r->_M_incr() > 2 ) {
552 __r->_M_incr();
    [all...]
_list.h 91 void _M_incr() { _M_node = _M_node->_M_next; }
123 this->_M_incr();
128 this->_M_incr();
_slist.h 74 void _M_incr() {
107 _M_incr();
112 _M_incr();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 129 _M_incr()
181 this->_M_incr();
189 this->_M_incr();
226 this->_M_incr();
234 this->_M_incr();
247 _M_incr()
326 this->_M_incr();
334 this->_M_incr();
376 this->_M_incr();
384 this->_M_incr();
    [all...]
  /external/stlport/src/
locale_impl.cpp 39 f->_M_incr();
58 if (_M_count()._M_incr() == 1) {
698 loc->_M_incr();
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 39 f->_M_incr();
58 if (_M_count()._M_incr() == 1) {
698 loc->_M_incr();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 137 _M_incr(ptrdiff_t __i)
233 _M_incr(__i);
319 _M_incr(__i);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 257 _M_incr(size_t __n)
    [all...]

Completed in 430 milliseconds