Home
last modified time | relevance | path

Searched defs:old_val (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_generic.hpp44 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 …]
Dcore_operations_emulated.hpp89 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
Dcore_ops_cas_based.hpp39 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
Dextra_ops_emulated.hpp47 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
Dextra_fp_ops_emulated.hpp48 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
Dextra_fp_ops_generic.hpp60 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
Dextra_ops_msvc_x86.hpp46 storage_type old_val; in fetch_negate() local
187 storage_type old_val; in fetch_complement() local
430 storage_type old_val; in fetch_negate() local
571 storage_type old_val; in fetch_complement() local
864 storage_type old_val; in fetch_negate() local
1005 storage_type old_val; in fetch_complement() local
Dcore_arch_ops_msvc_x86.hpp168 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(&stor… in compare_exchange_strong() local
239 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE8(&sto… in compare_exchange_strong() local
414 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE16(&st… in compare_exchange_strong() local
707 …const storage_type old_val = (storage_type)BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(p, desired,… in compare_exchange_strong() local
798 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(&st… in compare_exchange_strong() local
Dcore_arch_ops_msvc_arm.hpp223 storage_type previous = expected, old_val; in compare_exchange_strong() local
388 storage_type previous = expected, old_val; in compare_exchange_strong() local
553 storage_type previous = expected, old_val; in compare_exchange_strong() local
718 storage_type previous = expected, old_val; in compare_exchange_strong() local
Dextending_cas_based_arithmetic.hpp41 storage_type old_val; in fetch_add() local
54 storage_type old_val; in fetch_sub() local
Dfp_ops_generic.hpp45 value_type old_val, new_val; in fetch_add() local
60 value_type old_val, new_val; in fetch_sub() local
Dfp_ops_emulated.hpp48 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
Datomic_ref_impl.hpp215 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
546 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
669 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
857 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
1074 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
Datomic_impl.hpp249 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
579 …BOOST_FORCEINLINE value_type wait(value_type old_val, memory_order order = memory_order_seq_cst) c… in wait()
701 …BOOST_FORCEINLINE value_type wait(value_type old_val, memory_order order = memory_order_seq_cst) c… in wait()
888 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
1093 …BOOST_FORCEINLINE value_type wait(value_arg_type old_val, memory_order order = memory_order_seq_cs… in wait()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dcompare_exchange_weak.pass.cpp85 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()
H A Dcompare_exchange_strong.pass.cpp76 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()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/
H A Dbdk-atomic.h196 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()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c111 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
H A Dfutex_requeue_pi_signal_restart.c94 unsigned int old_val; in waiterfn() local
120 unsigned int old_val; in main() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cc98 Type old_val = 42; in CheckAtomicCompareExchange() local
108 Type old_val = 42; in CheckAtomicCompareExchange() local
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.cc108 ArtField* old_val = fields_array->Get(i); in VisitReflectiveTargets() local
123 ArtMethod* old_val = methods_array->Get(i); in VisitReflectiveTargets() local
/aosp_15_r20/external/zstd/contrib/diagnose_corruption/
H A Dcheck_flipped_bits.c335 unsigned char old_val = stuff->input[pos]; in perturb_bits() local
359 unsigned char old_val = stuff->input[pos]; in perturb_bytes() local
/aosp_15_r20/system/core/libcutils/
H A Dstr_parms.cpp162 void *old_val; in str_parms_create_str() local
211 void *old_val = NULL; in str_parms_add_str() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_simplify_padding_test.cc336 weights, [](absl::Span<const int64_t> dims, int8_t old_val) -> int8_t { in TEST_F()
380 weights, [](absl::Span<const int64_t> dims, int8_t old_val) -> int8_t { in TEST_F()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/tc/
Dnv_counter_test.c19 uint32_t old_val; in nv_counter_test() local

123