Home
last modified time | relevance | path

Searched refs:arg3 (Results 51 - 75 of 353) sorted by relevance

12345678910>>...15

/third_party/jerryscript/tests/jerry/
H A Darray-prototype-some.js17 function f(arg1, arg2, arg3) {
19 assert(arg3 === array);
25 function g(arg1, arg2, arg3) {
H A Darray-prototype-filter.js17 function f(arg1, arg2, arg3) {
19 assert(arg3 === array);
31 function g (arg1, arg2, arg3) {
H A Dfunction.prototype.js15 function f (arg1, arg2, arg3)
19 this.boolean = arg3;
/kernel/linux/linux-5.10/drivers/firmware/meson/
H A Dmeson_sm.c71 u32 arg3, u32 arg4) in __meson_sm_call()
75 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res); in __meson_sm_call()
99 * @arg3: SMC32 Argument 3
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call()
116 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4); in meson_sm_call()
135 * @arg3: SMC32 Argument 3
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read()
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
186 * @arg3: SMC32 Argument 3
193 u32 arg1, u32 arg2, u32 arg3, u3 in meson_sm_call_write()
70 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) __meson_sm_call() argument
104 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call() argument
142 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_read() argument
191 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/meson/
H A Dmeson_sm.c71 u32 arg3, u32 arg4) in __meson_sm_call()
75 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res); in __meson_sm_call()
99 * @arg3: SMC32 Argument 3
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call()
116 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4); in meson_sm_call()
135 * @arg3: SMC32 Argument 3
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read()
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
186 * @arg3: SMC32 Argument 3
193 u32 arg1, u32 arg2, u32 arg3, u3 in meson_sm_call_write()
70 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) __meson_sm_call() argument
104 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call() argument
142 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_read() argument
191 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_write() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp130 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, in SafeUint32Mult() argument
133 *result = SafeUint32Mult(arg1, arg2, arg3); in SafeUint32Mult()
140 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, in SafeUint32Mult() argument
143 *result = SafeUint32Mult(arg1, arg2, arg3, arg4); in SafeUint32Mult()
155 std::uint32_t arg3) { in SafeUint32Mult()
156 return SafeUint32Mult(SafeUint32Mult(arg1, arg2), arg3); in SafeUint32Mult()
160 std::uint32_t arg3, std::uint32_t arg4) { in SafeUint32Mult()
161 return SafeUint32Mult(SafeUint32Mult(arg1, arg2, arg3), arg4); in SafeUint32Mult()
154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) SafeUint32Mult() argument
159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) SafeUint32Mult() argument
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl.c1874 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5()
1880 (int) arg3); in SYSCALL_DEFINE5()
1887 (const void __user *) arg3, in SYSCALL_DEFINE5()
1895 (char __user *) arg3, in SYSCALL_DEFINE5()
1903 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1907 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1911 (const char __user *) arg3, in SYSCALL_DEFINE5()
1917 (char __user *) arg3, in SYSCALL_DEFINE5()
1922 (uid_t) arg3, in SYSCALL_DEFINE5()
1927 (key_perm_t) arg3); in SYSCALL_DEFINE5()
[all...]
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c1874 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5()
1880 (int) arg3); in SYSCALL_DEFINE5()
1887 (const void __user *) arg3, in SYSCALL_DEFINE5()
1895 (char __user *) arg3, in SYSCALL_DEFINE5()
1903 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1907 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1911 (const char __user *) arg3, in SYSCALL_DEFINE5()
1917 (char __user *) arg3, in SYSCALL_DEFINE5()
1922 (uid_t) arg3, in SYSCALL_DEFINE5()
1927 (key_perm_t) arg3); in SYSCALL_DEFINE5()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c134 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in debug_op()
154 fprintf(stderr, ", %s, %s, %d", _mesa_enum_to_string(arg3), in debug_op()
596 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in _mesa_FragmentOpXATI()
682 if (arg3) { in _mesa_FragmentOpXATI()
683 if (!check_arith_arg(optype, arg3, arg3Rep)) { in _mesa_FragmentOpXATI()
688 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
689 (arg1 != arg2) && (arg1 != arg3) && (arg2 != arg3)) { in _mesa_FragmentOpXATI()
700 if (arg3) in _mesa_FragmentOpXATI()
131 debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) debug_op() argument
593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_FragmentOpXATI() argument
771 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_ColorFragmentOp3ATI() argument
801 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_AlphaFragmentOp3ATI() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Druntime-wrappers.c73 efi_rts_work.arg3 = _arg3; \
181 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
186 arg3 = efi_rts_work.arg3; in efi_call_rts()
200 (efi_bool_t *)arg2, (efi_time_t *)arg3); in efi_call_rts()
208 (efi_guid_t *)arg2, (u32 *)arg3, in efi_call_rts()
214 (efi_guid_t *)arg3); in efi_call_rts()
218 (efi_guid_t *)arg2, *(u32 *)arg3, in efi_call_rts()
223 (u64 *)arg2, (u64 *)arg3, (u64 *)arg4); in efi_call_rts()
232 *(unsigned long *)arg3); in efi_call_rts()
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3644 int *arg3 = (int *) 0 ; variable
3657 arg3 = &temp3;
3666 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4);
3669 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*arg3)));
3672 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags));
3692 int *arg3 = (int *) 0 ; variable
3705 arg3 = &temp3;
3714 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4);
3718 (result == NULL) ? 0 : ReturnedBufferSize("WebPDecodeRGB", arg3, arg4));
3721 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*arg3)));
3745 int *arg3 = (int *) 0 ; global() variable
3798 int *arg3 = (int *) 0 ; global() variable
3851 int *arg3 = (int *) 0 ; global() variable
3904 int *arg3 = (int *) 0 ; global() variable
3970 int *arg3 = (int *) 0 ; global() variable
4090 int *arg3 = (int *) 0 ; global() variable
4210 int *arg3 = (int *) 0 ; global() variable
4330 int *arg3 = (int *) 0 ; global() variable
4450 int *arg3 = (int *) 0 ; global() variable
4561 int *arg3 = (int *) 0 ; global() variable
4672 int *arg3 = (int *) 0 ; global() variable
4783 int *arg3 = (int *) 0 ; global() variable
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsun4m_smp.c163 unsigned long arg3; member
174 unsigned long arg2, unsigned long arg3, in sun4m_cross_call()
186 ccall_info.arg3 = arg3; in sun4m_cross_call()
236 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4m_cross_call_irq()
173 sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4m_cross_call() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsun4m_smp.c163 unsigned long arg3; member
174 unsigned long arg2, unsigned long arg3, in sun4m_cross_call()
186 ccall_info.arg3 = arg3; in sun4m_cross_call()
238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4m_cross_call_irq()
173 sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4m_cross_call() argument
/third_party/node/lib/
H A Dtimers.js138 * @param {any} [arg3]
141 function setTimeout(callback, after, arg1, arg2, arg3) {
157 args = [arg1, arg2, arg3];
208 * @param {any} [arg3]
211 function setInterval(callback, repeat, arg1, arg2, arg3) {
227 args = [arg1, arg2, arg3];
281 * @param {any} [arg3]
284 function setImmediate(callback, arg1, arg2, arg3) {
299 args = [arg1, arg2, arg3];
/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp32 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3) in Message() argument
33 : what_(what), arg1_(arg1), arg2_(arg2), arg3_(arg3) in Message()
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message() argument
43 : what_(what), arg1_(arg1), arg2_(arg2), arg3_(arg3), obj_(obj) in Message()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc58 const SubstituteArg& arg2, const SubstituteArg& arg3, in Substitute()
63 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute()
71 const SubstituteArg& arg2, const SubstituteArg& arg3, in SubstituteAndAppend()
76 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, nullptr in SubstituteAndAppend()
55 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) Substitute() argument
68 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) SubstituteAndAppend() argument
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
351 arg3.policy = SCHED_RR; in main()
352 arg3.priority = 30; in main()
353 arg3.func = func_rt; in main()
393 startThread(&arg3); in main()
402 stopThread(&arg3); in main()
406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id, in main()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dkvm_para.h38 #define HYPERCALL_PARM_3 HYPERCALL_PARM_2, unsigned long arg3
51 register unsigned long r4 asm("4") = arg3
65 #define HYPERCALL_ARGS_3 HYPERCALL_ARGS_2, arg3
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c38 unsigned long arg3, in ehea_plpar_hcall_norets()
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
74 unsigned long arg3, in ehea_plpar_hcall9()
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
101 && (((cb_cat == H_PORT_CB4) && ((arg3 == H_PORT_CB4_JUMBO) in ehea_plpar_hcall9()
102 || (arg3 == H_PORT_CB4_SPEED))) || ((cb_cat == H_PORT_CB7) in ehea_plpar_hcall9()
103 && (arg3 == H_PORT_CB7_DUCQPN))))) in ehea_plpar_hcall9()
105 " arg1=%lx arg2=%lx arg3 in ehea_plpar_hcall9()
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) ehea_plpar_hcall_norets() argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) ehea_plpar_hcall9() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c38 unsigned long arg3, in ehea_plpar_hcall_norets()
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
74 unsigned long arg3, in ehea_plpar_hcall9()
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
101 && (((cb_cat == H_PORT_CB4) && ((arg3 == H_PORT_CB4_JUMBO) in ehea_plpar_hcall9()
102 || (arg3 == H_PORT_CB4_SPEED))) || ((cb_cat == H_PORT_CB7) in ehea_plpar_hcall9()
103 && (arg3 == H_PORT_CB7_DUCQPN))))) in ehea_plpar_hcall9()
105 " arg1=%lx arg2=%lx arg3 in ehea_plpar_hcall9()
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) ehea_plpar_hcall_norets() argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) ehea_plpar_hcall9() argument
[all...]
/third_party/popt/tests/
H A Dtest1.c19 static int arg3 = 0; variable
91 { "arg3", '3', POPT_ARG_INT, &arg3, 0,
158 arg3 = 0; in resetVars()
238 if (arg3) in main()
239 fprintf(stdout, " arg3: %d", arg3); in main()
/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/ia64/kernel/
H A Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call()
121 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, in ia64_esi_call()
141 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys()
169 esi_params[3] = arg3; in ia64_esi_call_phys()
88 ia64_esi_call(efi_guid_t guid, struct ia64_sal_retval *isrvp, enum esi_proc_type proc_type, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call() argument
140 ia64_esi_call_phys(efi_guid_t guid, struct ia64_sal_retval *isrvp, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call_phys() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap-secure.c55 * @arg1, arg2, arg3 args4: Parameters passed to secure API
60 u32 arg3, u32 arg4) in omap_secure_dispatcher()
68 param[3] = arg3; in omap_secure_dispatcher()
146 * @arg1, arg2, arg3 args4: Parameters passed to secure API
154 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher()
162 param[3] = arg3; in rx51_secure_dispatcher()
59 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) omap_secure_dispatcher() argument
153 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) rx51_secure_dispatcher() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call()
121 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, in ia64_esi_call()
141 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys()
169 esi_params[3] = arg3; in ia64_esi_call_phys()
88 ia64_esi_call(efi_guid_t guid, struct ia64_sal_retval *isrvp, enum esi_proc_type proc_type, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call() argument
140 ia64_esi_call_phys(efi_guid_t guid, struct ia64_sal_retval *isrvp, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call_phys() argument

Completed in 22 milliseconds

12345678910>>...15