/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 52 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ 53 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_syscall_macro.c | 10 int arg1 = 0; variable 49 arg1 = tmp; in BPF_KPROBE()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpf_syscall_macro.c | 42 ASSERT_NEQ(skel->bss->arg1, exp_arg1, "syscall_arg1"); in test_bpf_syscall_macro() 44 ASSERT_EQ(skel->bss->arg1, exp_arg1, "syscall_arg1"); in test_bpf_syscall_macro()
|
/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); 283 U32 arg1; member
|
/third_party/node/test/fixtures/wpt/FileAPI/file/ |
H A D | File-constructor.any.js | 17 function test_first_argument(arg1, expectedSize, testName) { 19 var file = new File(arg1, "dummy");
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_method.rs | 71 arg1: ::std::os::raw::c_int, in methodWithAndWithoutKeywords_arg2Name__arg4Name_() 79 msg_send ! (* self , methodWithAndWithoutKeywords : arg1 arg2Name : arg2 arg3 : arg3 arg4Name : arg4) in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
|
H A D | pointer-attr.rs | 9 pub fn a(arg1: *const ::std::os::raw::c_char); in a()
|
H A D | func_ptr_return_type.rs | 11 arg1: ::std::os::raw::c_int, in func()
|
/third_party/typescript/tests/baselines/reference/ |
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) {
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 602 std::vector<std::string> args{"arg1", "arg2"}; in TEST() 614 EXPECT_EQ("arg1 arg2", s); in TEST() 644 EXPECT_EQ("arg1 bar arg2 bla", s); in TEST() 658 EXPECT_EQ("\n\n arg1 bar arg2\n bla", s); in TEST() 672 std::vector<std::string> args{annotation.SerializeAsString(), "arg1", in TEST() 677 EXPECT_EQ("\n\n arg1 arg2\n bla", s); in TEST() 679 const GeneratedCodeInfo::Annotation* arg1 = &info.annotation(0); in TEST() local 680 ASSERT_EQ(1, arg1->path_size()); in TEST() 681 EXPECT_EQ(33, arg1->path(0)); in TEST() 682 EXPECT_EQ("file.proto", arg1 in TEST() [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 117 #define arg1 rdi define 128 #define keysize 2*15*16(%arg1) 787 * arg1, %arg2, %arg3 are used as a pointer only, not modified 804 MOVADQ 0(%arg1),\TMP2 815 lea 0x10(%arg1),%r10 892 MOVADQ 0(%arg1),\TMP1 898 movaps 0x10*\index(%arg1), \TMP1 905 movaps 0x10*\index(%arg1), \TMP1 911 lea 0xa0(%arg1),%r10 977 * arg1, [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 113 #define arg1 rdi define 124 #define keysize 2*15*16(%arg1) 783 * arg1, %arg2, %arg3 are used as a pointer only, not modified 800 MOVADQ 0(%arg1),\TMP2 811 lea 0x10(%arg1),%r10 888 MOVADQ 0(%arg1),\TMP1 894 movaps 0x10*\index(%arg1), \TMP1 901 movaps 0x10*\index(%arg1), \TMP1 907 lea 0xa0(%arg1),%r10 973 * arg1, [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-function-prototype.h | 20 ecma_value_t arg1,
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test25-removed-fn-parms-v0.c | 5 __attribute__((unused)) char arg1, 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 | 10 __attribute__((unused)) char arg1, in fun() 9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | abi_variadic_function.rs | 10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
H A D | abi_variadic_function.rs | 10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
|
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 28 unsigned arg1,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | sigframe.h | 15 unsigned long arg1; /* siginfo pointer */ member
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | sigframe.h | 15 unsigned long arg1; /* siginfo pointer */ member
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 18 unsigned arg1,
|
/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/drivers/firmware/ |
H A D | arm_sdei.c | 40 unsigned long arg0, unsigned long arg1, 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() 840 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc() 844 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 849 unsigned long arg0, unsigned long arg1, 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 | 39 unsigned long arg0, unsigned long arg1, 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() 839 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc() 843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 848 unsigned long arg0, unsigned long arg1, 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
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | sam_secure.h | 16 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1);
|