HomeSort by relevance Sort by last modified time
    Searched refs:_M_incr (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/stlport/stlport/stl/
_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);
927 this->_M_incr(1);
932 this->_M_incr(__n);
946 this->_M_incr(-__n);
952 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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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);
927 this->_M_incr(1);
932 this->_M_incr(__n);
946 this->_M_incr(-__n);
952 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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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);
927 this->_M_incr(1);
932 this->_M_incr(__n);
946 this->_M_incr(-__n);
952 this->_M_incr(1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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);
927 this->_M_incr(1);
932 this->_M_incr(__n);
946 this->_M_incr(-__n);
952 this->_M_incr(1);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable_policy.h 213 _M_incr()
267 this->_M_incr();
275 this->_M_incr();
319 this->_M_incr();
327 this->_M_incr();
    [all...]

Completed in 1447 milliseconds

12 3 4