Home
last modified time | relevance | path

Searched refs:value (Results 9376 - 9400 of 37492) sorted by relevance

1...<<371372373374375376377378379380>>...1500

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-speedlink.c43 struct hid_usage *usage, __s32 value) in speedlink_event()
48 * by the device. Some devices only send them with value==+256, others in speedlink_event()
49 * don't. However, catching abs(value)>=256 is restrictive enough not in speedlink_event()
52 if (abs(value) >= 256) in speedlink_event()
55 if (value == 0) in speedlink_event()
42 speedlink_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) speedlink_event() argument
/kernel/linux/linux-6.6/tools/power/cpupower/lib/
H A Dacpi_cppc.c40 unsigned long long value; in acpi_cppc_get_data() local
53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
58 return value; in acpi_cppc_get_data()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_sk_storage_map.c14 __type(value, int);
25 __u32 *val = ctx->value; in rw_bpf_sk_storage_map()
44 __u32 *val = ctx->value; in oob_write_bpf_sk_storage_map()
H A Dtest_sockmap_update.c10 __type(value, __u64);
17 __type(value, __u64);
24 __type(value, __u64);
H A Dtest_ringbuf_map_key.c13 long value; member
25 __type(value, int);
51 sample->value = 42; in test_ringbuf_mem_map_key()
64 * sample field as value below in test_ringbuf_mem_map_key()
/kernel/liteos_m/testsuites/unittest/fuzz/src/semaphore/
H A Dsem_timedwait_fuzz.c55 int pshared, value; in SemTimedWaitFuzzTest() local
70 value = (*(unsigned int *)DT_SetGetU32(&g_element[1], 0)) % MAX_SEM_VALUE; in SemTimedWaitFuzzTest()
71 sem_init(&sem, pshared, value); in SemTimedWaitFuzzTest()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_cif.h49 unsigned int value; in tegra_set_cif() local
51 value = (conf->threshold << TEGRA_ACIF_CTRL_FIFO_TH_SHIFT) | in tegra_set_cif()
62 regmap_update_bits(regmap, reg, TEGRA_ACIF_UPDATE_MASK, value); in tegra_set_cif()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
H A Ddrag_setNodeDragPreview.cpp28 ArkUI_NumberValue value[] = {{.f32 = size}}; in drag_SetNodeDragPreview_001() local
29 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in drag_SetNodeDragPreview_001()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dipcndk.cpp29 int value = FAIL; in Ftok() local
33 value = SUCCESS; in Ftok()
37 napi_create_int32(env, value, &result); in Ftok()
H A Dtermiosndk1.cpp31 int value = FAIL; in Cfgetospeed() local
35 value = SUCCESS; in Cfgetospeed()
38 napi_create_int32(env, value, &result); in Cfgetospeed()
/third_party/gn/src/gn/
H A Doutput_file.cc16 : value_(RebasePath(source_file.value(), in OutputFile()
24 std::string path = build_settings->build_dir().value(); in AsSourceFile()
35 std::string path = build_settings->build_dir().value(); in AsSourceDir()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DImmutableEntry.java24 ImmutableEntry(K key, V value) { in ImmutableEntry() argument
26 v = value; in ImmutableEntry()
33 public V setValue(V value) { in setValue() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DImmutableEntry.java21 ImmutableEntry(K key, V value) { in ImmutableEntry() argument
23 v = value; in ImmutableEntry()
30 public V setValue(V value) { in setValue() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dtypedarray-prototype-keys.js41 assert (current_item.value === i);
47 assert (current_item.value === undefined);
66 assert (current_item.value === undefined);
/third_party/jerryscript/tests/jerry/
H A Dobject-defineproperty.js18 value: 2010,
37 assert (desc.value === 2010);
62 set: function(value) { throw 234; },
/third_party/jerryscript/tests/unit-libm/
H A Dtest-libm.c40 double value; member
51 computed_bits.value = computed; in check_double()
52 expected_bits.value = expected; in check_double()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.h20 tu6_clear_lrz(struct tu_cmd_buffer *cmd, struct tu_cs *cs, struct tu_image* image, const VkClearValue *value);
38 const VkClearValue *value);
44 const VkClearValue *value);
/third_party/node/test/node-api/test_worker_buffer_callback/
H A Dtest_worker_buffer_callback.c10 napi_value value; in GetFreeCallCount() local
11 NODE_API_CALL(env, napi_create_uint32(env, free_call_count, &value)); in GetFreeCallCount()
12 return value; in GetFreeCallCount()
/third_party/node/test/parallel/
H A Dtest-http2-client-setNextStreamID-errors.js36 message: 'The value of "id" is out of range.' +
42 Object.entries(types).forEach(([type, value]) => {
48 () => client.setNextStreamID(value),
53 common.invalidArgTypeHelper(value)
/third_party/node/deps/v8/src/zone/
H A Dzone-compression.h26 // value earlier.
27 // 4) decompression requires "zone cage" address value, which is computed on
50 inline static uint32_t Compress(const void* value) { in Compress()
51 Address raw_value = reinterpret_cast<Address>(value); in Compress()
53 DCHECK_IMPLIES(compressed_value == 0, value == nullptr); in Compress()
/third_party/node/deps/npm/node_modules/jsonparse/examples/
H A Dtwitterfeed.js23 p.onValue = function (value) {
24 if (this.stack.length === 1 && this.key === 'text') { text = value; }
25 if (this.stack.length === 2 && this.key === 'name' && this.stack[1].key === 'user') { name = value; }
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Dword.js5 value: true
70 wordDiff.tokenize = function (value) {
72 var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set.
/third_party/libinput/src/
H A Dutil-input-event.h35 int value) in input_event_init()
44 ev.value = value; in input_event_init()
32 input_event_init(uint64_t time, unsigned int type, unsigned int code, int value) input_event_init() argument
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_conditionals.sh22 local value="$(id -u $user)"
23 [ "$request" = 'gid' -o "$request" = 'fgroup' ] && value="$(id -g $user)"
30 ROD echo "measure $request=$value" \> $IMA_POLICY
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll01.sh21 local value=${1:-"0"}
22 tst_set_sysctl net.core.busy_read $value safe
23 tst_set_sysctl net.core.busy_poll $value safe

Completed in 15 milliseconds

1...<<371372373374375376377378379380>>...1500