Home
last modified time | relevance | path

Searched defs:arg2 (Results 51 - 75 of 445) sorted by relevance

12345678910>>...18

/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h51 uint64_t arg2; member
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_event.h130 static __always_inline void log_dbg2(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2) in log_dbg2() argument
142 static __always_inline void log_dbg3(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3) in log_dbg3() argument
155 static __always_inline void log_dbg4(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3, in log_dbg4() argument
170 static __always_inline void log_dbg5(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u3 argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_scan_state_machine.cpp32 void MockScanStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage() argument
H A Dmock_wifi_ap_service.cpp89 void MockApStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage() argument
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c31 unsigned arg2; member
162 bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, unsigned arg2, unsigned arg3) bcm_kona_smc() argument
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsmp_32.h78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() argument
83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() argument
90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4() argument
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/
H A Dstub_64.h29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
H A Dstub_32.h33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
/kernel/linux/linux-6.6/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c19 unsigned arg2; member
139 bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, unsigned arg2, unsigned arg3) bcm_kona_smc() argument
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dsmp_32.h75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2() argument
80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3() argument
87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4() argument
/kernel/linux/linux-5.10/include/linux/
H A Dseccomp.h81 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument
48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument
57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument
61 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dseccomp.h83 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c40 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument
49 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument
58 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument
62 dcn_bw_max2(const float arg1, const float arg2) dcn_bw_max2() argument
[all...]
/kernel/uniproton/src/core/kernel/include/
H A Dprt_swtmr_external.h57 U32 arg2; member
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc63 void check_trap(const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2) { in check_trap() argument
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl02.c87 unsigned long *arg2; global() member
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h70 } arg2; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D2-1.c188 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c203 thestruct arg1, arg2; in main() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc201 Handle<Object> arg2; in RUNTIME_FUNCTION() local
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp77 std::string arg2 = "95"; in SetUpTestSuite() local
147 std::string arg2 = "95"; in SetUpTestSuite() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidparse.c64 FT_Byte *arg1, *arg2; in FT_LOCAL_DEF() local
/third_party/python/Include/
H A Dpydtrace.h28 static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_LINE() argument
29 static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_ENTRY() argument
30 static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_RETURN() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc55 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

Completed in 9 milliseconds

12345678910>>...18