/kernel/uniproton/src/include/uapi/ |
H A D | prt_timer.h | 213 typedef void (*TmrProcFunc)(TimerHandle tmrHandle, U32 arg1, U32 arg2, U32 arg3, U32 arg4); 285 U32 arg2; member
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mntentndk.cpp | 49 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() argument 61 ret = fn2(arg2);
in DoPlainTests()
|
H A D | mountndk.cpp | 37 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() argument 49 ret = fn2(arg2);
in DoPlainTests()
|
/third_party/node/test/fixtures/wpt/FileAPI/file/ |
H A D | File-constructor.any.js | 74 function test_second_argument(arg2, expectedFileName, testName) { 76 var file = new File(["bits"], arg2);
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl02.c | 10 * - EINVAL when option is PR_SET_PDEATHSIG & arg2 is not zero or a valid 12 * - EINVAL when option is PR_SET_DUMPABLE & arg2 is neither 14 * - EFAULT when arg2 is an invalid address 15 * - EFAULT when option is PR_SET_SECCOMP & arg2 is SECCOMP_MODE_FILTER & 17 * - EACCES when option is PR_SET_SECCOMP & arg2 is SECCOMP_MODE_FILTER & 19 * - EINVAL when option is PR_SET_TIMING & arg2 is not PR_TIMING_STATISTICAL 20 * - EINVAL when option is PR_SET_NO_NEW_PRIVS & arg2 is not equal to 1 & 22 * - EINVAL when option is PR_SET_NO_NEW_PRIVS & arg2 is equal to 1 & arg3 24 * - EINVAL when options is PR_GET_NO_NEW_PRIVS & arg2, arg3, arg4, or arg5 27 * - EINVAL when options is PR_GET_THP_DISABLE & arg2, arg 87 unsigned long *arg2; global() member [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_method.rs | 72 arg2: f32, in methodWithAndWithoutKeywords_arg2Name__arg4Name_() 79 msg_send ! (* self , methodWithAndWithoutKeywords : arg1 arg2Name : arg2 arg3 : arg3 arg4Name : arg4) in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
|
/third_party/python/Lib/test/ |
H A D | inspect_fodder2.py | 40 def manyargs(arg1, arg2, 102 def keyworded(*arg1, arg2=1):
|
/third_party/typescript/tests/baselines/reference/ |
H A D | complicatedPrivacy.js | 41 export function f5(arg2: { 147 function f5(arg2) {
|
H A D | genericRecursiveImplicitConstructorErrors3.js | 4 static create<A,B,C>(arg1: any, arg2?: any, arg3?: any): MemberName { 54 MemberName.create = function (arg1, arg2, arg3) {
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | syscalls_32.c | 5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | syscalls_32.c | 5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-function-prototype.h | 21 ecma_value_t arg2);
|
H A D | ecma-builtin-json.c | 731 ecma_value_t arg2) /**< reviver argument */ in ecma_builtin_json_parse() 747 if (!ECMA_IS_VALUE_ERROR (result) && ecma_op_is_callable (arg2)) in ecma_builtin_json_parse() 760 result = ecma_builtin_json_internalize_property (ecma_get_object_from_value (arg2), in ecma_builtin_json_parse() 1387 ecma_value_t arg2, /**< replacer */ in ecma_builtin_json_stringify() 1397 if (ecma_is_value_object (arg2)) in ecma_builtin_json_stringify() 1399 ecma_object_t *obj_p = ecma_get_object_from_value (arg2); in ecma_builtin_json_stringify() 1402 if (ecma_op_is_callable (arg2)) in ecma_builtin_json_stringify() 729 ecma_builtin_json_parse(ecma_value_t this_arg, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_json_parse() argument 1385 ecma_builtin_json_stringify(ecma_value_t this_arg, ecma_value_t arg1, ecma_value_t arg2, ecma_value_t arg3) ecma_builtin_json_stringify() argument
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test25-removed-fn-parms-v0.c | 6 __attribute__((unused)) int arg2) in fun() 4 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
H A D | test24-added-fn-parms-v1.c | 11 __attribute__((unused)) int arg2) in fun() 9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | arm_sdei.c | 41 unsigned long arg2, unsigned long arg3, 138 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn() 146 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn() 841 unsigned long arg2, unsigned long arg3, in sdei_smccc_smc() 844 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 850 unsigned long arg2, unsigned long arg3, in sdei_smccc_hvc() 853 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc() 137 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument 839 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument 848 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | arm_sdei.c | 40 unsigned long arg2, unsigned long arg3, 137 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn() 145 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn() 840 unsigned long arg2, unsigned long arg3, in sdei_smccc_smc() 843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 849 unsigned long arg2, unsigned long arg3, in sdei_smccc_hvc() 852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc() 136 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument 838 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument 847 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
|
/third_party/toybox/toys/posix/ |
H A D | sed.c | 201 int arg1, arg2, w; // offset of two arguments per command, plus s//w filename member 477 char *rline = line, *new = command->arg2 + (char *)command, *l2 = 0; in sed_line() 614 to += command->arg2; in sed_line() 851 // so let's fill out arg2 first (since the regex part can't be multiple in parse_pattern() 855 command->arg2 = reg - (char *)command; in parse_pattern() 888 // swap arg1/arg2 so they're back in order arguments occur. in parse_pattern() 890 command->arg1 = command->arg2; in parse_pattern() 891 command->arg2 = i; in parse_pattern() 921 // Since s/// uses arg1 and arg2, and w needs a persistent filehandle and in parse_pattern() 957 command->arg2 in parse_pattern() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 29 unsigned arg2,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | sigframe.h | 16 unsigned long arg2; /* sigcontext pointer */ member
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | sigframe.h | 16 unsigned long arg2; /* sigcontext pointer */ member
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 19 unsigned arg2,
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.h | 22 #define mallopt(arg1, arg2) do { } while (0);
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | syscall.c | 207 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2) in SYSCALL_DEFINE3() 211 return mips_atomic_set(arg1, arg2); in SYSCALL_DEFINE3()
|
H A D | relocate_kernel.S | 17 PTR_L a2, arg2 153 arg2: PTR 0x0 label
|