Home
last modified time | relevance | path

Searched defs:new_value (Results 51 - 75 of 110) sorted by relevance

12345

/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c804 uint32_t new_value = (value & ~cu_en_mask) | in ac_set_reg_cu_en() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c948 ecma_op_array_object_set_length(ecma_object_t *object_p, ecma_value_t new_value, uint32_t flags) ecma_op_array_object_set_length() argument
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc1011 Node* new_value = node->InputAt(3); in LowerNode() local
H A Dload-elimination.cc973 Node* const new_value = NodeProperties::GetValueInput(node, 1); in ReduceStoreField() local
1107 Node* const new_value = NodeProperties::GetValueInput(node, 2); in ReduceStoreElement() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc974 SetLocalVariableValue(Handle<String> variable_name, Handle<Object> new_value) SetLocalVariableValue() argument
1049 SetContextExtensionValue(Handle<String> variable_name, Handle<Object> new_value) SetContextExtensionValue() argument
1064 SetContextVariableValue(Handle<String> variable_name, Handle<Object> new_value) SetContextVariableValue() argument
1072 SetModuleVariableValue(Handle<String> variable_name, Handle<Object> new_value) SetModuleVariableValue() argument
1093 SetScriptVariableValue(Handle<String> variable_name, Handle<Object> new_value) SetScriptVariableValue() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1237 uint64_t new_value = static_cast<uint64_t>(new_value_high) << 32 | in atomic_pair_compare_exchange() local
1240 reinterpret_cast<std::atomic<uint64_t>*>(address), &old_value, new_value); in atomic_pair_compare_exchange() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc459 Handle<Object> new_value = args.at(3); in RUNTIME_FUNCTION() local
434 SetScopeVariableValue(ScopeIterator* it, int index, Handle<String> variable_name, Handle<Object> new_value) SetScopeVariableValue() argument
/third_party/glslang/SPIRV/
H A Dhex_float.h406 uint_type new_value = 0; in setFromSignUnbiasedExponentAndNormalizedSignificand() local
/third_party/libcoap/src/
H A Dcoap_io.c616 struct itimerspec new_value; local
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-statm.c333 parser_stack_change_last_uint8(parser_context_t *context_p, uint8_t new_value) parser_stack_change_last_uint8() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h413 void AtomicExchange(MemOperand dst, Register new_value, Register output) { in AtomicExchange() argument
392 AtomicCompareExchange(MemOperand dst, Register old_value, Register new_value, Register output, Register scratch) AtomicCompareExchange() argument
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc1004 MaybeHandle<Object> new_value; in ConstructNewMap() local
45 PrintGeneralization( Isolate* isolate, Handle<Map> map, FILE* file, const char* reason, InternalIndex modify_index, int split, int descriptors, bool descriptor_to_field, Representation old_representation, Representation new_representation, PropertyConstness old_constness, PropertyConstness new_constness, MaybeHandle<FieldType> old_field_type, MaybeHandle<Object> old_value, MaybeHandle<FieldType> new_field_type, MaybeHandle<Object> new_value) PrintGeneralization() argument
/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.c1143 const char *new_value; in pa_source_output_set_property() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h451 uint_type new_value = 0; in setFromSignUnbiasedExponentAndNormalizedSignificand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h451 uint_type new_value = 0; in setFromSignUnbiasedExponentAndNormalizedSignificand() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.c1881 JDIMENSION new_value; in adjust_exif_parameters() local
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h337 void UpdateValue(T new_value, uint8_t* code_buffer = NULL) { in UpdateValue() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h619 void c_replace(Sequence& sequence, const T& old_value, const T& new_value) { in c_replace() argument
622 new_value); in c_replace() local
631 void c_replace_if(C& c, Pred&& pred, T&& new_value) { in c_replace_if() argument
643 c_replace_copy(const C& c, OutputIterator result, T&& old_value, T&& new_value) c_replace_copy() argument
657 c_replace_copy_if(const C& c, OutputIterator result, Pred&& pred, T&& new_value) c_replace_copy_if() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc83 static void SetInvariantChecked(bool new_value) { in SetInvariantChecked() argument
/third_party/spirv-tools/source/util/
H A Dhex_float.h452 uint_type new_value = 0; in setFromSignUnbiasedExponentAndNormalizedSignificand() local
/base/time/time_service/services/
H A Dtime_system_ability.cpp1054 struct itimerspec new_value; in SetAutoReboot() local
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h392 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() argument
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c2881 ecma_number_t new_value = (ecma_get_float_from_value (left_value) + in vm_loop() local
2892 ecma_number_t new_value = ((ecma_number_t) ecma_get_integer_from_value (left_value) + in vm_loop() local
2929 ecma_number_t new_value = (ecma_get_float_from_value (left_value) - in vm_loop() local
2940 ecma_number_t new_value = ((ecma_number_t) ecma_get_integer_from_value (left_value) - in vm_loop() local
2992 ecma_number_t new_value = (ecma_get_float_from_value (left_value) * in vm_loop() local
3003 ecma_number_t new_value = ((ecma_number_t) ecma_get_integer_from_value (left_value) * vm_loop() local
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h384 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c351 DWORD new_value; in check_multisample() local

Completed in 62 milliseconds

12345