Home
last modified time | relevance | path

Searched refs:arg2 (Results 201 - 225 of 902) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3643 size_t arg2 ; variable
3665 arg2 = (size_t)(size1 - 1);
3666 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4);
3691 size_t arg2 ; variable
3713 arg2 = (size_t)(size1 - 1);
3714 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4);
3744 size_t arg2 ; variable
3766 arg2 = (size_t)(size1 - 1);
3767 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4);
3797 size_t arg2 ; variable
3850 size_t arg2 ; global() variable
3903 size_t arg2 ; global() variable
3969 int *arg2 = (int *) 0 ; global() variable
4089 int *arg2 = (int *) 0 ; global() variable
4209 int *arg2 = (int *) 0 ; global() variable
4329 int *arg2 = (int *) 0 ; global() variable
4449 int *arg2 = (int *) 0 ; global() variable
4560 int *arg2 = (int *) 0 ; global() variable
4671 int *arg2 = (int *) 0 ; global() variable
4782 int *arg2 = (int *) 0 ; global() variable
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dshstk.h17 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2);
26 unsigned long arg2) { return -EINVAL; } in shstk_prctl()
25 shstk_prctl(struct task_struct *task, int option, unsigned long arg2) shstk_prctl() argument
/third_party/ltp/testcases/kernel/syscalls/setregid/
H A Dsetregid01.c32 gid_t *arg2; member
46 TST_EXP_PASS(SETREGID(*tc->arg1, *tc->arg2), "%s:", tc->msg); in run()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog11.c28 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
H A Dsyslog12.c29 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
/third_party/typescript/tests/baselines/reference/
H A DtypePredicateInLoop.js13 const otherFunc = (arg1: Type, arg2: TypeExt): void => {};
30 var otherFunc = function (arg1, arg2) { };
H A DcallsOnComplexSignatures.js44 arg2: ((a: {x: number}, b: object) => number) | ((a: object, b: {x: number}) => number),
54 arg2({x: 0}, {x: 0});
133 function test4(arg1, arg2, arg3, arg4, arg5, arg6) {
137 arg2({ x: 0 }, { x: 0 });
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-sort.js35 function f(arg1, arg2) {
36 if (arg1 < arg2) {
38 } else if (arg1 > arg2) {
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c30 "\"arg2\":" "0,"
41 "\"arg2\":" "1420887242594,"
51 "\"frequency\":0,\"arg2\":0,\"priority\":1},"
54 "\"frequency\":11,\"arg2\":1420887242594,\"priority\":3}]}"
82 unsigned long long arg2; member
97 LSM_UNSIGNED (t2_config_t, arg2, "arg2"),
144 lwsl_notice("%s: arg2 %llu\n", __func__, c->arg2); in t2_config_dump()
/third_party/ltp/include/lapi/
H A Dkeyctl.h45 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
48 arg2 = va_arg(va, unsigned long); in keyctl()
54 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/third_party/node/benchmark/timers/
H A Dset-immediate-depth-args.js14 function cb3(n, arg2, arg3) {
25 function cb2(n, arg2) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_escape.rs32 arg2: ::std::os::raw::c_int, in f_as_()
36 msg_send ! (* self , f : arg1 r#as : arg2) in f_as_()
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_emu.h193 asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
196 asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
199 asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
201 asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_emu.h193 asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
196 asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
199 asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
201 asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.c51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() argument
54 {.kind = WASM_I32, .of = {.i32 = arg2}} in check_call()
63 void check_trap(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap() argument
66 {.kind = WASM_I32, .of = {.i32 = arg2}} in check_trap()
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local
426 arg2 = rand_long(); in try_one_crash()
435 "%#lx, %#lx)\n", try_num, sysno, arg1, arg2, arg3, in try_one_crash()
439 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in try_one_crash()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D4-1.c247 thestruct arg1, arg2; in main() local
296 arg2.sig = SIGUSR2; in main()
299 arg2.sem = &semsig2; in main()
305 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c304 thestruct arg1, arg2; in main() local
350 arg2.sig = SIGUSR2; in main()
353 arg2.sem = &semsig2; in main()
359 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c235 thestruct arg1, arg2; in main() local
284 arg2.sig = SIGUSR2; in main()
287 arg2.sem = &semsig2; in main()
293 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
/third_party/popt/tests/
H A Dtest1.c18 static const char * arg2 = "(none)"; variable
89 { "arg2", '2', POPT_ARG_STRING | POPT_ARGFLAG_SHOW_DEFAULT, &arg2, 0,
157 arg2 = "(none)"; in resetVars()
236 fprintf(stdout, "arg1: %d arg2: %s", arg1, arg2); in main()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c37 unsigned long arg2, in ehea_plpar_hcall_norets()
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
73 unsigned long arg2, in ehea_plpar_hcall9()
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
97 cb_cat = EHEA_BMASK_GET(H_MEHEAPORT_CAT, arg2); in ehea_plpar_hcall9()
105 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall9()
112 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) ehea_plpar_hcall_norets() argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) ehea_plpar_hcall9() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c37 unsigned long arg2, in ehea_plpar_hcall_norets()
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
73 unsigned long arg2, in ehea_plpar_hcall9()
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
97 cb_cat = EHEA_BMASK_GET(H_MEHEAPORT_CAT, arg2); in ehea_plpar_hcall9()
105 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall9()
112 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) ehea_plpar_hcall_norets() argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) ehea_plpar_hcall9() argument
/kernel/linux/linux-5.10/security/yama/
H A Dyama_lsm.c213 * @arg2: argument
221 static int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl() argument
241 if (arg2 == 0) { in yama_task_prctl()
244 } else if (arg2 == PR_SET_PTRACER_ANY || (int)arg2 == -1) { in yama_task_prctl()
249 tracer = find_get_task_by_vpid(arg2); in yama_task_prctl()
/kernel/linux/linux-6.6/security/yama/
H A Dyama_lsm.c213 * @arg2: argument
221 static int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl() argument
241 if (arg2 == 0) { in yama_task_prctl()
244 } else if (arg2 == PR_SET_PTRACER_ANY || (int)arg2 == -1) { in yama_task_prctl()
249 tracer = find_get_task_by_vpid(arg2); in yama_task_prctl()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-config.c553 void *arg1, void *arg2, void *arg3, in for_each_online_power_domain_in_set()
602 callback(&id, arg1, arg2, arg3, arg4); in for_each_online_power_domain_in_set()
610 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set()
629 callback(&id, arg1, arg2, arg3, arg4); in for_each_online_target_cpu_in_set()
1049 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status() argument
1052 struct isst_id *tid = (struct isst_id *)arg2; in get_isst_status()
1161 static void exec_on_get_ctdp_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() argument
1168 ret = fn_ptr(id, arg2); in exec_on_get_ctdp_cpu()
1331 static void dump_clx_n_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_clx_n_config_for_cpu() argument
1357 static void dump_isst_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_isst_config_for_cpu() argument
551 for_each_online_power_domain_in_set(void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) for_each_online_power_domain_in_set() argument
608 for_each_online_target_cpu_in_set( void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) for_each_online_target_cpu_in_set() argument
1407 set_tdp_level_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) set_tdp_level_for_cpu() argument
1515 clx_n_dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) clx_n_dump_pbf_config_for_cpu() argument
1535 dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) dump_pbf_config_for_cpu() argument
1884 set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) set_pbf_for_cpu() argument
1999 dump_fact_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) dump_fact_config_for_cpu() argument
2045 set_fact_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) set_fact_for_cpu() argument
2239 enable_clos_qos_config(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) enable_clos_qos_config() argument
2295 dump_clos_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) dump_clos_config_for_cpu() argument
2334 get_clos_info_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) get_clos_info_for_cpu() argument
2371 set_clos_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) set_clos_config_for_cpu() argument
2445 set_clos_assoc_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) set_clos_assoc_for_cpu() argument
2486 get_clos_assoc_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) get_clos_assoc_for_cpu() argument
2569 get_set_trl(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) get_set_trl() argument
[all...]

Completed in 19 milliseconds

12345678910>>...37