/third_party/python/Lib/test/ |
H A D | inspect_fodder2.py | 41 arg3, arg4): pass
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 1232 const IArg3& arg3 = IArg3()) const in apply() 1234 return this->applyArgs(ctx, IArgs(arg0, arg1, arg2, arg3)); in apply() 1244 const ExprP<Arg3>& arg3 = voidP()) const; 1298 const ExprP<Arg3>& arg3 = voidP()) in Apply() 1300 m_args (arg0, arg1, arg2, arg3) {} in Apply() 1375 const ExprP<typename Sig::Arg3>& arg3 = voidP()) in createApply() 1377 return exprP(new Apply<Sig>(func, arg0, arg1, arg2, arg3)); in createApply() 1384 const ExprP<typename Sig::Arg3>& arg3) const in operator ()() 1386 return createApply(*this, arg0, arg1, arg2, arg3); in operator ()() 1393 const ExprP<typename F::Arg3>& arg3 in app() 1429 ApplyVar(const ApplyFunc& func, const VariableP<Arg0>& arg0, const VariableP<Arg1>& arg1, const VariableP<Arg2>& arg2, const VariableP<Arg3>& arg3) ApplyVar() argument 1449 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument 2753 mat4(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2, const ExprP<Vector<T, Rows> >& arg3) mat4() argument [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 791 * int prctl(int option, unsigned long arg2, unsigned long arg3, 796 int sys_prctl(int option, unsigned long arg2, unsigned long arg3, in sys_prctl() argument 799 return my_syscall5(__NR_prctl, option, arg2, arg3, arg4, arg5); in sys_prctl() 803 int prctl(int option, unsigned long arg2, unsigned long arg3, in prctl() argument 806 return __sysret(sys_prctl(option, arg2, arg3, arg4, arg5)); in prctl()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.h | 361 #define SLJIT_ARGS3(ret, arg1, arg2, arg3) \ 362 (SLJIT_ARGS2(ret, arg1, arg2) | SLJIT_ARG_VALUE(SLJIT_ARG_TO_TYPE(arg3), 3)) 364 #define SLJIT_ARGS4(ret, arg1, arg2, arg3, arg4) \ 365 (SLJIT_ARGS3(ret, arg1, arg2, arg3) | SLJIT_ARG_VALUE(SLJIT_ARG_TO_TYPE(arg4), 4))
|
/kernel/linux/linux-5.10/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 201 * @arg3: Argument 3 to requested PM-API call 220 u32 arg2, u32 arg3, u32 *ret_payload) in zynqmp_pm_invoke_fn() 236 smc_arg[2] = ((u64)arg3 << 32) | arg2; in zynqmp_pm_invoke_fn() 362 qdata.arg2, qdata.arg3, out); in zynqmp_pm_query_data() 219 zynqmp_pm_invoke_fn(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 *ret_payload) zynqmp_pm_invoke_fn() argument
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 153 u64 arg0, arg3; in zynqmp_ipi_interrupt() local 159 arg3 = IPI_SMC_ENQUIRY_DIRQ_MASK; in zynqmp_ipi_interrupt() 164 zynqmp_ipi_fw_call(ipi_mbox, arg0, arg3, &res); in zynqmp_ipi_interrupt()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 151 u64 arg0, arg3; in zynqmp_ipi_interrupt() local 157 arg3 = IPI_SMC_ENQUIRY_DIRQ_MASK; in zynqmp_ipi_interrupt() 162 zynqmp_ipi_fw_call(ipi_mbox, arg0, arg3, &res); in zynqmp_ipi_interrupt()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | entry-common.S | 383 mov.l @(OFF_R7,r15), r7 ! arg3
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 137 LDREG kexec_initrd_end-0b(%arg2), %arg3
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 137 LDREG kexec_initrd_end-0b(%arg2), %arg3
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | sbi.h | 264 unsigned long arg3, unsigned long arg4,
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | entry-common.S | 383 mov.l @(OFF_R7,r15), r7 ! arg3
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 125 u32 arg3, u32 arg4, u32 arg5);
|
/kernel/uniproton/src/core/kernel/timer/swtmr/ |
H A D | prt_swtmr.c | 76 swtmr->handler(OS_SWTMR_INDEX_2_ID(swtmr->swtmrIndex), swtmr->arg1, swtmr->arg2, swtmr->arg3, swtmr->arg4); in OsSwTmrScanProcess()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 3424 const CPURegister& arg3) { in TruncateDoubleToI() 3431 CPURegister args[kPrintfMaxArgCount] = {arg0, arg1, arg2, arg3}; in TruncateDoubleToI() 3448 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3452 fp_tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3602 CPURegister arg3) { in TruncateDoubleToI() 3623 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3624 fp_tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3636 bool arg3_sp = arg3.is_valid() && sp.Aliases(arg3); in TruncateDoubleToI() 3647 if (arg3_sp) arg3 in TruncateDoubleToI() 3420 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) TruncateDoubleToI() argument [all...] |
/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 259 std::u16string arg3 = Str8ToStr16("arg3"); in HWTEST_F() local 260 args.emplace_back(arg3); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | traps.c | 383 unsigned long fkt, arg1, arg2, arg3; member 387 ia64_illegal_op_fault (unsigned long ec, long arg1, long arg2, long arg3, in ia64_illegal_op_fault() argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | traps.c | 383 unsigned long fkt, arg1, arg2, arg3; member 387 ia64_illegal_op_fault (unsigned long ec, long arg1, long arg2, long arg3, in ia64_illegal_op_fault() argument
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | sbi.c | 28 unsigned long arg3, unsigned long arg4, in sbi_ecall() 36 register uintptr_t a3 asm ("a3") = (uintptr_t)(arg3); in sbi_ecall() 26 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) sbi_ecall() argument
|
/third_party/backends/backend/ |
H A D | hp.c | 632 char buf[PATH_MAX], arg1[PATH_MAX], arg2[PATH_MAX], arg3[PATH_MAX]; in hp_read_config() local 671 nargs = sscanf (buf, "%s%s%s", arg1, arg2, arg3); in hp_read_config()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 142 unsigned long arg2, arg3, arg4, arg5; in keyctl() local 146 arg3 = va_arg(va, unsigned long); in keyctl() 150 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-typedarray-object.c | 1140 ecma_value_t arg3 = ((arguments_list_len > 2) ? arguments_list_p[2] in ecma_op_create_typedarray() local 1162 if (ecma_is_value_undefined (arg3)) in ecma_op_create_typedarray() 1180 if (ECMA_IS_VALUE_ERROR (ecma_op_to_length (arg3, &new_length))) in ecma_op_create_typedarray()
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 73 char* arg3{nullptr};
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | asmregs.h | 12 arg3: .reg %r23
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | asmregs.h | 12 arg3: .reg %r23
|