Home
last modified time | relevance | path

Searched defs:new_value (Results 26 - 50 of 110) sorted by relevance

12345

/third_party/jerryscript/tests/unit-core/
H A Dtest-proxy.cpp256 jerry_value_t new_value = jerry_create_number (12); in HWTEST_F() local
H A Dtest-arraybuffer.cpp215 uint8_t new_value = 123; in HWTEST_F() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp86 ir_rvalue *new_value = NULL; in clone() local
/third_party/ltp/include/
H A Dtst_safe_clocks.h96 safe_timer_settime(const char *file, const int lineno, timer_t timerid, int flags, const struct itimerspec *new_value, struct itimerspec *old_value) safe_timer_settime() argument
/third_party/node/deps/v8/src/objects/
H A Dtagged-field-inl.h199 Tagged_t new_value = full_to_tagged(value.ptr()); in Release_CompareAndSwap() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc1227 int new_value = other.value + 1; variable
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h227 constexpr T exchange(T& obj, U&& new_value) in exchange() argument
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c485 uint32_t new_value = value * 10 + digit; in lit_parse_decimal() local
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c211 const uint32_t new_value = value * 8 + (*re_ctx_p->input_curr_p) - LIT_CHAR_0; in re_parse_octal() local
/third_party/node/deps/v8/src/base/
H A Datomicops.h106 helper::to_std_atomic(ptr), &old_value, new_value, in Relaxed_CompareAndSwap() local
114 helper::to_std_atomic(ptr), &old_value, new_value, in Relaxed_CompareAndSwap() local
122 helper::to_std_atomic(ptr), &old_value, new_value, in Relaxed_CompareAndSwap() local
103 Relaxed_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, Atomic8 new_value) Relaxed_CompareAndSwap() argument
111 Relaxed_CompareAndSwap(volatile Atomic16* ptr, Atomic16 old_value, Atomic16 new_value) Relaxed_CompareAndSwap() argument
119 Relaxed_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Relaxed_CompareAndSwap() argument
127 Relaxed_AtomicExchange(volatile Atomic32* ptr, Atomic32 new_value) Relaxed_AtomicExchange() argument
133 SeqCst_AtomicExchange(volatile Atomic32* ptr, Atomic32 new_value) SeqCst_AtomicExchange() argument
146 Acquire_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Acquire_CompareAndSwap() argument
149 helper::to_std_atomic(ptr), &old_value, new_value, Acquire_CompareAndSwap() local
154 Release_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, Atomic8 new_value) Release_CompareAndSwap() argument
163 Release_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Release_CompareAndSwap() argument
166 helper::to_std_atomic(ptr), &old_value, new_value, Release_CompareAndSwap() local
171 AcquireRelease_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) AcquireRelease_CompareAndSwap() argument
175 helper::to_std_atomic(ptr), &old_value, new_value, AcquireRelease_CompareAndSwap() local
262 Relaxed_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Relaxed_CompareAndSwap() argument
265 helper::to_std_atomic(ptr), &old_value, new_value, Relaxed_CompareAndSwap() local
270 Relaxed_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value) Relaxed_AtomicExchange() argument
276 SeqCst_AtomicExchange(volatile Atomic64* ptr, Atomic64 new_value) SeqCst_AtomicExchange() argument
289 Acquire_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Acquire_CompareAndSwap() argument
292 helper::to_std_atomic(ptr), &old_value, new_value, Acquire_CompareAndSwap() local
297 Release_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Release_CompareAndSwap() argument
300 helper::to_std_atomic(ptr), &old_value, new_value, Release_CompareAndSwap() local
305 AcquireRelease_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) AcquireRelease_CompareAndSwap() argument
309 helper::to_std_atomic(ptr), &old_value, new_value, AcquireRelease_CompareAndSwap() local
[all...]
H A Datomic-utils.h33 V8_INLINE void SetValue(T new_value) { in SetValue() argument
91 SeqCst_Store(T* addr, typename std::remove_reference<T>::type new_value) SeqCst_Store() argument
99 Release_Store(T* addr, typename std::remove_reference<T>::type new_value) Release_Store() argument
107 Relaxed_Store(T* addr, typename std::remove_reference<T>::type new_value) Relaxed_Store() argument
115 SeqCst_Swap(T* addr, typename std::remove_reference<T>::type new_value) SeqCst_Swap() argument
123 Release_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) Release_CompareAndSwap() argument
133 Relaxed_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) Relaxed_CompareAndSwap() argument
143 AcquireRelease_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) AcquireRelease_CompareAndSwap() argument
159 T new_value, old_value_before_cas; SetBits() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h285 const uint16_t new_value = old_value | MarkBitField::encode(true); in TryMarkAtomic() local
/third_party/node/deps/v8/src/handles/
H A Dhandles.h156 void PatchValue(T new_value) { in PatchValue() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc531 Handle<Object> new_value; in RUNTIME_FUNCTION() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcombine_access_chains.cpp149 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices() local
H A Dscalar_analysis_simplification.cpp187 int64_t new_value = constant->AsSEConstantNode()->FoldToSingleValue() * sign; in AccumulatorsFromMultiply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcombine_access_chains.cpp149 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices() local
H A Dscalar_analysis_simplification.cpp187 int64_t new_value = constant->AsSEConstantNode()->FoldToSingleValue() * sign; in AccumulatorsFromMultiply() local
/third_party/spirv-tools/source/opt/
H A Dcombine_access_chains.cpp149 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices() local
H A Dconst_folding_rules.cpp102 uint64_t new_value = static_cast<uint64_t>(-val->GetSignExtendedValue()); in NegateIntConst() local
H A Dscalar_analysis_simplification.cpp186 int64_t new_value = constant->AsSEConstantNode()->FoldToSingleValue() * sign; in AccumulatorsFromMultiply() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c571 nir_ssa_def *new_value = nir_vec_scalars(&b, comps, intrin->num_components); in nir_lower_io_to_vector_impl() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c190 nir_ssa_def *new_value = nir_ior(b, nir_ishl_imm(b, new_ctrl, 2), new_level); in update_trace_ctrl_level() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c91 uint16_t new_value; in VFilter() local
/third_party/gn/src/gn/
H A Dscope.cc325 const Value& new_value = pair.second.value; in NonRecursiveMergeTo() local

Completed in 24 milliseconds

12345