Home
last modified time | relevance | path

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

1234

/third_party/node/deps/v8/src/base/
Datomicops_internals_atomicword_compat.h27 AtomicWord old_value, in Relaxed_CompareAndSwap()
46 AtomicWord old_value, in Acquire_CompareAndSwap()
53 AtomicWord old_value, in Release_CompareAndSwap()
60 AtomicWord old_value, in AcquireRelease_CompareAndSwap()
Datomicops.h103 inline Atomic8 Relaxed_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, in Relaxed_CompareAndSwap()
112 Atomic16 old_value, Atomic16 new_value) { in Relaxed_CompareAndSwap()
120 Atomic32 old_value, Atomic32 new_value) { in Relaxed_CompareAndSwap()
147 Atomic32 old_value, Atomic32 new_value) { in Acquire_CompareAndSwap()
154 inline Atomic8 Release_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, in Release_CompareAndSwap()
164 Atomic32 old_value, Atomic32 new_value) { in Release_CompareAndSwap()
172 Atomic32 old_value, in AcquireRelease_CompareAndSwap()
263 Atomic64 old_value, Atomic64 new_value) { in Relaxed_CompareAndSwap()
290 Atomic64 old_value, Atomic64 new_value) { in Acquire_CompareAndSwap()
298 Atomic64 old_value, Atomic64 new_value) { in Release_CompareAndSwap()
[all …]
/third_party/skia/third_party/externals/libwebp/examples/
Dstopwatch.h29 const LARGE_INTEGER old_value = *watch; in StopwatchReadAndReset() local
52 struct timeval old_value; in StopwatchReadAndReset() local
/third_party/node/deps/v8/include/cppgc/
Dcross-thread-persistent.h87 const void* old_value = GetValue(); in ~BasicCrossThreadPersistent() local
358 const void* old_value = GetValue(); in AssignUnsafe() local
387 const void* old_value = GetValue(); in AssignSafe() local
/third_party/libbpf/src/
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
Dhashmap.c156 long *old_key, long *old_value) in hashmap_insert()
221 long *old_key, long *old_value) in hashmap_delete()
/third_party/libuv/src/win/
Datomicops-inl.h48 char old_value; in uv__atomic_exchange_set() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAtomic.cpp47 sys::cas_flag old_value) { in CompareAndSwap()
/third_party/node/deps/uv/src/win/
Datomicops-inl.h48 char old_value; in uv__atomic_exchange_set() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAtomic.cpp46 sys::cas_flag old_value) { in CompareAndSwap()
/third_party/skia/modules/skottie/src/animator/
DScalarKeyframeAnimator.cpp30 const auto old_value = *fTarget; in onSeek() local
53 auto old_value = *fTarget; in onSeek() local
/third_party/node/deps/v8/src/heap/
Dprogress-bar.h39 bool TrySetNewValue(size_t old_value, size_t new_value) { in TrySetNewValue()
Dmarking.h60 CellType old_value = *cell_; variable
83 CellType old_value = *cell_; variable
/third_party/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer02.c25 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer()
Dsetitimer01.c41 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer()
/third_party/ltp/include/
Dtst_safe_timerfd.h28 #define SAFE_TIMERFD_SETTIME(fd, flags, new_value, old_value)\ argument
Dtst_safe_clocks.h98 struct itimerspec *old_value) in safe_timer_settime()
165 #define SAFE_TIMER_SETTIME(timerid, flags, new_value, old_value)\ argument
/third_party/ltp/include/lapi/
Dtimerfd.h28 struct itimerspec *old_value) in timerfd_settime()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Doutput.cc30 int old_value; member
/third_party/rust/crates/cxx/tests/
Dtest.rs253 let old_value = unique_ptr.get(); in test_c_method_calls() localVariable
293 let old_value = unique_ptr.get(); in test_c_ns_method_calls() localVariable
/third_party/node/deps/v8/src/objects/
Dtagged-field-inl.h198 Tagged_t old_value = full_to_tagged(old.ptr()); in Release_CompareAndSwap() local
245 AtomicTagged_t old_value = in SeqCst_Swap() local
257 AtomicTagged_t old_value = in SeqCst_Swap() local
Dmaybe-object-inl.h102 Address old_value = (*slot).ptr(); in Update() local
/third_party/ltp/lib/
Dtst_safe_timerfd.c54 struct itimerspec *old_value) in safe_timerfd_settime()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_settime01.c28 struct tst_its *old_value; member
/third_party/googletest/googletest/test/
Dgtest_dirs_test.cc18 const char* old_value = getenv(name); in SetEnv() local

1234