/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
|
/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
|
H A D | setitimer01.c | 41 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
|
H A D | maybe-object-inl.h | 104 Address new_value = value.ptr(); in Update() local
|
/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
|
/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
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | bitmap.c | 56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_set() argument 90 char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_get_and_set() argument [all...] |
/third_party/node/deps/icu-small/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
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 225 nir_ssa_def *new_value = convert_value(b, value, from_desc, to_desc); in lower_image_cast_instr() local
|
/third_party/skia/third_party/externals/icu/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
|
/third_party/gn/src/base/ |
H A D | environment.cc | 84 SetVarImpl(std::string_view variable_name, const std::string& new_value) SetVarImpl() argument
|
/third_party/gn/src/gn/ |
H A D | operators_unittest.cc | 216 const Value* new_value = setup.scope()->GetValue(var); in TEST() local 353 const Value* new_value = setup.scope()->GetValue(foo); in TEST() local [all...] |