| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | emc2103.c | 425 long new_value; in pwm1_enable_store() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mqueue/ |
| H A D | mq_perf_tests.c | 249 int new_value; in set() local 262 int new_value; in try_set() local
|
| /kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
| H A D | cpufreq.c | 177 sysfs_cpufreq_write_one_value(unsigned int cpu, enum cpufreq_write which, const char *new_value, size_t len) sysfs_cpufreq_write_one_value() argument
|
| /third_party/gn/src/gn/ |
| H A D | scope.cc | 325 const Value& new_value = pair.second.value; in NonRecursiveMergeTo() local
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_shader_util.c | 804 uint32_t new_value = (value & ~cu_en_mask) | in ac_set_reg_cu_en() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-array-object.c | 948 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 D | int64-lowering.cc | 1011 Node* new_value = node->InputAt(3); in LowerNode() local
|
| H A D | load-elimination.cc | 973 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 D | debug-scopes.cc | 974 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 D | external-reference.cc | 1237 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 D | runtime-debug.cc | 459 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
|
| /kernel/linux/linux-5.10/block/ |
| H A D | bfq-wf2q.c | 1330 static void bfq_update_vtime(struct bfq_service_tree *st, u64 new_value) in bfq_update_vtime() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | rtas.c | 647 int rtas_set_indicator(int indicator, int index, int new_value) in rtas_set_indicator() argument 668 int rtas_set_indicator_fast(int indicator, int index, int new_value) in rtas_set_indicator_fast() argument
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-lg4ff.c | 280 s32 new_value; in lg4ff_adjust_dfp_x_axis() local 304 s32 new_value = 0; in lg4ff_adjust_input_event() local
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-kvm.c | 852 struct itimerspec new_value; in perf_kvm__timerfd_create() local
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | params.c | 316 bool new_value; in param_set_bool_enable_only() local
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | params.c | 335 bool new_value; in param_set_bool_enable_only() local
|
| /kernel/linux/linux-6.6/block/ |
| H A D | bfq-wf2q.c | 1276 static void bfq_update_vtime(struct bfq_service_tree *st, u64 new_value) in bfq_update_vtime() argument
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-lg4ff.c | 280 s32 new_value; in lg4ff_adjust_dfp_x_axis() local 304 s32 new_value = 0; in lg4ff_adjust_input_event() local
|
| /third_party/glslang/SPIRV/ |
| H A D | hex_float.h | 406 uint_type new_value = 0; in setFromSignUnbiasedExponentAndNormalizedSignificand() local
|
| /third_party/libcoap/src/ |
| H A D | coap_io.c | 616 struct itimerspec new_value; local [all...] |
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | js-parser-statm.c | 333 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 D | macro-assembler-ppc.h | 413 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 D | map-updater.cc | 1004 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 D | source-output.c | 1143 const char *new_value; in pa_source_output_set_property() local
|