Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 25 of 247) sorted by relevance

12345678910

/aosp_15_r20/art/runtime/mirror/
H A Dobject-inl.h558 int64_t old_value, in CasFieldWeakSequentiallyConsistent64()
574 int64_t old_value, in CasFieldStrongSequentiallyConsistent64()
590 int64_t old_value, in CaeFieldStrongSequentiallyConsistent64()
638 ObjPtr<Object> old_value = in SetFieldObjectWithoutWriteBarrier() local
688 ObjPtr<Object> old_value, in CasFieldObjectWithoutWriteBarrier()
708 ObjPtr<Object> old_value, in CasFieldObject()
726 ObjPtr<Object> old_value, in CompareAndExchangeFieldObject()
789 uint8_t old_value = GetFieldBoolean<kVerifyFlags, kIsVolatile>(field_offset); in UpdateFieldBooleanViaAccessor() local
805 int8_t old_value = GetFieldByte<kVerifyFlags, kIsVolatile>(field_offset); in UpdateFieldByteViaAccessor() local
821 uint16_t old_value = GetFieldChar<kVerifyFlags, kIsVolatile>(field_offset); in UpdateFieldCharViaAccessor() local
[all …]
/aosp_15_r20/external/cronet/base/
H A Datomicops_internals_portable.h52 Atomic32 old_value, in NoBarrier_CompareAndSwap()
82 Atomic32 old_value, in Acquire_CompareAndSwap()
93 Atomic32 old_value, in Release_CompareAndSwap()
128 Atomic64 old_value, in NoBarrier_CompareAndSwap()
158 Atomic64 old_value, in Acquire_CompareAndSwap()
169 Atomic64 old_value, in Release_CompareAndSwap()
H A Datomicops_internals_atomicword_compat.h31 AtomicWord old_value, in NoBarrier_CompareAndSwap()
56 AtomicWord old_value, in Acquire_CompareAndSwap()
63 AtomicWord old_value, in Release_CompareAndSwap()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Datomicops_internals_portable.h69 Atomic32 old_value, in NoBarrier_CompareAndSwap()
98 Atomic32 old_value, in Acquire_CompareAndSwap()
109 Atomic32 old_value, in Release_CompareAndSwap()
152 Atomic64 old_value, in NoBarrier_CompareAndSwap()
181 Atomic64 old_value, in Acquire_CompareAndSwap()
192 Atomic64 old_value, in Release_CompareAndSwap()
Datomicops_internals_x86_msvc.h33 Atomic32 old_value, in NoBarrier_CompareAndSwap()
75 Atomic32 old_value, in Acquire_CompareAndSwap()
81 Atomic32 old_value, in Release_CompareAndSwap()
121 Atomic64 old_value, in NoBarrier_CompareAndSwap()
184 Atomic64 old_value, in Acquire_CompareAndSwap()
190 Atomic64 old_value, in Release_CompareAndSwap()
Datomicops_internals_atomicword_compat.h34 AtomicWord old_value, in NoBarrier_CompareAndSwap()
59 AtomicWord old_value, in Acquire_CompareAndSwap()
66 AtomicWord old_value, in Release_CompareAndSwap()
/aosp_15_r20/external/libchrome/base/
H A Datomicops_internals_portable.h66 Atomic32 old_value, in NoBarrier_CompareAndSwap()
95 Atomic32 old_value, in Acquire_CompareAndSwap()
106 Atomic32 old_value, in Release_CompareAndSwap()
149 Atomic64 old_value, in NoBarrier_CompareAndSwap()
178 Atomic64 old_value, in Acquire_CompareAndSwap()
189 Atomic64 old_value, in Release_CompareAndSwap()
H A Datomicops_internals_x86_msvc.h30 Atomic32 old_value, in NoBarrier_CompareAndSwap()
72 Atomic32 old_value, in Acquire_CompareAndSwap()
78 Atomic32 old_value, in Release_CompareAndSwap()
118 Atomic64 old_value, in NoBarrier_CompareAndSwap()
181 Atomic64 old_value, in Acquire_CompareAndSwap()
187 Atomic64 old_value, in Release_CompareAndSwap()
H A Datomicops_internals_atomicword_compat.h31 AtomicWord old_value, in NoBarrier_CompareAndSwap()
56 AtomicWord old_value, in Acquire_CompareAndSwap()
63 AtomicWord old_value, in Release_CompareAndSwap()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Datomicops_internals_portable.h69 Atomic32 old_value, in NoBarrier_CompareAndSwap()
98 Atomic32 old_value, in Acquire_CompareAndSwap()
109 Atomic32 old_value, in Release_CompareAndSwap()
152 Atomic64 old_value, in NoBarrier_CompareAndSwap()
181 Atomic64 old_value, in Acquire_CompareAndSwap()
192 Atomic64 old_value, in Release_CompareAndSwap()
Datomicops_internals_x86_msvc.h33 Atomic32 old_value, in NoBarrier_CompareAndSwap()
75 Atomic32 old_value, in Acquire_CompareAndSwap()
81 Atomic32 old_value, in Release_CompareAndSwap()
121 Atomic64 old_value, in NoBarrier_CompareAndSwap()
184 Atomic64 old_value, in Acquire_CompareAndSwap()
190 Atomic64 old_value, in Release_CompareAndSwap()
Datomicops_internals_atomicword_compat.h34 AtomicWord old_value, in NoBarrier_CompareAndSwap()
59 AtomicWord old_value, in Acquire_CompareAndSwap()
66 AtomicWord old_value, in Release_CompareAndSwap()
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dtf_upgrade_v2.py1810 def _replace_keep_prob_node(parent, old_value): argument
1894 def _wrap_label(parent, old_value): argument
2030 def _replace_uniform_noise_node(parent, old_value): argument
2247 def _get_distribution(old_value): argument
2329 def _replace_distribution(parent, old_value): argument
2341 def _replace_mode(parent, old_value): argument
2443 def _replace_scale_node(parent, old_value): argument
/aosp_15_r20/bionic/libc/bionic/
H A Dsemaphore.cpp144 unsigned int old_value = atomic_load_explicit(sem_count_ptr, memory_order_relaxed); in __sem_dec() local
164 unsigned int old_value = atomic_load_explicit(sem_count_ptr, memory_order_relaxed); in __sem_trydec() local
188 unsigned int old_value = atomic_load_explicit(sem_count_ptr, memory_order_relaxed); in __sem_inc() local
293 int old_value = __sem_inc(sem_count_ptr); in sem_post() local
H A D__cxa_guard.cpp80 int old_value = atomic_load_explicit(&gv->state, memory_order_acquire); in __cxa_guard_acquire() local
113 int old_value = atomic_exchange_explicit(&gv->state, CONSTRUCTION_COMPLETE, memory_order_release); in __cxa_guard_release() local
122 …int old_value = atomic_exchange_explicit(&gv->state, CONSTRUCTION_NOT_YET_STARTED, memory_order_re… in __cxa_guard_abort() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Datomic_ref_impl.hpp237 storage_type old_value = atomics::detail::bitwise_cast< storage_type >(expected); in compare_exchange_strong_impl() local
254 storage_type old_value = atomics::detail::bitwise_cast< storage_type >(expected); in compare_exchange_weak_impl() local
568 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_strong_impl() local
585 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_weak_impl() local
691 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_strong_impl() local
708 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_weak_impl() local
874 … storage_type old_value = core_operations::load(this->storage(), boost::memory_order_relaxed); in clear_padding_bits() local
896 storage_type old_value = atomics::detail::bitwise_fp_cast< storage_type >(expected); in compare_exchange_strong_impl() local
913 storage_type old_value = atomics::detail::bitwise_fp_cast< storage_type >(expected); in compare_exchange_weak_impl() local
1096 storage_type old_value = atomics::detail::bitwise_cast< storage_type >(expected); in compare_exchange_strong_impl() local
[all …]
Datomic_impl.hpp272 storage_type old_value = atomics::detail::bitwise_cast< storage_type >(expected); in compare_exchange_strong_impl() local
289 storage_type old_value = atomics::detail::bitwise_cast< storage_type >(expected); in compare_exchange_weak_impl() local
602 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_strong_impl() local
619 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_weak_impl() local
724 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_strong_impl() local
741 storage_type old_value = static_cast< storage_type >(expected); in compare_exchange_weak_impl() local
911 storage_type old_value = atomics::detail::bitwise_fp_cast< storage_type >(expected); in compare_exchange_strong_impl() local
928 storage_type old_value = atomics::detail::bitwise_fp_cast< storage_type >(expected); in compare_exchange_weak_impl() local
1116 storage_type old_value = atomics::detail::bitwise_cast< uintptr_storage_type >(expected); in compare_exchange_strong_impl() local
1133 storage_type old_value = atomics::detail::bitwise_cast< uintptr_storage_type >(expected); in compare_exchange_weak_impl() local
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
152 #define hashmap__delete(map, key, old_key, old_value) \ argument
/aosp_15_r20/external/libbpf/src/
H A Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
152 #define hashmap__delete(map, key, old_key, old_value) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/sleep/
Dcounters.rs133 let old_value = self.load(Ordering::SeqCst); in increment_jobs_event_counter_if() localVariable
152 let old_value = Counters::new(self.value.fetch_sub(ONE_INACTIVE, Ordering::SeqCst)); in sub_inactive_thread() localVariable
178 let old_value = Counters::new(self.value.fetch_sub(ONE_SLEEPING, Ordering::SeqCst)); in sub_sleeping_thread() localVariable
/aosp_15_r20/external/webp/examples/
H A Dstopwatch.h29 const LARGE_INTEGER old_value = *watch; in StopwatchReadAndReset() local
52 struct timeval old_value; in StopwatchReadAndReset() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DPredicate.h96 const T old_value = m_value; in SetValue() local
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { in Broadcast()

12345678910