Home
last modified time | relevance | path

Searched defs:new_value (Results 1 - 25 of 196) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-timerfd.c9 struct itimerspec new_value; in main() local
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-timerfd.c9 struct itimerspec new_value; in main() local
/third_party/libunwind/libunwind/src/unwind/
H A DSetGR.c32 _Unwind_SetGR(struct _Unwind_Context *context, int index, unsigned long new_value) _Unwind_SetGR() argument
H A DSetIP.c29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) in _Unwind_SetIP() argument
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c10 int write_sysfs_attribute(const char *attr_path, const char *new_value, in write_sysfs_attribute() argument
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c10 int write_sysfs_attribute(const char *attr_path, const char *new_value, in write_sysfs_attribute() argument
/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
/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/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/node/deps/v8/src/objects/
H A Dproperty-cell-inl.h57 Transition(PropertyDetails new_details, Handle<Object> new_value) Transition() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c45 void rc_list_add(struct rc_list ** list, struct rc_list * new_value) in rc_list_add() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env.cc49 ScopedSetEnv::ScopedSetEnv(const char* var_name, const char* new_value) in ScopedSetEnv() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h314 T exchange(T& obj, U&& new_value) { in exchange() argument
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A Dtimer.c20 struct itimerspec new_value; in run_test() local
[all...]
H A Dtimerfd.c27 struct itimerspec new_value; in run_test() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/timens/
H A Dtimer.c20 struct itimerspec new_value; in run_test() local
[all...]
H A Dtimerfd.c27 struct itimerspec new_value; in run_test() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_settime01.c37 static struct tst_its new_value; variable
/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
33 Relaxed_AtomicExchange(volatile AtomicWord* ptr, AtomicWord new_value) Relaxed_AtomicExchange() 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
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Ddiy-fp.h86 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() argument
87 void set_e(int new_value) { e_ = new_value; } in set_e() argument
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Ddiy-fp.h125 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() argument
126 void set_e(int32_t new_value) { e_ = new_value; } in set_e() argument
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() argument
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e() argument

Completed in 7 milliseconds

12345678