/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
atomic_base.h | 486 compare_exchange_weak(__int_type& __i1, __int_type __i2, 493 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 497 compare_exchange_weak(__int_type& __i1, __int_type __i2, 505 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 509 compare_exchange_weak(__int_type& __i1, __int_type __i2, 512 return compare_exchange_weak(__i1, __i2, __m, 517 compare_exchange_weak(__int_type& __i1, __int_type __i2, 520 return compare_exchange_weak(__i1, __i2, __m, 525 compare_exchange_strong(__int_type& __i1, __int_type __i2, 532 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_0.h | 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, 327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 331 compare_exchange_weak(__int_type& __i1, __int_type __i2, 337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 341 compare_exchange_weak(__int_type& __i1, __int_type __i2, 344 return compare_exchange_weak(__i1, __i2, __m, 349 compare_exchange_weak(__int_type& __i1, __int_type __i2, 352 return compare_exchange_weak(__i1, __i2, __m, 357 compare_exchange_strong(__int_type& __i1, __int_type __i2, 363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
atomic_base.h | 486 compare_exchange_weak(__int_type& __i1, __int_type __i2, 493 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 497 compare_exchange_weak(__int_type& __i1, __int_type __i2, 505 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 509 compare_exchange_weak(__int_type& __i1, __int_type __i2, 512 return compare_exchange_weak(__i1, __i2, __m, 517 compare_exchange_weak(__int_type& __i1, __int_type __i2, 520 return compare_exchange_weak(__i1, __i2, __m, 525 compare_exchange_strong(__int_type& __i1, __int_type __i2, 532 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
atomic_base.h | 525 compare_exchange_weak(__int_type& __i1, __int_type __i2, 534 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 538 compare_exchange_weak(__int_type& __i1, __int_type __i2, 548 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2); 552 compare_exchange_weak(__int_type& __i1, __int_type __i2, 555 return compare_exchange_weak(__i1, __i2, __m, 560 compare_exchange_weak(__int_type& __i1, __int_type __i2, 563 return compare_exchange_weak(__i1, __i2, __m, 568 compare_exchange_strong(__int_type& __i1, __int_type __i2, 577 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2) [all...] |
/external/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_slist.c | 167 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin()); 168 while (__i1._M_node->_M_next && __i2._M_node) { 169 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) { 170 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data), 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
base.h | 336 operator==(const _PseudoSequenceIterator& __i2) 337 { return _M_pos == __i2._M_pos; } 340 operator!=(const _PseudoSequenceIterator& __i2) 341 { return _M_pos != __i2._M_pos; } 344 operator-(const _PseudoSequenceIterator& __i2) 345 { return _M_pos - __i2._M_pos; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | [all...] |