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

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /external/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
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,
354 __int_type __i1o = __i1;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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,
354 __int_type __i1o = __i1;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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,
354 __int_type __i1o = __i1;
    [all...]
  /external/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());
  /ndk/sources/cxx-stl/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/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());

Completed in 887 milliseconds

1 2 3 4 5 6