Home
last modified time | relevance | path

Searched refs:value (Results 10801 - 10825 of 31723) sorted by relevance

1...<<431432433434435436437438439440>>...1269

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lg4ff.h9 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data);
16 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) { return 0; } in lg4ff_adjust_input_event()
15 lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) lg4ff_adjust_input_event() argument
H A Dhid-xinmo.c26 struct hid_usage *usage, __s32 value) in xinmo_event()
33 if (value < -1) { in xinmo_event()
25 xinmo_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) xinmo_event() argument
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds.h22 void led_set_brightness_nopm(struct led_classdev *led_cdev, unsigned int value);
23 void led_set_brightness_nosleep(struct led_classdev *led_cdev, unsigned int value);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvalues.h15 u64 **value; member
23 u64 rawid, const char *name, u64 value);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_percpu_array_map.c19 __type(value, __u32);
31 void *pptr = ctx->value; in dump_bpf_percpu_array_map()
H A Dget_cgroup_id_kern.c11 __type(value, __u64);
18 __type(value, __u32);
H A Drecursion.c14 __type(value, long);
21 __type(value, long);
H A Dtest_core_retro.c15 __type(value, int);
22 __type(value, int);
H A Dtest_perf_buffer.c12 __type(value, int);
19 __type(value, int);
H A Dtest_pe_preserve_elems.c11 __type(value, int);
18 __type(value, int);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.h33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);
34 int trace_log_counter(struct trace_buffer *tb, u64 value);
/kernel/liteos_a/kernel/extended/plimit/
H A Dlos_schedlimit.h58 UINT32 OsSchedLimitSetPeriod(ProcSchedLimiter *schedLimit, UINT64 value);
59 UINT32 OsSchedLimitSetQuota(ProcSchedLimiter *schedLimit, UINT64 value);
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr_mix22.h22 int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value);
23 int hr222_write_gpo(struct pcxhr_mgr *mgr, int value);
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_pid_container_023.cpp34 int value = *((int*)arg); in ChildFunc() local
35 if (value != CHILD_FUNC_ARG) { in ChildFunc()
H A DIt_user_container_001.cpp37 int value = *((int*)arg); in childFunc() local
38 if (value != CHILD_FUNC_ARG) { in childFunc()
/test/testfwk/developer_test/src/core/driver/
H A Dparser.py35 code = ResultCode.UNKNOWN.value
49 code = ResultCode.UNKNOWN.value
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker_015.js35 ss.postMessage({type: "new", value: data.value + 1}); // 11
/third_party/ffmpeg/libavcodec/mips/
H A Dblockdsp_mips.h32 void ff_fill_block16_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h);
33 void ff_fill_block8_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h);
/third_party/elfutils/backends/
H A Dsparc_attrs.c41 const char *vendor, int tag, uint64_t value, in sparc_check_object_attribute()
91 if (value & (1U << cap)) in sparc_check_object_attribute()
40 sparc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) sparc_check_object_attribute() argument
/third_party/elfutils/libasm/
H A Dasm_error.c55 __libasm_seterrno (int value) in __libasm_seterrno() argument
57 global_error = value; in __libasm_seterrno()
/third_party/backends/include/sane/
H A Dsanei.h112 /** @fn extern SANE_Status sanei_check_value (const SANE_Option_Descriptor * opt, void * value);
116 * @param value value of the option
120 * - SANE_STATUS_INVAL - if the value doesn't fit inside the constraint
125 /** @fn extern SANE_Status sanei_constrain_value (const SANE_Option_Descriptor * opt, void * value, SANE_Word * info);
126 * Check the constraints of a SANE option and adjust its value if necessary.
128 * Depending on the type of the option and constraint, value is modified
132 * @param value value of the option
133 * @param info info is set to SANE_INFO_INEXACT if value wa
[all...]
/third_party/gn/src/gn/
H A Dparse_node_value_adapter.cc19 ref_ = scope->GetValue(identifier->value().value(), true); in Init()
41 // identifier node rather than the original value. in InitForType()
/third_party/icu/icu4c/source/common/unicode/
H A Derrorcode.h101 /** Returns the UErrorCode value. @stable ICU 4.2 */
103 /** Sets the UErrorCode value. @stable ICU 4.2 */
104 void set(UErrorCode value) { errorCode=value; } in set() argument
105 /** Returns the UErrorCode value and resets it to U_ZERO_ERROR. @stable ICU 4.2 */
118 * Return a string for the UErrorCode value.
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-try-catch-macro.h26 * Otherwise, throw-completion value is just copied to return_value.
57 * The macro defines try-block that tries to perform ToNumber operation on given value
61 * Otherwise, throw-completion value is just copied to return_value.
67 #define ECMA_OP_TO_NUMBER_TRY_CATCH(num_var, value, return_value) \
70 return_value = ecma_get_number (value, &num_var); \
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
H A D15.02.03-019.js22 value: "I'm prop1"
28 value: "I'm prop2"

Completed in 15 milliseconds

1...<<431432433434435436437438439440>>...1269