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

1 2 3 4 5 6 7

  /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/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/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...]
  /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/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...]

Completed in 514 milliseconds

1 2 3 4 5 6 7