Home
last modified time | relevance | path

Searched defs:old_value (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/libuv/src/win/
H A Datomicops-inl.h48 char old_value; in uv__atomic_exchange_set() local
/third_party/node/deps/uv/src/win/
H A 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/
H A DAtomic.cpp45 CompareAndSwap(volatile sys::cas_flag* ptr, sys::cas_flag new_value, sys::cas_flag old_value) CompareAndSwap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAtomic.cpp44 CompareAndSwap(volatile sys::cas_flag* ptr, sys::cas_flag new_value, sys::cas_flag old_value) CompareAndSwap() argument
/third_party/ltp/testcases/kernel/syscalls/setitimer/
H A Dsetitimer02.c25 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer() argument
H A Dsetitimer01.c41 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer() argument
/third_party/ltp/include/lapi/
H A Dtimerfd.h26 timerfd_settime(int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value) timerfd_settime() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Dstopwatch.h29 const LARGE_INTEGER old_value = *watch; in StopwatchReadAndReset() local
52 struct timeval old_value; in StopwatchReadAndReset() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.cc30 int old_value; member
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dmodule.c28 unsigned long int old_value; in apply_relocate_add() local
/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_mixer.c39 u8 value, old_value; in snd_opl4_ctl_put() local
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A Dopl4_mixer.c39 u8 value, old_value; in snd_opl4_ctl_put() local
/third_party/ltp/lib/
H A Dtst_safe_timerfd.c51 safe_timerfd_settime(const char *file, const int lineno, int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value) safe_timerfd_settime() argument
/third_party/node/deps/v8/src/heap/
H A Dprogress-bar.h39 bool TrySetNewValue(size_t old_value, size_t new_value) { in TrySetNewValue() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h315 T old_value = absl::move(obj); in exchange() local
/third_party/googletest/googletest/test/
H A Dgtest_dirs_test.cc18 const char* old_value = getenv(name); in SetEnv() local
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_settime01.c28 struct tst_its *old_value; member
/third_party/node/deps/v8/src/base/
H A Datomicops_internals_atomicword_compat.h26 Relaxed_CompareAndSwap(volatile AtomicWord* ptr, AtomicWord old_value, AtomicWord new_value) Relaxed_CompareAndSwap() argument
45 Acquire_CompareAndSwap(volatile AtomicWord* ptr, AtomicWord old_value, AtomicWord new_value) Acquire_CompareAndSwap() argument
52 Release_CompareAndSwap(volatile AtomicWord* ptr, AtomicWord old_value, AtomicWord new_value) Release_CompareAndSwap() argument
59 AcquireRelease_CompareAndSwap(volatile AtomicWord* ptr, AtomicWord old_value, AtomicWord new_value) AcquireRelease_CompareAndSwap() argument
/third_party/skia/modules/skottie/src/animator/
H A DTextKeyframeAnimator.cpp53 SkString old_value = fTarget->fText; variable
H A DScalarKeyframeAnimator.cpp30 const auto old_value = *fTarget; variable
53 auto old_value = *fTarget; variable
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dfscounters.c257 xchk_fscount_within_range( struct xfs_scrub *sc, const int64_t old_value, struct percpu_counter *counter, uint64_t expected) xchk_fscount_within_range() argument
/third_party/node/deps/v8/src/objects/
H A Dmaybe-object-inl.h102 Address old_value = (*slot).ptr(); in Update() local
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dhashmap.c154 hashmap__insert(struct hashmap *map, const void *key, void *value, enum hashmap_insert_strategy strategy, const void **old_key, void **old_value) hashmap__insert() argument
220 hashmap__delete(struct hashmap *map, const void *key, const void **old_key, void **old_value) hashmap__delete() argument
H A Dhashmap.h122 hashmap__set(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__set() argument
130 hashmap__update(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__update() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhashmap.c154 hashmap__insert(struct hashmap *map, const void *key, void *value, enum hashmap_insert_strategy strategy, const void **old_key, void **old_value) hashmap__insert() argument
220 hashmap__delete(struct hashmap *map, const void *key, const void **old_key, void **old_value) hashmap__delete() argument

Completed in 7 milliseconds

12345