| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_ops.c | 502 u8 arg1, arg2, tree_val; in qed_init_cmd_mode_match() local
|
| /kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
| H A D | bioscalls.c | 81 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, in call_pnp_bios() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 125 struct augmented_arg arg, arg2; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
| H A D | cs_prctl_test.c | 77 static int _prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, in _prctl() argument
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | extension_test.cpp | 147 char arg2[ARG_BUF_SIZE]; in TEST_F() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_stack.c | 302 char *arg2, *p2, *saveptr2 = NULL; in config_output() local
|
| /third_party/ltp/include/lapi/ |
| H A D | keyctl.h | 45 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | atifragshader.c | 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 760 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) _mesa_ColorFragmentOp2ATI() 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 791 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) _mesa_AlphaFragmentOp2ATI() 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...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_translate.c | 429 uint32_t arg1, arg2, arg3; in emit_simple_arith() local
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | ameth_lib.c | 348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument
|
| H A D | bio_asn1.c | 324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| H A D | dsa_ameth.c | 412 static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dsa_pkey_ctrl() argument
|
| /third_party/openssl/crypto/asn1/ |
| H A D | ameth_lib.c | 348 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) EVP_PKEY_asn1_set_ctrl() argument
|
| H A D | bio_asn1.c | 324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument [all...] |
| /third_party/openssl/crypto/dsa/ |
| H A D | dsa_ameth.c | 412 static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dsa_pkey_ctrl() 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 [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | callback.h | 214 FunctionClosure2(FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2) FunctionClosure2() argument 238 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) MethodClosure2() argument 466 NewCallback(void (*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) NewCallback() argument 474 NewPermanentCallback(void (*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) NewPermanentCallback() argument 482 NewCallback(Class* object, void (Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) NewCallback() argument 490 NewPermanentCallback( Class* object, void (Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) NewPermanentCallback() argument [all...] |
| /device/soc/rockchip/common/vendor/drivers/firmware/ |
| H A D | rockchip_sip.c | 46 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument 184 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() argument 190 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() argument 199 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() argument 37 invoke_sip_fn_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) invoke_sip_fn_smc() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 48 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument 185 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() argument 191 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() argument 200 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() argument 37 __invoke_sip_fn_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) __invoke_sip_fn_smc() argument [all...] |
| /foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/ |
| H A D | ringtone_player_napi.cpp | 670 const int32_t arg2 = 2; in On() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_transceiver.c | 235 static SoftBusMessage *TransProxyCreateLoopMsg(int32_t what, uint64_t arg1, uint64_t arg2, char *data) in TransProxyCreateLoopMsg() argument
|
| /kernel/linux/linux-5.10/drivers/firmware/psci/ |
| H A D | psci.c | 112 __invoke_psci_fn_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) __invoke_psci_fn_hvc() argument 122 __invoke_psci_fn_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) __invoke_psci_fn_smc() argument
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | math-emu.h | 246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable 253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable 271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | process_64.c | 720 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) in do_arch_prctl_64() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| H A D | vmware.c | 168 static int vmware_cmd_stealclock(uint32_t arg1, uint32_t arg2) in vmware_cmd_stealclock() argument
|