/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...] |
atomic_2.h | 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, 323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 326 compare_exchange_weak(__int_type& __i1, __int_type __i2, 328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 331 compare_exchange_weak(__int_type& __i1, __int_type __i2, 334 return compare_exchange_weak(__i1, __i2, __m, 339 compare_exchange_weak(__int_type& __i1, __int_type __i2, 342 return compare_exchange_weak(__i1, __i2, __m, 347 compare_exchange_strong(__int_type& __i1, __int_type __i2, 355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |
atomic_2.h | 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, 323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 326 compare_exchange_weak(__int_type& __i1, __int_type __i2, 328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 331 compare_exchange_weak(__int_type& __i1, __int_type __i2, 334 return compare_exchange_weak(__i1, __i2, __m, 339 compare_exchange_weak(__int_type& __i1, __int_type __i2, 342 return compare_exchange_weak(__i1, __i2, __m, 347 compare_exchange_strong(__int_type& __i1, __int_type __i2, 355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2); [all...] |
/prebuilts/ndk/8/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...] |
atomic_2.h | 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, 323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 326 compare_exchange_weak(__int_type& __i1, __int_type __i2, 328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 331 compare_exchange_weak(__int_type& __i1, __int_type __i2, 334 return compare_exchange_weak(__i1, __i2, __m, 339 compare_exchange_weak(__int_type& __i1, __int_type __i2, 342 return compare_exchange_weak(__i1, __i2, __m, 347 compare_exchange_strong(__int_type& __i1, __int_type __i2, 355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2); [all...] |
/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...] |
atomic_2.h | 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, 323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 326 compare_exchange_weak(__int_type& __i1, __int_type __i2, 328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 331 compare_exchange_weak(__int_type& __i1, __int_type __i2, 334 return compare_exchange_weak(__i1, __i2, __m, 339 compare_exchange_weak(__int_type& __i1, __int_type __i2, 342 return compare_exchange_weak(__i1, __i2, __m, 347 compare_exchange_strong(__int_type& __i1, __int_type __i2, 355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2); [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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
string | 558 replace(iterator __i1, iterator __i2, const basic_string& __str) 560 __glibcxx_check_erase_range(__i1, __i2); 561 _Base::replace(__i1.base(), __i2.base(), __str); 567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 569 __glibcxx_check_erase_range(__i1, __i2); 571 _Base::replace(__i1.base(), __i2.base(), __s, __n); 577 replace(iterator __i1, iterator __i2, const _CharT* __s) 579 __glibcxx_check_erase_range(__i1, __i2); 581 _Base::replace(__i1.base(), __i2.base(), __s); 587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
string | 597 replace(iterator __i1, iterator __i2, const basic_string& __str) 599 __glibcxx_check_erase_range(__i1, __i2); 600 _Base::replace(__i1.base(), __i2.base(), __str); 606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 608 __glibcxx_check_erase_range(__i1, __i2); 610 _Base::replace(__i1.base(), __i2.base(), __s, __n); 616 replace(iterator __i1, iterator __i2, const _CharT* __s) 618 __glibcxx_check_erase_range(__i1, __i2); 620 _Base::replace(__i1.base(), __i2.base(), __s); 626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
string | 597 replace(iterator __i1, iterator __i2, const basic_string& __str) 599 __glibcxx_check_erase_range(__i1, __i2); 600 _Base::replace(__i1.base(), __i2.base(), __str); 606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 608 __glibcxx_check_erase_range(__i1, __i2); 610 _Base::replace(__i1.base(), __i2.base(), __s, __n); 616 replace(iterator __i1, iterator __i2, const _CharT* __s) 618 __glibcxx_check_erase_range(__i1, __i2); 620 _Base::replace(__i1.base(), __i2.base(), __s); 626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 558 replace(iterator __i1, iterator __i2, const basic_string& __str) 560 __glibcxx_check_erase_range(__i1, __i2); 561 _Base::replace(__i1.base(), __i2.base(), __str); 567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 569 __glibcxx_check_erase_range(__i1, __i2); 571 _Base::replace(__i1.base(), __i2.base(), __s, __n); 577 replace(iterator __i1, iterator __i2, const _CharT* __s) 579 __glibcxx_check_erase_range(__i1, __i2); 581 _Base::replace(__i1.base(), __i2.base(), __s); 587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 558 replace(iterator __i1, iterator __i2, const basic_string& __str) 560 __glibcxx_check_erase_range(__i1, __i2); 561 _Base::replace(__i1.base(), __i2.base(), __str); 567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 569 __glibcxx_check_erase_range(__i1, __i2); 571 _Base::replace(__i1.base(), __i2.base(), __s, __n); 577 replace(iterator __i1, iterator __i2, const _CharT* __s) 579 __glibcxx_check_erase_range(__i1, __i2); 581 _Base::replace(__i1.base(), __i2.base(), __s); 587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 558 replace(iterator __i1, iterator __i2, const basic_string& __str) 560 __glibcxx_check_erase_range(__i1, __i2); 561 _Base::replace(__i1.base(), __i2.base(), __str); 567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 569 __glibcxx_check_erase_range(__i1, __i2); 571 _Base::replace(__i1.base(), __i2.base(), __s, __n); 577 replace(iterator __i1, iterator __i2, const _CharT* __s) 579 __glibcxx_check_erase_range(__i1, __i2); 581 _Base::replace(__i1.base(), __i2.base(), __s); 587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
string | 558 replace(iterator __i1, iterator __i2, const basic_string& __str) 560 __glibcxx_check_erase_range(__i1, __i2); 561 _Base::replace(__i1.base(), __i2.base(), __str); 567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) 569 __glibcxx_check_erase_range(__i1, __i2); 571 _Base::replace(__i1.base(), __i2.base(), __s, __n); 577 replace(iterator __i1, iterator __i2, const _CharT* __s) 579 __glibcxx_check_erase_range(__i1, __i2); 581 _Base::replace(__i1.base(), __i2.base(), __s); 587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c [all...] |