/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | head.S | 36 copy %r1, %arg0 59 /* arg0..arg4 were set by palo. */ 79 load32 KERNEL_BINARY_TEXT_START, %arg0 /* free mem */
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | head.S | 36 copy %r1, %arg0 59 /* arg0..arg4 were set by palo. */ 79 load32 KERNEL_BINARY_TEXT_START, %arg0 /* free mem */
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | DigitalOut-js.cpp | 62 int arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local 63 native_ptr->write(arg0); in DECLARE_CLASS_FUNCTION()
|
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 80 static noinline int do_fw_call_fail(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_fail() argument 94 * @arg0: Argument 0 to SMC call 103 static noinline int do_fw_call_smc(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_smc() argument 108 arm_smccc_smc(arg0, arg1, arg2, 0, 0, 0, 0, 0, &res); in do_fw_call_smc() 122 * @arg0: Argument 0 to HVC call 133 static noinline int do_fw_call_hvc(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_hvc() argument 138 arm_smccc_hvc(arg0, arg1, arg2, 0, 0, 0, 0, 0, &res); in do_fw_call_hvc() 198 * @arg0: Argument 0 to requested PM-API call 219 int zynqmp_pm_invoke_fn(u32 pm_api_id, u32 arg0, u32 arg1, in zynqmp_pm_invoke_fn() argument 235 smc_arg[1] = ((u64)arg1 << 32) | arg0; in zynqmp_pm_invoke_fn() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 530 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ 533 "mov x1, %[arg0]\n" \ 547 : [function_id] "r"(function_id), [arg0] "r"(arg0), \ 553 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() argument 557 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc() 561 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_smc() argument 565 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.hpp | 306 const Interval& arg0); 308 const Interval& arg0, 311 const Interval& arg0); 313 const Interval& arg0,
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 77 static std::unique_ptr<Expression> coalesce_n_way_vector(const Expression* arg0, in coalesce_n_way_vector() argument 85 // scalar = coalesce(scalar, arg0.x, arg1.x); in coalesce_n_way_vector() 86 // scalar = coalesce(scalar, arg0.y, arg1.y); in coalesce_n_way_vector() 87 // scalar = coalesce(scalar, arg0.z, arg1.z); in coalesce_n_way_vector() 88 // scalar = coalesce(scalar, arg0.w, arg1.w); in coalesce_n_way_vector() 95 int line = arg0->fLine; in coalesce_n_way_vector() 97 const Type& vecType = arg0->type().isVector() ? arg0->type() : in coalesce_n_way_vector() 99 arg0->type(); in coalesce_n_way_vector() 100 SkASSERT( arg0 in coalesce_n_way_vector() 195 evaluate_n_way_intrinsic(const Context& context, const Expression* arg0, const Expression* arg1, const Expression* arg2, const Type& returnType, EvaluateFn eval) evaluate_n_way_intrinsic() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | common.c | 249 * @arg0: phandle args[0] for phy's with #phy-cells >= 1, or -1 for 256 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() argument 270 if (arg0 == -1) { in of_usb_get_dr_mode_by_phy() 284 args.args[0] == arg0)) in of_usb_get_dr_mode_by_phy()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | common.c | 270 * @arg0: phandle args[0] for phy's with #phy-cells >= 1, or -1 for 277 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() argument 291 if (arg0 == -1) { in of_usb_get_dr_mode_by_phy() 305 args.args[0] == arg0)) in of_usb_get_dr_mode_by_phy()
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.h | 93 Handle<Object> arg0, Handle<Object> arg1, Handle<Object> arg2, 128 Handle<String> arg0, 133 Handle<Object> arg0,
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 1092 return &arg0; in ACTION() 1103 ACTION(Sum) { return arg0 + arg1; } in ACTION() 1113 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() 1125 ACTION_P(Plus, n) { return arg0 + n; } in ACTION_P() 1135 arg0_type t1 = arg0; in ACTION_P() 1157 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; } in ACTION() 1160 return arg0 ? arg1 : default_value; in ACTION_P() 1164 return arg0 ? true_value : false_value; in ACTION_P2() 1185 ACTION_P3(Plus, m, n, k) { return arg0 + m + n + k; } in ACTION_P3() 1197 ACTION_P4(Plus, p0, p1, p2, p3) { return arg0 [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_pan.c | 96 char *arg, *arg0, *tokenizer, *args = av_strdup(pan->args); in init() local 122 while ((arg = arg0 = av_strtok(NULL, "|", &tokenizer))) { in init() 134 "Channel \"%.8s\" does not exist in the chosen layout\n", arg0); in init() 141 "Invalid out channel name \"%.8s\"\n", arg0); in init() 160 "Syntax error after channel name in \"%.8s\"\n", arg0); in init()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf_asm.S | 84 ;* This routine shifts data in from the RDR in arg0 and returns 91 ;* arg0 : rdr to be read 98 ;* arg0 : rdr to be read 140 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number 551 ;* Then the STDIAG instruction for the RDR # in arg0 is called 555 ;* arg0 = rdr number 581 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number 982 ;* This routine shifts data in from the RDR in arg0 and returns 989 ;* arg0 : rdr to be read 996 ;* arg0 [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf_asm.S | 84 ;* This routine shifts data in from the RDR in arg0 and returns 91 ;* arg0 : rdr to be read 98 ;* arg0 : rdr to be read 140 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number 551 ;* Then the STDIAG instruction for the RDR # in arg0 is called 555 ;* arg0 = rdr number 581 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number 982 ;* This routine shifts data in from the RDR in arg0 and returns 989 ;* arg0 : rdr to be read 996 ;* arg0 [all...] |
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 436 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() 438 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 440 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 442 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 444 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 446 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 450 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | sh_bios.c | 25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument 29 register long r4 __asm__("r4") = arg0; in sh_bios_call()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | sh_bios.c | 25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument 29 register long r4 __asm__("r4") = arg0; in sh_bios_call()
|
/kernel/linux/linux-5.10/include/linux/platform_data/x86/ |
H A D | asus-wmi.h | 107 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval); 109 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method() argument
|
/kernel/linux/linux-6.6/include/linux/platform_data/x86/ |
H A D | asus-wmi.h | 141 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval); 143 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method() argument
|
/third_party/googletest/googlemock/src/ |
H A D | gmock.cc | 216 const auto arg0 = "dummy"; in InitGoogleMock() local 217 char* argv0 = const_cast<char*>(arg0); in InitGoogleMock()
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapDocument.java | 111 public int compareTo(Object arg0) { in compareTo() argument 112 return getName().compareTo(((CapNode)arg0).getName()); in compareTo()
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test25-removed-fn-parms-v0.c | 4 fun(__attribute__((unused))unsigned arg0, in fun() argument
|
H A D | test24-added-fn-parms-v1.c | 9 fun(__attribute__((unused))unsigned arg0, in fun() argument
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | arm_sdei.c | 40 unsigned long arg0, unsigned long arg1, 137 static int invoke_sdei_fn(unsigned long function_id, unsigned long arg0, in invoke_sdei_fn() argument 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() 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, 136 static int invoke_sdei_fn(unsigned long function_id, unsigned long arg0, in invoke_sdei_fn() argument 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() 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
|