/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_ioctl.c | 219 struct drm_virtgpu_3d_transfer_from_host *args = data; in virtio_gpu_transfer_from_host_ioctl() local 224 u32 offset = args->offset; in virtio_gpu_transfer_from_host_ioctl() 230 objs = virtio_gpu_array_from_handles(file, &args->bo_handle, 1); in virtio_gpu_transfer_from_host_ioctl() 240 if (!bo->host3d_blob && (args->stride || args->layer_stride)) { in virtio_gpu_transfer_from_host_ioctl() 256 (vgdev, vfpriv->ctx_id, offset, args->level, args->stride, in virtio_gpu_transfer_from_host_ioctl() 257 args->layer_stride, &args->box, objs, fence); in virtio_gpu_transfer_from_host_ioctl() 274 struct drm_virtgpu_3d_transfer_to_host *args in virtio_gpu_transfer_to_host_ioctl() local 334 struct drm_virtgpu_3d_wait *args = data; virtio_gpu_wait_ioctl() local 362 struct drm_virtgpu_get_caps *args = data; virtio_gpu_get_caps_ioctl() local 574 struct drm_virtgpu_context_init *args = data; virtio_gpu_context_init_ioctl() local [all...] |
/third_party/node/deps/v8/tools/release/ |
H A D | test_scripts.py | 98 def Cmd(*args, **kwargs): 102 "args": args, 103 "ret": args[-1], 113 "args": [], 120 def URL(*args, **kwargs): 124 "args": args[:-1], 125 "ret": args[-1], 139 def Call(self, name, *args, **kwarg [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericRestParameters1.js | 34 declare function f10<T extends unknown[]>(...args: T): T; 53 declare function f11<T extends (string | number | boolean)[]>(...args: T): T; 72 function call<T extends unknown[], U>(f: (...args: T) => U, ...args: T) { 73 return f(...args); 76 function callr<T extends unknown[], U>(args: T, f: (...args: T) => U) { 77 return f(...args); 124 declare function f30<T, U extends ((x: T) => any)[]>(x: T, ...args: U): U; 129 type T02 = Parameters<(...args [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | core.c | 130 of_pwm_xlate_with_flags(struct pwm_chip *chip, const struct of_phandle_args *args) in of_pwm_xlate_with_flags() argument 138 if (args->args_count < 2) in of_pwm_xlate_with_flags() 141 if (args->args[0] >= chip->npwm) in of_pwm_xlate_with_flags() 144 pwm = pwm_request_from_chip(chip, args->args[0], NULL); in of_pwm_xlate_with_flags() 148 pwm->args.period = args->args[1]; in of_pwm_xlate_with_flags() 149 pwm->args in of_pwm_xlate_with_flags() 161 of_pwm_single_xlate(struct pwm_chip *chip, const struct of_phandle_args *args) of_pwm_single_xlate() argument 690 struct of_phandle_args args; of_pwm_get() local 770 struct fwnode_reference_args args; acpi_pwm_get() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 671 struct drm_msm_param *args = data; in msm_ioctl_get_param() local 677 if ((args->pipe != MSM_PIPE_3D0) || (args->pad != 0)) in msm_ioctl_get_param() 686 args->param, &args->value, &args->len); in msm_ioctl_get_param() 693 struct drm_msm_param *args = data; in msm_ioctl_set_param() local 696 if ((args->pipe != MSM_PIPE_3D0) || (args->pad != 0)) in msm_ioctl_set_param() 705 args in msm_ioctl_set_param() 711 struct drm_msm_gem_new *args = data; msm_ioctl_gem_new() local 746 struct drm_msm_gem_cpu_prep *args = data; msm_ioctl_gem_cpu_prep() local 770 struct drm_msm_gem_cpu_fini *args = data; msm_ioctl_gem_cpu_fini() local 828 struct drm_msm_gem_info *args = data; msm_ioctl_gem_info() local 964 struct drm_msm_wait_fence *args = data; msm_ioctl_wait_fence() local 990 struct drm_msm_gem_madvise *args = data; msm_ioctl_gem_madvise() local 1022 struct drm_msm_submitqueue *args = data; msm_ioctl_submitqueue_new() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 31 if self.args.verbose > 1: 33 if self.args.valgrind: 39 if self.args.verbose > 1: 47 if self.args.verbose < 4: 67 if not self.args.valgrind: 70 if self.args.verbose > 1: 80 if self.args.verbose > 1: 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 97 if self.args.verbose > 1: 102 if not self.args [all...] |
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | ti_sci_pm_domains.c | 92 unsigned int idx = genpdspec->args[0]; in ti_sci_pd_xlate() 106 genpdspec->args[1]; in ti_sci_pd_xlate() 123 struct of_phandle_args args; in ti_sci_pm_domain_probe() local 151 index, &args); in ti_sci_pm_domain_probe() 155 if (args.args_count >= 1 && args.np == dev->of_node) { in ti_sci_pm_domain_probe() 156 if (args.args[0] > max_id) in ti_sci_pm_domain_probe() 157 max_id = args.args[ in ti_sci_pm_domain_probe() [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/ti/ |
H A D | ti_sci_pm_domains.c | 92 unsigned int idx = genpdspec->args[0]; in ti_sci_pd_xlate() 106 genpdspec->args[1]; in ti_sci_pd_xlate() 123 struct of_phandle_args args; in ti_sci_pm_domain_probe() local 147 index, &args); in ti_sci_pm_domain_probe() 151 if (args.args_count >= 1 && args.np == dev->of_node) { in ti_sci_pm_domain_probe() 152 if (args.args[0] > max_id) in ti_sci_pm_domain_probe() 153 max_id = args.args[ in ti_sci_pm_domain_probe() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 31 if self.args.verbose > 1: 33 if self.args.valgrind: 39 if self.args.verbose > 1: 47 if self.args.verbose < 4: 67 if not self.args.valgrind: 70 if self.args.verbose > 1: 80 if self.args.verbose > 1: 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 97 if self.args.verbose > 1: 102 if not self.args [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_scrypt.cc | 57 const FunctionCallbackInfo<Value>& args, in AdditionalConfig() 60 Environment* env = Environment::GetCurrent(args); in AdditionalConfig() 64 ArrayBufferOrViewContents<char> pass(args[offset]); in AdditionalConfig() 65 ArrayBufferOrViewContents<char> salt(args[offset + 1]); in AdditionalConfig() 85 CHECK(args[offset + 2]->IsUint32()); // N in AdditionalConfig() 86 CHECK(args[offset + 3]->IsUint32()); // r in AdditionalConfig() 87 CHECK(args[offset + 4]->IsUint32()); // p in AdditionalConfig() 88 CHECK(args[offset + 5]->IsNumber()); // maxmem in AdditionalConfig() 89 CHECK(args[offset + 6]->IsInt32()); // length in AdditionalConfig() 91 params->N = args[offse in AdditionalConfig() 55 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, ScryptConfig* params) AdditionalConfig() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-runner-coverage.js | 74 const args = ['--experimental-test-coverage', fixture]; 75 const result = spawnSync(process.execPath, args); 87 const args = ['--experimental-test-coverage', '--test-reporter', 'tap', fixture]; 89 const result = spawnSync(process.execPath, args, options); 100 const args = ['--experimental-test-coverage', '--test-reporter', 'tap', fixture]; 101 const result = spawnSync(process.execPath, args); 114 const args = ['--experimental-test-coverage', '--test-reporter', 'spec', fixture]; 116 const result = spawnSync(process.execPath, args, options); 127 const args = ['--experimental-test-coverage', '--test-reporter', 'spec', fixture]; 128 const result = spawnSync(process.execPath, args); [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-reflect.cc | 22 DCHECK_LE(4, args.length()); in BUILTIN() 23 Handle<Object> target = args.at(1); in BUILTIN() 24 Handle<Object> key = args.at(2); in BUILTIN() 25 Handle<Object> attributes = args.at(3); in BUILTIN() 52 DCHECK_LE(3, args.length()); in BUILTIN() 53 Handle<Object> target = args.at(1); in BUILTIN() 54 Handle<Object> key = args.at(2); in BUILTIN() 78 DCHECK_LE(2, args.length()); in BUILTIN() 79 Handle<Object> target = args.at(1); in BUILTIN() 100 Handle<Object> target = args in BUILTIN() [all...] |
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | syscall.h | 55 unsigned long *args) in syscall_get_arguments() 57 args[0] = regs->orig_a0; in syscall_get_arguments() 58 args++; in syscall_get_arguments() 59 memcpy(args, ®s->a1, 5 * sizeof(args[0])); in syscall_get_arguments() 64 const unsigned long *args) in syscall_set_arguments() 66 regs->orig_a0 = args[0]; in syscall_set_arguments() 67 args++; in syscall_set_arguments() 68 memcpy(®s->a1, args, 5 * sizeof(regs->a1)); in syscall_set_arguments() 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument 63 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, const unsigned long *args) syscall_set_arguments() argument
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | syscall.h | 60 unsigned long *args) in syscall_get_arguments() 62 args[0] = regs->orig_a0; in syscall_get_arguments() 63 args++; in syscall_get_arguments() 64 memcpy(args, ®s->a1, 5 * sizeof(args[0])); in syscall_get_arguments() 69 const unsigned long *args) in syscall_set_arguments() 71 regs->orig_a0 = args[0]; in syscall_set_arguments() 72 args++; in syscall_set_arguments() 73 memcpy(®s->a1, args, 5 * sizeof(regs->a1)); in syscall_set_arguments() 58 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) syscall_get_arguments() argument 67 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, const unsigned long *args) syscall_set_arguments() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.sh | 29 local -r args="$@ -v 1000 -V 6000" 31 ./txtimestamp ${args} -4 -L 127.0.0.1 32 ./txtimestamp ${args} -6 -L ::1 36 local -r args=$@ 38 run_test_v4v6 ${args} # tcp 39 run_test_v4v6 ${args} -u # udp 40 run_test_v4v6 ${args} -r # raw 41 run_test_v4v6 ${args} -R # raw (IPPROTO_RAW) 42 run_test_v4v6 ${args} -P # pf_packet 59 echo "Usage: $0 [ -r | --run ] <txtimestamp args> | [ [all...] |
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_log.h | 81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) 82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) 84 #define esas2r_debug(f, args ...) 85 #define esas2r_hdebug(f, args ...) 108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ 110 ## args) 115 #define esas2r_trace(f, args ...)
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | mxm-wmi.c | 26 u32 args; member 32 struct mxds_args args = { in mxm_wmi_call_mxds() local 34 .args = 0, in mxm_wmi_call_mxds() 37 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxds() 55 struct mxds_args args = { in mxm_wmi_call_mxmx() local 57 .args = 0, in mxm_wmi_call_mxmx() 60 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxmx()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | mxm-wmi.c | 26 u32 args; member 32 struct mxds_args args = { in mxm_wmi_call_mxds() local 34 .args = 0, in mxm_wmi_call_mxds() 37 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxds() 55 struct mxds_args args = { in mxm_wmi_call_mxmx() local 57 .args = 0, in mxm_wmi_call_mxmx() 60 struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; in mxm_wmi_call_mxmx()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | txtimestamp.sh | 29 local -r args="$@ -v 1000 -V 6000" 31 ./txtimestamp ${args} -4 -L 127.0.0.1 32 ./txtimestamp ${args} -6 -L ::1 36 local -r args=$@ 38 run_test_v4v6 ${args} # tcp 39 run_test_v4v6 ${args} -u # udp 40 run_test_v4v6 ${args} -r # raw 41 run_test_v4v6 ${args} -R # raw (IPPROTO_RAW) 42 run_test_v4v6 ${args} -P # pf_packet 59 echo "Usage: $0 [ -r | --run ] <txtimestamp args> | [ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_log.h | 81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) 82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) 84 #define esas2r_debug(f, args ...) 85 #define esas2r_hdebug(f, args ...) 108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ 110 ## args) 115 #define esas2r_trace(f, args ...)
|
/third_party/mesa3d/.gitlab-ci/fossils/ |
H A D | query_fossils_yaml.py | 29 def cmd_fossils_db_repo(args): 30 with open(args.file, 'r') as f: 34 def cmd_fossils_db_commit(args): 35 with open(args.file, 'r') as f: 39 def cmd_fossils(args): 40 with open(args.file, 'r') as f: 65 args = parser.parse_args() 66 args.func(args)
|
/third_party/jerryscript/jerry-port/default/ |
H A D | default-io.c | 85 va_list args; in jerry_port_log() local 86 va_start (args, format); in jerry_port_log() 90 int length = vsnprintf (NULL, 0, format, args); in jerry_port_log() 91 va_end (args); in jerry_port_log() 92 va_start (args, format); in jerry_port_log() 95 vsnprintf (buffer, (size_t) length + 1, format, args); in jerry_port_log() 102 vfprintf (stderr, format, args); in jerry_port_log() 105 vfprintf (stderr, format, args); in jerry_port_log() 107 va_end (args); in jerry_port_log()
|
/third_party/jsoncpp/ |
H A D | install.py | 22 def untar_file(tar_file_path, extract_path, args): 28 tar_cmd = ['tar', '-zxvf', tar_file_path, '-C', args.gen_dir] 49 def do_patch(args, target_dir): 58 file_path = os.path.join(args.source_file, patch) 66 args = libpng_path.parse_args() 67 tar_file_path = os.path.join(args.source_file, "jsoncpp-1.9.5.tar.gz") 68 target_dir = os.path.join(args.gen_dir, "jsoncpp-1.9.5") 69 untar_file(tar_file_path, target_dir, args) 70 do_patch(args, target_dir)
|
/third_party/libxml2/ |
H A D | install.py | 22 def untar_file(tar_file_path, extract_path, args): 28 tar_cmd = ['tar', '-xvf', tar_file_path, '-C', args.gen_dir] 49 def do_patch(args, target_dir): 237 file_path = os.path.join(args.source_file, patch) 245 args = libpng_path.parse_args() 246 tar_file_path = os.path.join(args.source_file, "libxml2-2.9.14.tar.xz") 247 target_dir = os.path.join(args.gen_dir, "libxml2-2.9.14") 248 untar_file(tar_file_path, target_dir, args) 249 do_patch(args, target_dir)
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | virtio_fs.c | 482 /* Allocate and copy args into req->argbuf */ 485 struct fuse_args *args = req->args; in copy_args_to_argbuf() local 492 num_in = args->in_numargs - args->in_pages; in copy_args_to_argbuf() 493 num_out = args->out_numargs - args->out_pages; in copy_args_to_argbuf() 494 len = fuse_len_args(num_in, (struct fuse_arg *) args->in_args) + in copy_args_to_argbuf() 495 fuse_len_args(num_out, args->out_args); in copy_args_to_argbuf() 503 args in copy_args_to_argbuf() 512 copy_args_from_argbuf(struct fuse_args *args, struct fuse_req *req) copy_args_from_argbuf() argument 554 struct fuse_args *args; virtio_fs_request_complete() local 1047 struct fuse_args *args = req->args; sg_count_fuse_req() local 1098 sg_init_fuse_args(struct scatterlist *sg, struct fuse_req *req, struct fuse_arg *args, unsigned int numargs, bool argpages, void *argbuf, unsigned int *len_used) sg_init_fuse_args() argument 1136 struct fuse_args *args = req->args; virtio_fs_enqueue_req() local [all...] |