Home
last modified time | relevance | path

Searched refs:args (Results 4951 - 4975 of 12034) sorted by relevance

1...<<191192193194195196197198199200>>...482

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c142 * @args: additional args passed to behavior->alloc
150 void *args) in hl_mmap_mem_buf_alloc()
174 rc = buf->behavior->alloc(buf, gfp, args); in hl_mmap_mem_buf_alloc()
226 * @args: additional args passed to behavior->mmap
231 void *args)
290 rc = buf->behavior->mmap(buf, vma, args);
148 hl_mmap_mem_buf_alloc(struct hl_mem_mgr *mmg, struct hl_mmap_mem_buf_behavior *behavior, gfp_t gfp, void *args) hl_mmap_mem_buf_alloc() argument
230 hl_mem_mgr_mmap(struct hl_mem_mgr *mmg, struct vm_area_struct *vma, void *args) global() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c131 u32 exec, args; in gm200_devinit_post() local
141 ret = pmu_load(init, 0x04, post, &exec, &args); in gm200_devinit_post()
149 u32 pmu = pmu_args(init, args + 0x08, 0x08); in gm200_devinit_post()
157 u32 pmu = pmu_args(init, args + 0x08, 0x10); in gm200_devinit_post()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dimx-rpmsg.c60 struct of_phandle_args args; in imx_rpmsg_probe() local
101 ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args); in imx_rpmsg_probe()
107 ret = snd_soc_get_dlc(&args, data->dai.codecs); in imx_rpmsg_probe()
113 clk = devm_get_clk_from_child(&pdev->dev, args.np, NULL); in imx_rpmsg_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c147 TEST_ASSERT(uc.args[1] == SYNC_GP, "#GP is expected."); in run_vcpu_expect_gp()
192 TEST_ASSERT(uc.args[1] == SYNC_FIRST_UCNA, "Injecting first UCNA."); in run_ucna_injection()
202 TEST_ASSERT(uc.args[1] == SYNC_SECOND_UCNA, "Injecting second UCNA."); in run_ucna_injection()
212 (const char *)uc.args[0]); in run_ucna_injection()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel_fprintf.c22 va_list args; in comma_fprintf() local
32 va_start(args, fmt); in comma_fprintf()
33 ret += vfprintf(fp, fmt, args); in comma_fprintf()
34 va_end(args); in comma_fprintf()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c259 va_list args; in __intel_pt_log() local
264 va_start(args, fmt); in __intel_pt_log()
265 vfprintf(f, fmt, args); in __intel_pt_log()
266 va_end(args); in __intel_pt_log()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh225 --printf-args "qR" | \
234 --printf-args "qST"
247 --printf-args "qSTR" |
278 --printf-format "%u\n" --printf-args "R" | \
/kernel/linux/linux-6.6/net/dccp/
H A Dccid.c82 va_list args; in ccid_kmem_cache_create() local
84 va_start(args, fmt); in ccid_kmem_cache_create()
85 vsnprintf(slab_name_fmt, CCID_SLAB_NAME_LENGTH, fmt, args); in ccid_kmem_cache_create()
86 va_end(args); in ccid_kmem_cache_create()
/kernel/linux/linux-6.6/net/ipv4/
H A Draw_diag.c154 s_slot = cb->args[0]; in raw_diag_dump()
155 num = s_num = cb->args[1]; in raw_diag_dump()
187 cb->args[0] = slot; in raw_diag_dump()
188 cb->args[1] = num; in raw_diag_dump()
/kernel/linux/linux-6.6/sound/soc/qcom/
H A Dcommon.c24 struct of_phandle_args args; in qcom_snd_parse_of() local
104 ret = snd_soc_of_get_dlc(cpu, &args, link->cpus, 0); in qcom_snd_parse_of()
111 link->id = args.args[0]; in qcom_snd_parse_of()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dencrypt.py94 raise ParamError(ErrorMessage.Common.Code_0101025.format(error.args[0])) from error
128 error_msg = ErrorMessage.Common.Code_0101026.format(error.args[0])
133 error_msg = ErrorMessage.Common.Code_0101026.format(error.args[0])
185 src_file, error.args))
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/
H A Dohprint.cpp144 napi_value args[ARG_SIZE_ONE] = { nullptr }; in OHPrintStartPrintByNative() local
145 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in OHPrintStartPrintByNative()
151 napi_status status = napi_unwrap(env, args[0], &context); in OHPrintStartPrintByNative()
158 napi_get_named_property(env, args[0], "stageMode", &statgeMode); in OHPrintStartPrintByNative()
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/
H A Dplugin_manager.cpp35 napi_value args[1]; in GetContext() local
36 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in GetContext()
44 status = napi_typeof(env, args[0], &valuetype); in GetContext()
54 NAPI_CALL(env, napi_get_value_int64(env, args[0], &value)); in GetContext()
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_encrypt_test.cpp96 napi_value args[1] = {nullptr}; in RdbFilePath() local
97 napi_get_cb_info(env, info, &argc, args , nullptr, nullptr); in RdbFilePath()
100 napi_get_value_string_latin1(env, args[0], nullptr, 0, &bufferSize); in RdbFilePath()
103 napi_get_value_string_utf8(env, args[0], buffer, bufferSize+1, &bufferSize); in RdbFilePath()
/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c94 char args[512]; in init_filters() local
110 snprintf(args, sizeof(args), in init_filters()
117 args, NULL, filter_graph); in init_filters()
/third_party/benchmark/src/
H A Dconsole_reporter.cc98 va_list args; in IgnoreColorPrint() local
99 va_start(args, fmt); in IgnoreColorPrint()
100 out << FormatString(fmt, args); in IgnoreColorPrint()
101 va_end(args); in IgnoreColorPrint()
/third_party/gn/src/gn/
H A Dunique_vector.h138 bool emplace_back(ARGS... args) {
139 return push_back(T{std::forward<ARGS>(args)...});
178 std::pair<bool, size_t> EmplaceBackWithIndex(ARGS... args) {
179 return PushBackWithIndex(T{std::forward<ARGS>(args)...});
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py119 % for pipe_format, args in formats:
120 % if args is not None:
121 [${pipe_format}] = FMT(${args}),
267 args = obj.img_format
269 args += ', .buffers_only = 1'
271 args = None
272 formats.append((fmt.name, args))
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c261 jerry_value_t args[2] = in test_error_multiple_functions() local
266 jerry_size_t args_cnt = sizeof (args) / sizeof (jerry_value_t); in test_error_multiple_functions()
269 args, in test_error_multiple_functions()
276 jerry_release_value (args[idx]); in test_error_multiple_functions()
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py273 args = parser.parse_args()
275 defs = read_magic_string_defs(debug=args.debug)
276 uses = extract_magic_string_refs(debug=args.debug)
278 extended_defs = calculate_magic_string_guards(defs, uses, debug=args.debug)
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.c265 va_list args; in ecma_raise_standard_error_with_format() local
267 va_start (args, format); in ecma_raise_standard_error_with_format()
281 const ecma_value_t arg_val = va_arg (args, ecma_value_t); in ecma_raise_standard_error_with_format()
313 va_end (args); in ecma_raise_standard_error_with_format()
/third_party/mesa3d/src/freedreno/afuc/
H A Dutil.c241 va_list args; in afuc_printc() local
247 va_start(args, fmt); in afuc_printc()
248 vprintf(fmt, args); in afuc_printc()
249 va_end(args); in afuc_printc()
/third_party/node/deps/v8/tools/release/
H A Dlist_deprecated.py150 def parse_options(args):
159 options = parser.parse_args(args)
172 def main(args):
173 options = parse_options(args)
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.h199 void DoSync(Args&&... args);
203 void DoImmediately(Args&&... args);
208 void DoAsync(Args&&... args);
213 void NextStep(Args&&... args);
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py57 def merge(args):
60 Called trough multiprocessing pool. The args are expected to unpack to:
69 keep, coverage_dir, executable, index, bucket = args
100 Returns: List of args as expected by merge above.
160 def merge_two(args):
163 Called trough multiprocessing pool. The args are expected to unpack to:
168 swarming_output_dir, coverage_dir, f = args

Completed in 17 milliseconds

1...<<191192193194195196197198199200>>...482