/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usergf119.c | 73 } *args; in gf119_dmaobj_new() local 89 args = data; in gf119_dmaobj_new() 92 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gf119_dmaobj_new() 95 args->v0.version, args->v0.page, args->v0.kind); in gf119_dmaobj_new() 96 kind = args->v0.kind; in gf119_dmaobj_new() 97 page = args->v0.page; in gf119_dmaobj_new()
|
H A D | usergv100.c | 72 } *args; in gv100_dmaobj_new() local 88 args = data; in gv100_dmaobj_new() 91 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gv100_dmaobj_new() 94 args->v0.version, args->v0.page, args->v0.kind); in gv100_dmaobj_new() 95 kind = args->v0.kind != 0; in gv100_dmaobj_new() 96 page = args->v0.page != 0; in gv100_dmaobj_new()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc.h | 56 #define uvcg_dbg(f, fmt, args...) \ 57 dev_dbg(&(f)->config->cdev->gadget->dev, "%s: " fmt, (f)->name, ##args) 58 #define uvcg_info(f, fmt, args...) \ 59 dev_info(&(f)->config->cdev->gadget->dev, "%s: " fmt, (f)->name, ##args) 60 #define uvcg_warn(f, fmt, args...) \ 61 dev_warn(&(f)->config->cdev->gadget->dev, "%s: " fmt, (f)->name, ##args) 62 #define uvcg_err(f, fmt, args...) \ 63 dev_err(&(f)->config->cdev->gadget->dev, "%s: " fmt, (f)->name, ##args)
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc_drv.h | 237 #define mtk_venc_err(ctx, fmt, args...) \ 238 mtk_vcodec_err((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args) 240 #define mtk_venc_debug(ctx, fmt, args...) \ 241 mtk_vcodec_debug((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args) 243 #define mtk_v4l2_venc_err(ctx, fmt, args...) mtk_v4l2_err((ctx)->dev->plat_dev, fmt, ##args) 245 #define mtk_v4l2_venc_dbg(level, ctx, fmt, args...) \ 246 mtk_v4l2_debug((ctx)->dev->plat_dev, level, fmt, ##args)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usergf100.c | 75 } *args; in gf100_dmaobj_new() local 91 args = data; in gf100_dmaobj_new() 94 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gf100_dmaobj_new() 97 args->v0.version, args->v0.priv, args->v0.kind); in gf100_dmaobj_new() 98 kind = args->v0.kind; in gf100_dmaobj_new() 99 user = args->v0.priv; in gf100_dmaobj_new()
|
H A D | usergf119.c | 73 } *args; in gf119_dmaobj_new() local 89 args = data; in gf119_dmaobj_new() 92 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gf119_dmaobj_new() 95 args->v0.version, args->v0.page, args->v0.kind); in gf119_dmaobj_new() 96 kind = args->v0.kind; in gf119_dmaobj_new() 97 page = args->v0.page; in gf119_dmaobj_new()
|
H A D | usergv100.c | 72 } *args; in gv100_dmaobj_new() local 88 args = data; in gv100_dmaobj_new() 91 if (!(ret = nvif_unpack(ret, &data, &size, args->v0, 0, 0, false))) { in gv100_dmaobj_new() 94 args->v0.version, args->v0.page, args->v0.kind); in gv100_dmaobj_new() 95 kind = args->v0.kind != 0; in gv100_dmaobj_new() 96 page = args->v0.page != 0; in gv100_dmaobj_new()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | generate_rust_analyzer.py | 150 args = parser.parse_args() 154 level=logging.INFO if args.verbose else logging.WARNING 158 "crates": generate_crates(args.srctree, args.objtree, args.sysroot_src, args.exttree, args.cfgs), 159 "sysroot_src": str(args.sysroot_src),
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_strncmp.c | 13 } args = { variable 31 args.cmp_str_len = strtoul(arg, NULL, 10); in strncmp_parse_arg() 32 if (!args.cmp_str_len || in strncmp_parse_arg() 33 args.cmp_str_len >= sizeof(ctx.skel->bss->str)) { in strncmp_parse_arg() 86 ctx.skel->rodata->cmp_str_len = args.cmp_str_len; in strncmp_setup() 88 memcpy(ctx.skel->bss->str, target, args.cmp_str_len); in strncmp_setup() 89 ctx.skel->bss->str[args.cmp_str_len] = '\0'; in strncmp_setup() 91 ctx.skel->bss->str[args.cmp_str_len - 1] -= 1; in strncmp_setup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgro_frglist.sh | 20 # use 'rx' as separator between sender args and receiver args 54 local -r args=$@ 55 echo ${args} 56 ./in_netns.sh $0 __subprocess ${args} 60 local -r args=$@ 63 run_in_netns ${args} -u -S 0 rx -4 -v 66 run_in_netns ${args} -S 0 rx -4 -G 70 local -r args=$@ 73 run_in_netns ${args} [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 28 def _bpftool(args, json=True): 32 _args.extend(args) 37 def bpftool(args): 38 return _bpftool(args, json=False).decode("utf-8") 41 def bpftool_json(args): 42 res = _bpftool(args) 55 def wrapper(*args, **kwargs): 57 return f(*args, iface, **kwargs)
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/progs/ |
H A D | hid.c | 82 int hid_user_raw_request(struct hid_hw_request_syscall_args *args) in hid_user_raw_request() argument 85 const size_t size = args->size; in hid_user_raw_request() 88 if (size > sizeof(args->data)) in hid_user_raw_request() 91 ctx = hid_bpf_allocate_context(args->hid); in hid_user_raw_request() 96 args->data, in hid_user_raw_request() 98 args->type, in hid_user_raw_request() 99 args->request_type); in hid_user_raw_request() 100 args->retval = ret; in hid_user_raw_request()
|
/kernel/linux/linux-6.6/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 68 local args="$(gen_args "$@")" 78 ${retstmt}raw_${atomicname}(${args}); 152 grep '^[a-z]' "$1" | while read name meta args; do 153 gen_proto "${meta}" "${name}" "atomic" "int" ${args} 156 grep '^[a-z]' "$1" | while read name meta args; do 157 gen_proto "${meta}" "${name}" "atomic64" "s64" ${args} 160 grep '^[a-z]' "$1" | while read name meta args; do 161 gen_proto "${meta}" "${name}" "atomic_long" "long" ${args}
|
/third_party/gn/src/gn/ |
H A D | exec_process_unittest.cc | 21 // CommandLine does unusual reordering of args. 30 base::CommandLine::StringVector args; in ExecPython() local 32 args.push_back(L"python"); in ExecPython() 33 args.push_back(L"-c"); in ExecPython() 34 args.push_back(base::UTF8ToUTF16(command)); in ExecPython() 36 args.push_back("python3"); in ExecPython() 37 args.push_back("-c"); in ExecPython() 38 args.push_back(command); in ExecPython() 40 return ExecProcess(base::CommandLine(args), temp_dir.GetPath(), std_out, in ExecPython()
|
H A D | function_process_file_template_unittest.cc | 12 std::vector<Value> args; in TEST() local 16 args.push_back(sources); in TEST() 19 args.push_back(expansion); in TEST() 23 functions::RunProcessFileTemplate(setup.scope(), nullptr, args, &err); in TEST() 35 std::vector<Value> args; in TEST() local 40 args.push_back(sources); in TEST() 47 args.push_back(expansions); in TEST() 51 functions::RunProcessFileTemplate(setup.scope(), nullptr, args, &err); in TEST()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_competitive.py | 54 args = [ASTC_BIN, "-tl", in_image, out_image, block_size, quality, "-j", "1"] 55 result = run(args) 60 args = [ISPC_BIN, in_image, out_image, block_size, quality] 61 result = run(args) 66 args = [ASTC_BIN, "-dl", in_image, out_image] 67 result = run(args) 72 args = ["compare", "-metric", "PSNR", in_image, out_image, "diff.png"] 73 result = run(args)
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | DecimalFormatPerformanceTest.java | 28 public static void main(String[] args) throws Exception { in main() argument 29 new DecimalFormatPerformanceTest().run(args); in main() 32 protected void setup(String[] args) { in setup() argument 34 if (args.length == 0 || args.length > 2) { in setup() 38 pattern = args[0]; in setup() 52 if (args.length == 2) { in setup() 53 decimalAsString = args[1]; in setup()
|
H A D | DateFormatPerformanceTest.java | 29 public static void main(String[] args) throws Exception { in main() argument 30 new DateFormatPerformanceTest().run(args); in main() 33 protected void setup(String[] args) { in setup() argument 35 if (args.length == 0 || args.length > 2) { in setup() 39 pattern = args[0]; in setup() 51 if (args.length == 2) { in setup() 52 dateString = args[1]; in setup()
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 96 args = parser.parse_args() 98 flakes = read_flakes(args.results) 103 for line in open(args.known_flakes).readlines(): 109 irc = Connection(args.host, args.port, args.verbose) 119 nick = args.runner 122 nick += f'-{args.job}' 126 irc.send_line(f"JOIN {args.channel}") 130 if args [all...] |
/third_party/mesa3d/bin/ |
H A D | khronos-update.py | 207 args = parser.parse_args() variable in Source 211 if args.apis and 'khr' not in args.apis and depend_on_khr.intersection(set(args.apis)): 212 args.apis = ['khr'] + args.apis 215 if args.apis and group['api'] not in args.apis:
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_commands.py | 88 args = [self.executable] + self.flags + self.files + [testcase] 91 print(' '.join(args)) 94 args = [sys.executable] + args 96 args, 116 def Execute(args, cwd, timeout=None): 117 popen_args = [c for c in args if c != ""] 123 args=popen_args,
|
/third_party/node/deps/v8/tools/wasm/ |
H A D | wasm-import-profiler.js | 23 item = function profiled_func(...args) { 25 var result = orig_func(...args); 76 WebAssembly.instantiate = (m, imports, ...args) => { 78 let promise = orig_instantiate(m, instrument(imports, profile), ...args); 90 construct: (target, args) => { 92 args[1] = instrument(args[1], profile); 93 let instance = new orig_new_instance(...args);
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.h | 111 #define ntfs_log_redirect(fn,fi,li,le,d,fmt, args...) \ 113 ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0) 114 #define printf(fmt, args...) \ 116 printf(ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0) 117 #define fprintf(str, fmt, args...) \ 119 fprintf(str, ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0) 120 #define vfprintf(file, fmt, args) \ 122 ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0)
|
/third_party/node/test/embedding/ |
H A D | embedtest.cc | 22 const std::vector<std::string>& args, 27 std::vector<std::string> args(argv, argv + argc); in main() 30 args, in main() 35 fprintf(stderr, "%s: %s\n", args[0].c_str(), error.c_str()); in main() 46 RunNodeInstance(platform.get(), result->args(), result->exec_args()); in main() 56 const std::vector<std::string>& args, in RunNodeInstance() 62 CommonEnvironmentSetup::Create(platform, &errors, args, exec_args); in RunNodeInstance() 65 fprintf(stderr, "%s: %s\n", args[0].c_str(), err.c_str()); in RunNodeInstance() 55 RunNodeInstance(MultiIsolatePlatform* platform, const std::vector<std::string>& args, const std::vector<std::string>& exec_args) RunNodeInstance() argument
|
/third_party/node/benchmark/child_process/ |
H A D | child-process-params.js | 7 const args = ['hello']; 69 for (let i = 0; i < n; i++) method(command, args).kill(); 74 for (let i = 0; i < n; i++) method(command, args, options).kill(); 79 for (let i = 0; i < n; i++) method(command, args, options, cb).kill(); 94 for (let i = 0; i < n; i++) method(command, args); 99 for (let i = 0; i < n; i++) method(command, args, options); 113 for (let i = 0; i < n; i++) method(command, args).kill(); 118 for (let i = 0; i < n; i++) method(command, args, options).kill();
|