Home
last modified time | relevance | path

Searched refs:arg2 (Results 176 - 200 of 877) sorted by relevance

12345678910>>...36

/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsal.c354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall()
358 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall()
365 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock()
370 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_nolock()
378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant()
383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant()
353 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall() argument
364 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall_nolock() argument
377 ia64_sal_oemcall_reentrant(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall_reentrant() argument
/kernel/linux/linux-5.10/include/trace/events/
H A Dufs.h254 u32 arg1, u32 arg2, u32 arg3),
256 TP_ARGS(dev_name, str, cmd, arg1, arg2, arg3),
263 __field(u32, arg2)
272 __entry->arg2 = arg2;
277 "%s: %s: cmd: 0x%x, arg1: 0x%x, arg2: 0x%x, arg3: 0x%x",
279 __entry->arg1, __entry->arg2, __entry->arg3
/third_party/jerryscript/tests/jerry/
H A Dfunction.prototype.js15 function f (arg1, arg2, arg3)
18 this.number = arg2;
H A Dregression-test-issue-3477.js15 function _p(arg1, arg2) {
16 return arg1 ? arg1 : arg2;
H A Darray-prototype-sort.js35 function f(arg1, arg2) {
36 if (arg1 < arg2) {
38 } else if (arg1 > arg2) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dconstify-module-enums-basic.h16 enum foo *func1(enum foo arg1, enum foo *arg2, enum foo **arg3);
17 foo_alias1 *func2(foo_alias1 arg1, foo_alias1 *arg2, foo_alias1 **arg3)
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S118 #define arg2 rsi define
221 movdqu \TMP3, HashKey(%arg2)
226 movdqu \TMP1, HashKey_k(%arg2)
230 movdqu \TMP5, HashKey_2(%arg2)
234 movdqu \TMP1, HashKey_2_k(%arg2)
238 movdqu \TMP5, HashKey_3(%arg2)
241 movdqu \TMP1, HashKey_3_k(%arg2)
245 movdqu \TMP5, HashKey_4(%arg2)
248 movdqu \TMP1, HashKey_4_k(%arg2)
255 mov %r11, AadLen(%arg2) # ctx_dat
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S114 #define arg2 rsi define
217 movdqu \TMP3, HashKey(%arg2)
222 movdqu \TMP1, HashKey_k(%arg2)
226 movdqu \TMP5, HashKey_2(%arg2)
230 movdqu \TMP1, HashKey_2_k(%arg2)
234 movdqu \TMP5, HashKey_3(%arg2)
237 movdqu \TMP1, HashKey_3_k(%arg2)
241 movdqu \TMP5, HashKey_4(%arg2)
244 movdqu \TMP1, HashKey_4_k(%arg2)
251 mov %r11, AadLen(%arg2) # ctx_dat
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c698 ecma_value_t arg2) /**< routine's second argument */ in ecma_builtin_string_prototype_object_slice()
713 if (ecma_is_value_undefined (arg2)) in ecma_builtin_string_prototype_object_slice()
719 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_string_prototype_object_slice()
938 ecma_value_t arg2) /**< routine's second argument */ in ecma_builtin_string_prototype_object_substring()
956 if (ecma_is_value_undefined (arg2)) in ecma_builtin_string_prototype_object_substring()
965 if (ECMA_IS_VALUE_ERROR (ecma_op_to_integer (arg2, &end_num))) in ecma_builtin_string_prototype_object_substring()
1345 ecma_value_t arg2 = arguments_list_p[1]; in ecma_builtin_string_prototype_dispatch_routine() local
1380 ret_value = ecma_builtin_string_prototype_object_slice (string_p, arg1, arg2); in ecma_builtin_string_prototype_dispatch_routine()
1393 ret_value = ecma_builtin_helper_string_prototype_object_index_of (string_p, arg1, arg2, mode); in ecma_builtin_string_prototype_dispatch_routine()
1404 ret_value = ecma_builtin_string_prototype_object_replace (to_string_val, arg1, arg2); in ecma_builtin_string_prototype_dispatch_routine()
696 ecma_builtin_string_prototype_object_slice(ecma_string_t *get_string_val, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_string_prototype_object_slice() argument
936 ecma_builtin_string_prototype_object_substring(ecma_string_t *original_string_p, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_string_prototype_object_substring() argument
[all...]
H A Decma-builtin-object.h21 ecma_value_t arg2);
24 ecma_value_t arg2);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dproto.h18 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2);
41 long do_arch_prctl_common(int option, unsigned long arg2);
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/node/benchmark/timers/
H A Dset-immediate-breadth-args.js16 function cb2(arg1, arg2) {}
18 function cb3(arg1, arg2, arg3) {}
H A Dset-immediate-depth-args.js14 function cb3(n, arg2, arg3) {
25 function cb2(n, arg2) {
/third_party/rust/crates/clap/tests/builder/
H A Dborrowed.rs6 let arg2 = Arg::new("some2") in borrowed_args()
13 .arg(&arg2) in borrowed_args()
/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...]
/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) { };
/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/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,

Completed in 24 milliseconds

12345678910>>...36