/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
atomicfwd_c.h | 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i) 38 bool _M_i; 43 char _M_i; 48 signed char _M_i; 53 unsigned char _M_i; 58 short _M_i; 63 unsigned short _M_i; 68 int _M_i; 73 unsigned int _M_i; 78 long _M_i; [all...] |
atomic_2.h | 63 return __sync_lock_test_and_set(&_M_i, 1); 73 __sync_lock_release(&_M_i); 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 106 _M_i = __v; 110 _M_i = __v; 123 void* __ret = _M_i; 132 return __sync_lock_test_and_set(&_M_i, __v); 157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2); 174 { return __sync_fetch_and_add(&_M_i, __d); [all...] |
atomicfwd_cxx.h | 33 #define _ATOMIC_MEMBER_ _M_i
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i) 38 bool _M_i; 43 char _M_i; 48 signed char _M_i; 53 unsigned char _M_i; 58 short _M_i; 63 unsigned short _M_i; 68 int _M_i; 73 unsigned int _M_i; 78 long _M_i; [all...] |
atomic_2.h | 63 return __sync_lock_test_and_set(&_M_i, 1); 73 __sync_lock_release(&_M_i); 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 106 _M_i = __v; 110 _M_i = __v; 123 void* __ret = _M_i; 132 return __sync_lock_test_and_set(&_M_i, __v); 157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2); 174 { return __sync_fetch_and_add(&_M_i, __d); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i) 38 bool _M_i; 43 char _M_i; 48 signed char _M_i; 53 unsigned char _M_i; 58 short _M_i; 63 unsigned short _M_i; 68 int _M_i; 73 unsigned int _M_i; 78 long _M_i; [all...] |
atomic_2.h | 63 return __sync_lock_test_and_set(&_M_i, 1); 73 __sync_lock_release(&_M_i); 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 106 _M_i = __v; 110 _M_i = __v; 123 void* __ret = _M_i; 132 return __sync_lock_test_and_set(&_M_i, __v); 157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2); 174 { return __sync_fetch_and_add(&_M_i, __d); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i) 38 bool _M_i; 43 char _M_i; 48 signed char _M_i; 53 unsigned char _M_i; 58 short _M_i; 63 unsigned short _M_i; 68 int _M_i; 73 unsigned int _M_i; 78 long _M_i; [all...] |
atomic_2.h | 63 return __sync_lock_test_and_set(&_M_i, 1); 73 __sync_lock_release(&_M_i); 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 106 _M_i = __v; 110 _M_i = __v; 123 void* __ret = _M_i; 132 return __sync_lock_test_and_set(&_M_i, __v); 157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2); 174 { return __sync_fetch_and_add(&_M_i, __d); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomicfwd_c.h | 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i) 38 bool _M_i; 43 char _M_i; 48 signed char _M_i; 53 unsigned char _M_i; 58 short _M_i; 63 unsigned short _M_i; 68 int _M_i; 73 unsigned int _M_i; 78 long _M_i; [all...] |
atomic_2.h | 63 return __sync_lock_test_and_set(&_M_i, 1); 73 __sync_lock_release(&_M_i); 84 void* _M_i; 92 atomic_address(void* __v) { _M_i = __v; } 106 _M_i = __v; 110 _M_i = __v; 123 void* __ret = _M_i; 132 return __sync_lock_test_and_set(&_M_i, __v); 157 void* __v1n = __sync_val_compare_and_swap(&_M_i, __v1o, __v2); 174 { return __sync_fetch_and_add(&_M_i, __d); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
atomic_2.h | 66 return __sync_lock_test_and_set(&_M_i, 1); 75 return __sync_lock_test_and_set(&_M_i, 1); 85 __sync_lock_release(&_M_i); 97 __sync_lock_release(&_M_i); 133 __int_type _M_i; 142 // Requires __int_type convertible to _M_i. 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { } 183 { return __sync_add_and_fetch(&_M_i, 1); } 187 { return __sync_add_and_fetch(&_M_i, 1); } 191 { return __sync_sub_and_fetch(&_M_i, 1); [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 | 66 return __sync_lock_test_and_set(&_M_i, 1); 75 return __sync_lock_test_and_set(&_M_i, 1); 85 __sync_lock_release(&_M_i); 97 __sync_lock_release(&_M_i); 133 __int_type _M_i; 142 // Requires __int_type convertible to _M_i. 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { } 183 { return __sync_add_and_fetch(&_M_i, 1); } 187 { return __sync_add_and_fetch(&_M_i, 1); } 191 { return __sync_sub_and_fetch(&_M_i, 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_2.h | 66 return __sync_lock_test_and_set(&_M_i, 1); 75 return __sync_lock_test_and_set(&_M_i, 1); 85 __sync_lock_release(&_M_i); 97 __sync_lock_release(&_M_i); 133 __int_type _M_i; 142 // Requires __int_type convertible to _M_i. 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { } 183 { return __sync_add_and_fetch(&_M_i, 1); } 187 { return __sync_add_and_fetch(&_M_i, 1); } 191 { return __sync_sub_and_fetch(&_M_i, 1); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_2.h | 66 return __sync_lock_test_and_set(&_M_i, 1); 75 return __sync_lock_test_and_set(&_M_i, 1); 85 __sync_lock_release(&_M_i); 97 __sync_lock_release(&_M_i); 133 __int_type _M_i; 142 // Requires __int_type convertible to _M_i. 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { } 183 { return __sync_add_and_fetch(&_M_i, 1); } 187 { return __sync_add_and_fetch(&_M_i, 1); } 191 { return __sync_sub_and_fetch(&_M_i, 1); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
atomic_base.h | 232 bool _M_i; 234 unsigned char _M_i; 259 return __atomic_test_and_set (&_M_i, __m); 265 return __atomic_test_and_set (&_M_i, __m); 275 __atomic_clear (&_M_i, __m); 285 __atomic_clear (&_M_i, __m); 319 __int_type _M_i; 328 // Requires __int_type convertible to _M_i. 329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } 369 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
atomic_base.h | 232 bool _M_i; 234 unsigned char _M_i; 259 return __atomic_test_and_set (&_M_i, __m); 265 return __atomic_test_and_set (&_M_i, __m); 275 __atomic_clear (&_M_i, __m); 285 __atomic_clear (&_M_i, __m); 319 __int_type _M_i; 328 // Requires __int_type convertible to _M_i. 329 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } 369 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
atomic_base.h | 263 __atomic_flag_data_type _M_i; 287 return __atomic_test_and_set (&_M_i, __m); 293 return __atomic_test_and_set (&_M_i, __m); 304 __atomic_clear (&_M_i, __m); 315 __atomic_clear (&_M_i, __m); 354 __int_type _M_i; 363 // Requires __int_type convertible to _M_i. 364 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } 404 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); } 408 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
throw_allocator.h | 461 std::size_t _M_i; 464 throw_value_base() : _M_i(0) 467 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 470 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 478 _M_i = __v._M_i; 486 ++_M_i; 510 bool __ret = __a._M_i == __b._M_i; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
throw_allocator.h | 453 std::size_t _M_i; 456 throw_value_base() : _M_i(0) 459 throw_value_base(const throw_value_base& __v) : _M_i(__v._M_i) 467 explicit throw_value_base(const std::size_t __i) : _M_i(__i) 475 _M_i = __v._M_i; 489 ++_M_i; 513 bool __ret = __a._M_i == __b._M_i; [all...] |