Home
last modified time | relevance | path

Searched refs:input (Results 6026 - 6050 of 6469) sorted by relevance

1...<<241242243244245246247248249250>>...259

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c3884 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_script()
4285 int input; in cmd_script() local
4294 input = open(data.path, O_RDONLY); /* input_name */ in cmd_script()
4295 if (input < 0) { in cmd_script()
4301 err = fstat(input, &perf_stat); in cmd_script()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm604 ; faster path for when only left corner is set (3 input: DC, right to DC, below
734 %macro VP9_IADST8_1D 0 ; input/output=m0/1/2/3/4/5/6/7
1513 ; input is DC so all values are identical
3098 ; input is DC so all values are identical
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1022 UChar input[] = {0x30, 0}; /* Input text is decimal '0' */ in TestParseZero() local
1032 dbl = unum_parseDouble( unum, input, -1 /*u_strlen(input)*/, 0 /* 0 = start */, &errorCode ); in TestParseZero()
1339 u_uastrcpy(temp1, "*x#,###,###,##0.0#;*x(###,###,##0.0#)"); // input pattern in TestNumberFormatPadding()
3170 static const UChar input[] = u"199a"; in Test12052_NullPointer() local
3177 unum_parseDoubleCurrency(theFormatter, input, -1, &pos, currency, &status); in Test12052_NullPointer()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dmultiple-emitHelpers-in-different-projects.js3005 [12:00:53 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
3009 [12:01:02 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
4636 [12:01:16 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
4640 [12:01:25 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
H A DstripInternal-jsdoc-style-comment.js5471 [12:00:52 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
5475 [12:01:01 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
7835 [12:01:15 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
7839 [12:01:24 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
H A DstripInternal-with-comments-emit-enabled.js5671 [12:00:55 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
5675 [12:01:04 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
8135 [12:01:18 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
8139 [12:01:27 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1042 F(I31New, const Value& input, Value* result) \
1043 F(I31GetS, const Value& input, Value* result) \
1044 F(I31GetU, const Value& input, Value* result) \
1134 "expected more local decls but reached end of input"); in DecodeLocals()
4411 Value input = Peek(0, 0, kWasmI32); in DecodeGCOpcode() local
4413 CALL_INTERFACE_IF_OK_AND_REACHABLE(I31New, input, &value); in DecodeGCOpcode()
4414 Drop(input); in DecodeGCOpcode()
5246 // Drop the top stack element if present. Takes a Value input for more
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp2319 // Base class for a case with one input attribute (in_v_position) and optionally a TCS; tests with a couple of different sets of tessellation levels.
2761 // Test the "cw" and "ccw" TES input layout qualifiers.
2951 // Test potentially differing input and output patch sizes.
3077 log << TestLog::Message << "Note: input patch size is " << m_inputPatchSize << ", output patch size is " << m_outputPatchSize << TestLog::EndMessage;
3338 log << TestLog::Message << "Note: input patch size is " << INPUT_PATCH_SIZE << ", output patch size is " << OUTPUT_PATCH_SIZE << TestLog::EndMessage;
3914 * Test that the sequence of primitives input to the TES only depends on
4787 * Test that the set of triangles input to the TES only depends on the
4790 * order in which they are input to TES, and can (and will) change the
4812 * Test that the set of inner triangles input to the TES only depends on
4896 * Test that the set of outer triangles input t
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dalps.c16 #include <linux/input.h>
17 #include <linux/input/mt.h>
213 /* Packet formats are described in Documentation/input/devices/alps.rst */
1425 * format of input device name is: "protocol vendor name" in alps_register_bare_ps2_mouse()
3107 * format of input device name is: "protocol vendor name" in alps_init()
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c1160 /* Don't bother queuing skb if kernel socket has no input function */ in netlink_getsockbyportid()
2056 if (cfg && cfg->input) in __netlink_kernel_create()
2057 nlk_sk(sk)->netlink_rcv = cfg->input; in __netlink_kernel_create()
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_quirks.c2510 static const char * const input[] = { in snd_bbfpro_controls_create() local
2524 input[i], output[o]); in snd_bbfpro_controls_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_connectors.c199 /* Maximum allowable input clock in kHz */ in radeon_get_monitor_bpc()
202 DRM_DEBUG("%s: hdmi mode dotclock %d kHz, max tmds input clock %d kHz.\n", in radeon_get_monitor_bpc()
1057 !!(radeon_connector->edid->input & DRM_EDID_INPUT_DIGITAL); in radeon_vga_detect()
1314 !!(radeon_connector->edid->input & DRM_EDID_INPUT_DIGITAL); in radeon_dvi_detect()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba_acpi.c34 #include <linux/input.h>
35 #include <linux/input/sparse-keymap.h>
304 * Perform a raw configuration call. Here we don't care about input or output
681 * LED device is present, but that we just screwed the input in toshiba_eco_mode_available()
2786 dev->hotkey_dev->name = "Toshiba input device"; in toshiba_acpi_setup_keyboard()
2840 pr_info("Unable to register input device\n"); in toshiba_acpi_setup_keyboard()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_acpi.c35 #include <linux/input.h>
36 #include <linux/input/sparse-keymap.h>
311 * Perform a raw configuration call. Here we don't care about input or output
688 * LED device is present, but that we just screwed the input in toshiba_eco_mode_available()
2882 dev->hotkey_dev->name = "Toshiba input device"; in toshiba_acpi_setup_keyboard()
2937 pr_info("Unable to register input device\n"); in toshiba_acpi_setup_keyboard()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2178 const struct dc_dcc_surface_param *input, in dcn20_get_dcc_compression_cap()
2183 input, in dcn20_get_dcc_compression_cap()
2608 /* mem input -> ipp -> dpp -> opp -> TG */ in dcn20_resource_construct()
2614 "DC: failed to create memory input!\n"); in dcn20_resource_construct()
2622 "DC: failed to create input pixel processor!\n"); in dcn20_resource_construct()
2177 dcn20_get_dcc_compression_cap(const struct dc *dc, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) dcn20_get_dcc_compression_cap() argument
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-ocelot.c1244 unsigned int pin, bool input) in ocelot_gpio_set_direction()
1250 input ? 0 : BIT(p)); in ocelot_gpio_set_direction()
1242 ocelot_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin, bool input) ocelot_gpio_set_direction() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c752 edid->input & DRM_EDID_INPUT_DIGITAL && in is_edid_digital_input_dp()
753 (edid->input & DRM_EDID_DIGITAL_TYPE_MASK) == DRM_EDID_DIGITAL_TYPE_DP; in is_edid_digital_input_dp()
2430 * drm_dp_dsc_sink_supported_input_bpcs() - Get all the input bits per component
2434 * input bpcs.
2444 * Number of input BPC values parsed from the DPCD
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2519 long *input, uint32_t size) in smu_od_edit_dpm_table()
2528 ret = smu->ppt_funcs->od_edit_dpm_table(smu, type, input, size); in smu_od_edit_dpm_table()
2517 smu_od_edit_dpm_table(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, long *input, uint32_t size) smu_od_edit_dpm_table() argument
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-core.c25 #include <linux/input.h>
854 /* ignore constant inputs, they will be ignored by hid-input */ in hid_scan_main()
2223 len += sprintf(buf + len, "input"); in hid_connect()
2491 * @count: input size
2965 if (hidinput->input->key[i]) in hid_check_keys_pressed()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Diqs7222.c14 #include <linux/input.h>
15 #include <linux/input/touchscreen.h>
2174 error = fwnode_property_read_u32(event_node, "linux,input-type", in iqs7222_parse_event()
2179 dev_err(&client->dev, "Failed to read %s input type: %d\n", in iqs7222_parse_event()
2183 dev_err(&client->dev, "Invalid %s input type: %d\n", in iqs7222_parse_event()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dalps.c16 #include <linux/input.h>
17 #include <linux/input/mt.h>
213 /* Packet formats are described in Documentation/input/devices/alps.rst */
1425 * format of input device name is: "protocol vendor name" in alps_register_bare_ps2_mouse()
3107 * format of input device name is: "protocol vendor name" in alps_init()
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c1180 /* Don't bother queuing skb if kernel socket has no input function */ in netlink_getsockbyportid()
2050 if (cfg && cfg->input) in __netlink_kernel_create()
2051 nlk_sk(sk)->netlink_rcv = cfg->input; in __netlink_kernel_create()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpmtu.sh959 input="${1}"
962 for i in ${input}; do
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp241 inline UnicodeString str(const char *input) in str() argument
243 return CharsToUnicodeString(input); in str()
2681 // set up the input date string & expected output
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha512-mips.S42 daddu $23,$5 # pointer to the end of input
3116 ld $23,16*8($29) # restore pointer to the end of input

Completed in 111 milliseconds

1...<<241242243244245246247248249250>>...259