/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
find_selectors.h | 53 * @param __i1 _Iterator on first sequence. 60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) 61 { return __pred(*__i1); } 83 * @param __i1 _Iterator on first sequence. 90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) 93 return __pred(*__i1, *(__i1 + 1)); 123 * @param __i1 _Iterator on first sequence. 130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) 131 { return !__pred(*__i1, *__i2); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
atomic_2.h | 328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 330 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 336 return compare_exchange_weak(__i1, __i2, __m, 341 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 348 __integral_type __i1o = __i1; 352 __i1 = __i1n; 357 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 360 return compare_exchange_strong(__i1, __i2, __m, 430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1 [all...] |
atomic_0.h | 334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 340 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 347 return compare_exchange_weak(__i1, __i2, __m, 352 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 358 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 362 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 365 return compare_exchange_strong(__i1, __i2, __m, 435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_2.h | 328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 330 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 336 return compare_exchange_weak(__i1, __i2, __m, 341 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 348 __integral_type __i1o = __i1; 352 __i1 = __i1n; 357 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 360 return compare_exchange_strong(__i1, __i2, __m, 430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1 [all...] |
atomic_0.h | 334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 340 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 347 return compare_exchange_weak(__i1, __i2, __m, 352 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 358 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 362 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 365 return compare_exchange_strong(__i1, __i2, __m, 435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_2.h | 328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 330 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 336 return compare_exchange_weak(__i1, __i2, __m, 341 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 348 __integral_type __i1o = __i1; 352 __i1 = __i1n; 357 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 360 return compare_exchange_strong(__i1, __i2, __m, 430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1 [all...] |
atomic_0.h | 334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 340 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 347 return compare_exchange_weak(__i1, __i2, __m, 352 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 358 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 362 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 365 return compare_exchange_strong(__i1, __i2, __m, 435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomic_2.h | 328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 330 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 336 return compare_exchange_weak(__i1, __i2, __m, 341 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 348 __integral_type __i1o = __i1; 352 __i1 = __i1n; 357 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 360 return compare_exchange_strong(__i1, __i2, __m, 430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1 [all...] |
atomic_0.h | 334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 340 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 347 return compare_exchange_weak(__i1, __i2, __m, 352 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 358 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 362 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 365 return compare_exchange_strong(__i1, __i2, __m, 435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomic_2.h | 328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 330 { return compare_exchange_strong(__i1, __i2, __m1, __m2); } 333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 336 return compare_exchange_weak(__i1, __i2, __m, 341 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 348 __integral_type __i1o = __i1; 352 __i1 = __i1n; 357 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 360 return compare_exchange_strong(__i1, __i2, __m, 430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1 [all...] |
atomic_0.h | 334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 340 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, 347 return compare_exchange_weak(__i1, __i2, __m, 352 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 358 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1); 362 compare_exchange_strong(__integral_type& __i1, __integral_type __i2, 365 return compare_exchange_strong(__i1, __i2, __m, 435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 437 { return _M_base.compare_exchange_weak(__i1, __i2, __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), 172 ++__i1; 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), 172 ++__i1; 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.6/i686-linux/include/c++/4.6.x-google/ |
atomic | 111 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 113 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 116 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 118 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 121 compare_exchange_weak(bool& __i1, bool __i2, 123 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 126 compare_exchange_weak(bool& __i1, bool __i2, 128 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 131 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 133 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
atomic | 111 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 113 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 116 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 118 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 121 compare_exchange_weak(bool& __i1, bool __i2, 123 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 126 compare_exchange_weak(bool& __i1, bool __i2, 128 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 131 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 133 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/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), 172 ++__i1; 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), 172 ++__i1; 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), 172 ++__i1; 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
atomic | 111 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 113 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 116 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 118 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 121 compare_exchange_weak(bool& __i1, bool __i2, 123 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 126 compare_exchange_weak(bool& __i1, bool __i2, 128 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 131 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 133 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
atomic | 110 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 112 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 115 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 117 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 120 compare_exchange_weak(bool& __i1, bool __i2, 122 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 125 compare_exchange_weak(bool& __i1, bool __i2, 127 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 130 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 132 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/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), 172 ++__i1; 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), 172 ++__i1; 175 __i1 = __that.insert_after(__i1, *(__i2++)); 178 __that.insert_after(__i1, __i2, __x.end());
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
atomic | 111 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 113 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 116 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 118 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 121 compare_exchange_weak(bool& __i1, bool __i2, 123 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 126 compare_exchange_weak(bool& __i1, bool __i2, 128 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 131 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 133 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
atomic | 110 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 112 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 115 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 117 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 120 compare_exchange_weak(bool& __i1, bool __i2, 122 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 125 compare_exchange_weak(bool& __i1, bool __i2, 127 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 130 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 132 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
atomic | 114 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 116 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 119 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, 121 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); } 124 compare_exchange_weak(bool& __i1, bool __i2, 126 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 129 compare_exchange_weak(bool& __i1, bool __i2, 131 { return _M_base.compare_exchange_weak(__i1, __i2, __m); } 134 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1, 136 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); [all...] |