/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-timerfd.c | 9 struct itimerspec new_value; in main() local
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | test-timerfd.c | 9 struct itimerspec new_value; in main() local
|
/third_party/libunwind/libunwind/src/unwind/ |
H A D | SetGR.c | 32 _Unwind_SetGR(struct _Unwind_Context *context, int index, unsigned long new_value) _Unwind_SetGR() argument
|
H A D | SetIP.c | 29 _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 D | sysfs_utils.c | 10 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 D | sysfs_utils.c | 10 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 D | Atomic.cpp | 45 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 D | Atomic.cpp | 44 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 D | setitimer02.c | 25 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer() argument
|
/third_party/ltp/include/lapi/ |
H A D | timerfd.h | 26 timerfd_settime(int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value) timerfd_settime() argument
|
/third_party/ltp/lib/ |
H A D | tst_safe_timerfd.c | 51 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 D | progress-bar.h | 39 bool TrySetNewValue(size_t old_value, size_t new_value) { in TrySetNewValue() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-cell-inl.h | 57 Transition(PropertyDetails new_details, Handle<Object> new_value) Transition() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_list.c | 45 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 D | scoped_set_env.cc | 49 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 D | utility.h | 314 T exchange(T& obj, U&& new_value) { in exchange() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | timer.c | 20 struct itimerspec new_value; in run_test() local [all...] |
H A D | timerfd.c | 27 struct itimerspec new_value; in run_test() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | timer.c | 20 struct itimerspec new_value; in run_test() local [all...] |
H A D | timerfd.c | 27 struct itimerspec new_value; in run_test() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd_settime01.c | 37 static struct tst_its new_value; variable
|
/third_party/node/deps/v8/src/base/ |
H A D | atomicops_internals_atomicword_compat.h | 26 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 D | diy-fp.h | 86 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 D | diy-fp.h | 125 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 D | double-conversion-diy-fp.h | 139 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
|