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

1 2 3 4 5

  /external/stlport/stlport/stl/debug/
_debug.h 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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 118 const __owned_link& __i2);
120 const __owned_link& __i2);
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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...]
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,
349 __integral_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
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,
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
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,
349 __integral_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
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,
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
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,
349 __integral_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
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,
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
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,
349 __integral_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
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,
432 { 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_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...]
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,
349 __integral_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
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,
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find_selectors.h 54 * @param __i2 _Iterator on second sequence (unused).
60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred)
84 * @param __i2 _Iterator on second sequence (unused).
90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred)
124 * @param __i2 _Iterator on second sequence (unused).
130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred)
131 { return !__pred(*__i1, *__i2); }
164 * @param __i2 _Iterator on second sequence (unused).
169 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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,
355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
    [all...]
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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,
355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
    [all...]
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.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,
355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
    [all...]
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.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,
355 __int_type __i1n = __sync_val_compare_and_swap(&_M_i, __i1o, __i2);
    [all...]

Completed in 1000 milliseconds

1 2 3 4 5