Home
last modified time | relevance | path

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

12345

/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
/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/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
H A Dmaybe-object-inl.h104 Address new_value = value.ptr(); in Update() local
/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
/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
/third_party/ntfs-3g/libntfs-3g/
H A Dbitmap.c56 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 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
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c225 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 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
/third_party/gn/src/base/
H A Denvironment.cc84 SetVarImpl(std::string_view variable_name, const std::string& new_value) SetVarImpl() argument
/third_party/gn/src/gn/
H A Doperators_unittest.cc216 const Value* new_value = setup.scope()->GetValue(var); in TEST() local
353 const Value* new_value = setup.scope()->GetValue(foo); in TEST() local
[all...]

Completed in 9 milliseconds

12345