/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 1864 * the input is preloaded */ in emit_intrinsic() 1866 unsigned *input = offset ? &ctx->blend_src1 : &ctx->blend_input; in emit_intrinsic() local 1868 if (*input == ~0) in emit_intrinsic() 1869 *input = reg; in emit_intrinsic() 1871 emit_mir_instruction(ctx, v_mov(*input, reg)); in emit_intrinsic() 2656 * where both input and output are 16-bit but the operation is carried in max_bitsize_for_alu()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 477 LLVMValueRef input, in merge_64bit() 496 return LLVMBuildShuffleVector(builder, input, input2, LLVMConstVector(shuffles, len), ""); in merge_64bit() 530 LLVMValueRef input, in merge_16bit() 549 return LLVMBuildShuffleVector(builder, input, input2, LLVMConstVector(shuffles, len), ""); in merge_16bit() 476 merge_64bit(struct lp_build_nir_context *bld_base, LLVMValueRef input, LLVMValueRef input2) merge_64bit() argument 529 merge_16bit(struct lp_build_nir_context *bld_base, LLVMValueRef input, LLVMValueRef input2) merge_16bit() argument
|
/third_party/python/Lib/test/ |
H A D | test_bytes.py | 262 input = list(map(ord, "Hello")) 263 b = self.type2test(input) 265 input.reverse() 266 self.assertEqual(output, input)
|
H A D | test_ast.py | 321 for input, output, kind in ((exec_tests, exec_results, "exec"), 324 for i, o in zip(input, output): 325 with self.subTest(action="parsing", input=i): 329 with self.subTest(action="compiling", input=i, kind=kind):
|
H A D | test_unicode.py | 30 def decode1(input, errors="strict"): 32 def encode1(input, errors="strict"): 34 def encode2(input, errors="strict"): 36 def decode2(input, errors="strict"):
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | emitHelpers-in-only-one-dependency-project.js | 2371 [[90m12:00:51 AM[0m] 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'
2375 [[90m12:01:00 AM[0m] 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'
3552 [[90m12:01:14 AM[0m] 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'
3556 [[90m12:01:23 AM[0m] 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'
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 2149 "Set GPIO %d (shift %d) -> input\n", in bnx2x_set_gpio() 2193 DP(NETIF_MSG_LINK, "Set GPIO 0x%x -> input\n", pins); in bnx2x_set_mult_gpio() 2290 DP(NETIF_MSG_HW, "Set SPIO 0x%x -> input\n", spio); in bnx2x_set_spio() 2465 struct cmng_init_input *input) in bnx2x_calc_vn_min() 2484 input->vnic_min_rate[vn] = vn_min_rate; in bnx2x_calc_vn_min() 2489 input->flags.cmng_enables &= in bnx2x_calc_vn_min() 2493 input->flags.cmng_enables &= in bnx2x_calc_vn_min() 2498 input->flags.cmng_enables |= in bnx2x_calc_vn_min() 2503 struct cmng_init_input *input) in bnx2x_calc_vn_max() 2523 input in bnx2x_calc_vn_max() 2464 bnx2x_calc_vn_min(struct bnx2x *bp, struct cmng_init_input *input) bnx2x_calc_vn_min() argument 2502 bnx2x_calc_vn_max(struct bnx2x *bp, int vn, struct cmng_init_input *input) bnx2x_calc_vn_max() argument 2574 struct cmng_init_input input; bnx2x_cmng_fns_init() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 2147 "Set GPIO %d (shift %d) -> input\n", in bnx2x_set_gpio() 2191 DP(NETIF_MSG_LINK, "Set GPIO 0x%x -> input\n", pins); in bnx2x_set_mult_gpio() 2288 DP(NETIF_MSG_HW, "Set SPIO 0x%x -> input\n", spio); in bnx2x_set_spio() 2463 struct cmng_init_input *input) in bnx2x_calc_vn_min() 2482 input->vnic_min_rate[vn] = vn_min_rate; in bnx2x_calc_vn_min() 2487 input->flags.cmng_enables &= in bnx2x_calc_vn_min() 2491 input->flags.cmng_enables &= in bnx2x_calc_vn_min() 2496 input->flags.cmng_enables |= in bnx2x_calc_vn_min() 2501 struct cmng_init_input *input) in bnx2x_calc_vn_max() 2521 input in bnx2x_calc_vn_max() 2462 bnx2x_calc_vn_min(struct bnx2x *bp, struct cmng_init_input *input) bnx2x_calc_vn_min() argument 2500 bnx2x_calc_vn_max(struct bnx2x *bp, int vn, struct cmng_init_input *input) bnx2x_calc_vn_max() argument 2572 struct cmng_init_input input; bnx2x_cmng_fns_init() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 3486 const struct pipe_constant_buffer *input) in crocus_set_constant_buffer() 3493 util_copy_constant_buffer(&shs->constbufs[index], input, take_ownership); in crocus_set_constant_buffer() 3495 if (input && input->buffer_size && (input->buffer || input->user_buffer)) { in crocus_set_constant_buffer() 3498 if (input->user_buffer) { in crocus_set_constant_buffer() 3501 u_upload_alloc(ice->ctx.const_uploader, 0, input->buffer_size, 64, in crocus_set_constant_buffer() 3511 memcpy(map, input->user_buffer, input in crocus_set_constant_buffer() 3483 crocus_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned index, bool take_ownership, const struct pipe_constant_buffer *input) crocus_set_constant_buffer() argument [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 2919 // If pg is all inactive, the input is passed through unchanged. 5623 // Broadcasting an data within the input array. 5632 // Selecting an data beyond the input array. 5655 uint64_t input = core.zreg_lane(z9.GetCode(), kBRegSize, i); 5656 ASSERT_EQUAL_64(expected, input); 5663 uint64_t input = core.zreg_lane(z9.GetCode(), kHRegSize, i); 5664 ASSERT_EQUAL_64(expected, input); 5671 uint64_t input = core.zreg_lane(z9.GetCode(), kSRegSize, i); 5672 ASSERT_EQUAL_64(expected, input); 5679 uint64_t input [all...] |
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_stub_permission_test.cpp | 132 int32_t ProcessCastAudioCommand(const RemoteServiceCommand command, const std::string &input,
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 18 #include <linux/input.h> 442 MMI_HILOGI("Set para input.pointer.device true"); in OnInputDeviceAdded() 520 MMI_HILOGI("Set para input.pointer.device false"); in ScanPointerDevice() 581 MMI_HILOGD("Find input device id success"); in FindInputDeviceId() 585 MMI_HILOGE("Find input device id failed"); in FindInputDeviceId() 611 mprintf(fd, "Virtual input devices: count=%zu", virtualInputDevices_.size()); in Dump() 695 MMI_HILOGD("Enable input device:%{public}s", enable ? "true" : "false"); in OnEnableInputDevice()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 18 #include <linux/input.h>
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-max77693.c | 12 #include <linux/input.h> 1102 /* Register input device for button of dock device */ in max77693_muic_probe() 1105 dev_err(&pdev->dev, "%s: failed to allocate input\n", __func__); in max77693_muic_probe() 1122 dev_err(&pdev->dev, "Cannot register input device error(%d)\n", in max77693_muic_probe()
|
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | sama7g5.c | 768 .input = { .min = 12000000, .max = 50000000 },
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 26 asmlinkage u32 ce_aes_sub(u32 input);
|
H A D | sha256-armv4.pl | 532 vld1.8 {@X[0]},[$inp]! @ load next input block
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | ezx.c | 18 #include <linux/input.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 115 // input lut is different than most LUTs, just plain 256-entry lookup 270 const struct dc_dcc_surface_param *input,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 26 asmlinkage u32 ce_aes_sub(u32 input);
|
H A D | sha256-armv4.pl | 532 vld1.8 {@X[0]},[$inp]! @ load next input block
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hiddev.c | 20 #include <linux/input.h>
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | gamecon.c | 24 #include <linux/input.h> 814 pr_err("Not enough memory for input device\n"); in gc_setup_pad() 821 "%s/input%d", gc->pd->port->name, idx); in gc_setup_pad()
|
H A D | analog.c | 19 #include <linux/input.h> 183 * analog_decode() decodes analog joystick data and reports input events. 347 * analog_open() is a callback from the input open routine. 359 * analog_close() is a callback from the input close routine. 453 "%s/input%d", port->gameport->phys, index); in analog_init_device() 534 * analog_init_devices() sets up device-specific values and registers the input devices.
|
H A D | db9.c | 21 #include <linux/input.h> 607 printk(KERN_ERR "db9.c: Not enough memory for input device\n"); in db9_attach() 612 "%s/input%d", db9->pd->port->name, i); in db9_attach()
|