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

12 3 4 5 6

  /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/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 166 typename slist<_Tp, _Alloc>::iterator __i1(__that.before_begin()), __i2(__x.begin());
167 while (__i1._M_node->_M_next && __i2._M_node) {
168 if (__comp(__STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data, *__i2)) {
169 _STLP_VERBOSE_ASSERT(!__comp(*__i2, __STATIC_CAST(_Node*, __i1._M_node->_M_next)->_M_data),
171 ++__i1;
174 __i1 = __that.insert_after(__i1, *(__i2++));
177 __that.insert_after(__i1, __i2, __x.end());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
basic_string.h     [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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 529 compare_exchange_weak(__int_type& __i1, __int_type __i2,
538 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
542 compare_exchange_weak(__int_type& __i1, __int_type __i2,
552 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
556 compare_exchange_weak(__int_type& __i1, __int_type __i2,
559 return compare_exchange_weak(__i1, __i2, __m,
564 compare_exchange_weak(__int_type& __i1, __int_type __i2,
567 return compare_exchange_weak(__i1, __i2, __m,
572 compare_exchange_strong(__int_type& __i1, __int_type __i2,
581 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]

Completed in 510 milliseconds

12 3 4 5 6