/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_ops_cas_based.hpp | 39 storage_type old_val; in fetch_add() local 47 storage_type old_val; in fetch_sub() local 55 storage_type old_val; in fetch_and() local 63 storage_type old_val; in fetch_or() local 71 storage_type old_val; in fetch_xor() local
|
D | extra_ops_generic.hpp | 44 storage_type old_val; in fetch_negate() local 52 storage_type old_val, new_val; in negate() local 171 storage_type old_val = base_type::fetch_or(storage, mask, order); in bit_test_and_set() local 178 storage_type old_val = base_type::fetch_and(storage, ~mask, order); in bit_test_and_reset() local 185 storage_type old_val = base_type::fetch_xor(storage, mask, order); in bit_test_and_complement() local 201 storage_type old_val; in fetch_negate() local 209 storage_type old_val, new_val; in negate() local 221 storage_type old_val, new_val; in add() local 233 storage_type old_val, new_val; in sub() local 245 storage_type old_val, new_val; in bitwise_and() local [all …]
|
D | core_operations_emulated.hpp | 89 storage_type old_val = s; in fetch_add() local 99 storage_type old_val = s; in fetch_sub() local 109 storage_type old_val = s; in exchange() local 120 storage_type old_val = s; in compare_exchange_strong() local 137 storage_type old_val = s; in compare_exchange_weak() local 151 storage_type old_val = s; in fetch_and() local 161 storage_type old_val = s; in fetch_or() local 171 storage_type old_val = s; in fetch_xor() local
|
D | extra_fp_ops_emulated.hpp | 48 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_negate() local 59 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in negate() local 70 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in add() local 81 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in sub() local
|
D | extra_fp_ops_generic.hpp | 60 value_type old_val, new_val; in fetch_negate() local 75 value_type old_val, new_val; in negate() local 137 value_type old_val, new_val; in add() local 152 value_type old_val, new_val; in sub() local
|
D | extending_cas_based_arithmetic.hpp | 41 storage_type old_val; in fetch_add() local 54 storage_type old_val; in fetch_sub() local
|
D | extra_ops_emulated.hpp | 47 storage_type old_val = s; in fetch_negate() local 122 storage_type old_val = s; in fetch_complement() local 225 storage_type old_val = base_type::fetch_or(storage, mask, order); in bit_test_and_set() local 233 storage_type old_val = base_type::fetch_and(storage, ~mask, order); in bit_test_and_reset() local 241 storage_type old_val = base_type::fetch_xor(storage, mask, order); in bit_test_and_complement() local
|
D | fp_ops_generic.hpp | 45 value_type old_val, new_val; in fetch_add() local 60 value_type old_val, new_val; in fetch_sub() local
|
D | fp_ops_emulated.hpp | 48 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_add() local 59 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_sub() local
|
/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.ref/ |
D | compare_exchange_weak.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 91 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 121 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 134 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 150 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 163 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | fetch_add.pass.cpp | 81 auto fetch_add = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 …auto fetch_add_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_add(new_va… in operator ()() 91 auto fetch_add_with_order = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | fetch_sub.pass.cpp | 81 auto fetch_sub = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 …auto fetch_sub_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_sub(old_va… in operator ()() 91 auto fetch_sub_with_order = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | compare_exchange_strong.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 120 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 132 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 147 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 159 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
/external/cronet/tot/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/ |
D | compare_exchange_weak.pass.cpp | 85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 94 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 124 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 137 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 153 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 166 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
D | compare_exchange_strong.pass.cpp | 76 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 84 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 113 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 125 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 140 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 152 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
/external/cronet/tot/third_party/libc++/src/test/std/atomics/atomics.ref/ |
D | compare_exchange_weak.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 91 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 121 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 134 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 150 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 163 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | fetch_sub.pass.cpp | 81 auto fetch_sub = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 …auto fetch_sub_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_sub(old_va… in operator ()() 91 auto fetch_sub_with_order = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | fetch_add.pass.cpp | 81 auto fetch_add = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 …auto fetch_add_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_add(new_va… in operator ()() 91 auto fetch_add_with_order = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
D | compare_exchange_strong.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 120 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 132 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 147 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 159 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/ |
D | compare_exchange_weak.pass.cpp | 85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 94 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 124 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 137 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 153 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 166 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
D | compare_exchange_strong.pass.cpp | 76 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 84 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 113 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 125 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 140 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 152 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/ |
D | bdk-atomic.h | 196 static inline int bdk_atomic_compare_and_store32_nosync(uint32_t *ptr, uint32_t old_val, uint32_t n… in bdk_atomic_compare_and_store32_nosync() 224 static inline int bdk_atomic_compare_and_store32(uint32_t *ptr, uint32_t old_val, uint32_t new_val) in bdk_atomic_compare_and_store32() 252 static inline int bdk_atomic_compare_and_store64_nosync(uint64_t *ptr, uint64_t old_val, uint64_t n… in bdk_atomic_compare_and_store64_nosync() 280 static inline int bdk_atomic_compare_and_store64(uint64_t *ptr, uint64_t old_val, uint64_t new_val) in bdk_atomic_compare_and_store64()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_atomic_test.cc | 98 Type old_val = 42; in CheckAtomicCompareExchange() local 108 Type old_val = 42; in CheckAtomicCompareExchange() local
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 94 unsigned int old_val; in waiterfn() local 120 unsigned int old_val; in main() local
|
D | futex_requeue_pi.c | 111 futex_t old_val; in waiterfn() local 149 futex_t old_val; in broadcast_wakerfn() local 195 unsigned int old_val; in signal_wakerfn() local
|