| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | bw_fixed.h | 42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2() 48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2() 101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add() 111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() 121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div() 126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod() 136 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ() 141 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq() 146 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq() 151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 141 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() 150 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() 159 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() 168 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min() 180 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max() 251 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add() 267 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int() 276 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub() 292 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int() 314 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | Xserver-dtrace.h.in | 41 #define XSERVER_CLIENT_AUTH(arg0, arg1, arg2, arg3) \ argument 43 #define XSERVER_CLIENT_CONNECT(arg0, arg1) \ argument 47 #define XSERVER_REQUEST_DONE(arg0, arg1, arg2, arg3, arg4) \ argument 49 #define XSERVER_REQUEST_START(arg0, arg1, arg2, arg3, arg4) \ argument 51 #define XSERVER_RESOURCE_ALLOC(arg0, arg1, arg2, arg3) \ argument 53 #define XSERVER_RESOURCE_FREE(arg0, arg1, arg2, arg3) \ argument 55 #define XSERVER_SEND_EVENT(arg0, arg1, arg2) \ argument 57 #define XSERVER_INPUT_EVENT(arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | genrtl.h | 34 rtx arg1) in init_rtx_fmt_ee() 53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument 56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument 62 rtx arg1) in init_rtx_fmt_ue() 81 #define gen_rtx_fmt_ue(c, m, arg0, arg1) \ argument 84 #define alloca_rtx_fmt_ue(c, m, arg0, arg1) \ argument 90 rtx arg1) in init_rtx_fmt_ie() 109 #define gen_rtx_fmt_ie(c, m, arg0, arg1) \ argument 112 #define alloca_rtx_fmt_ie(c, m, arg0, arg1) \ argument 168 rtx arg1, in init_rtx_fmt_uuBeiie() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | genrtl.h | 34 rtx arg1) in init_rtx_fmt_ee() 53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument 56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument 62 rtx arg1) in init_rtx_fmt_ue() 81 #define gen_rtx_fmt_ue(c, m, arg0, arg1) \ argument 84 #define alloca_rtx_fmt_ue(c, m, arg0, arg1) \ argument 90 rtx arg1) in init_rtx_fmt_ie() 109 #define gen_rtx_fmt_ie(c, m, arg0, arg1) \ argument 112 #define alloca_rtx_fmt_ie(c, m, arg0, arg1) \ argument 168 rtx arg1, in init_rtx_fmt_uuBeiie() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | linkage.h | 22 #define __asmlinkage_protect1(ret, arg1) \ argument 24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument 26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/detail/preprocessed/ |
| H A D | make_vector10.hpp | 58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() 74 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2) in make_vector() 90 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3) in make_vector() 106 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4) in make_vector() 122 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 138 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 154 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 170 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 186 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector()
|
| H A D | make_vector20.hpp | 58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() 74 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2) in make_vector() 90 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3) in make_vector() 106 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4) in make_vector() 122 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 138 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 154 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 170 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 186 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 202 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() [all …]
|
| H A D | make_vector30.hpp | 58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() 74 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2) in make_vector() 90 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3) in make_vector() 106 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4) in make_vector() 122 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 138 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 154 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 170 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 186 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 202 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() [all …]
|
| H A D | make_vector40.hpp | 58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() 74 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2) in make_vector() 90 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3) in make_vector() 106 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4) in make_vector() 122 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 138 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 154 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 170 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 186 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 202 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() [all …]
|
| H A D | make_vector50.hpp | 58 make_vector(T0 const& arg0 , T1 const& arg1) in make_vector() 74 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2) in make_vector() 90 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3) in make_vector() 106 make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4) in make_vector() 122 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 138 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 154 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 170 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 186 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() 202 …make_vector(T0 const& arg0 , T1 const& arg1 , T2 const& arg2 , T3 const& arg3 , T4 const& arg4 , T… in make_vector() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/ |
| H A D | stub_32.h | 24 static inline long stub_syscall1(long syscall, long arg1) in stub_syscall1() 33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() 43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() 53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() 64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
|
| H A D | stub_64.h | 29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() 40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() 52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() 66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | smp_32.h | 74 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() 78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() 83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() 90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 39 unsigned long arg1, in __invoke_sip_fn_smc() 48 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() 185 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() 191 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() 200 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() 267 int sip_smc_amp_config(u32 sub_func_id, u32 arg1, u32 arg2, u32 arg3) in sip_smc_amp_config() 277 struct arm_smccc_res sip_smc_get_amp_info(u32 sub_func_id, u32 arg1) in sip_smc_get_amp_info() 308 struct arm_smccc_res sip_hdcp_config(u32 arg0, u32 arg1, u32 arg2) in sip_hdcp_config() 598 int sip_wdt_config(u32 sub_func, u32 arg1, u32 arg2, u32 arg3) in sip_wdt_config() 609 int sip_hdmirx_config(u32 sub_func, u32 arg1, u32 arg2, u32 arg3) in sip_hdmirx_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_smc.c | 42 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() 61 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() 72 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_smc.c | 38 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() 57 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() 68 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/ |
| H A D | dcn_calc_math.c | 39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() 48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() 57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() 61 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 322 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument 336 #define GUEST_ASSERT_1(_condition, arg1) \ argument 339 #define GUEST_ASSERT_2(_condition, arg1, arg2) \ argument 342 #define GUEST_ASSERT_3(_condition, arg1, arg2, arg3) \ argument 345 #define GUEST_ASSERT_4(_condition, arg1, arg2, arg3, arg4) \ argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 25 unsigned long arg1, in __invoke_sip_fn_smc() 73 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, in sip_smc_amp_cfg() 83 unsigned long arg1, in sip_smc_dram() 122 int sip_smc_hdcp_config(unsigned long func, unsigned long arg1, unsigned long arg2) in sip_smc_hdcp_config()
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 313 #define my_syscall1(num, arg1) \ argument 329 #define my_syscall2(num, arg1, arg2) \ argument 346 #define my_syscall3(num, arg1, arg2, arg3) \ argument 364 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 383 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 403 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 518 #define my_syscall1(num, arg1) \ argument 534 #define my_syscall2(num, arg1, arg2) \ argument 551 #define my_syscall3(num, arg1, arg2, arg3) \ argument 569 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/spi/ |
| H A D | mainwindow.cpp | 172 void MainWindow::on_speed_textChanged(const QString &arg1) in on_speed_textChanged() 178 void MainWindow::on_delay_textChanged(const QString &arg1) in on_delay_textChanged() 184 void MainWindow::on_bits_textChanged(const QString &arg1) in on_bits_textChanged()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 570 #define PVOP_CALL1(rettype, op, arg1) \ argument 572 #define PVOP_VCALL1(op, arg1) \ argument 575 #define PVOP_CALLEE1(rettype, op, arg1) \ argument 577 #define PVOP_VCALLEE1(op, arg1) \ argument 581 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument 584 #define PVOP_VCALL2(op, arg1, arg2) \ argument 588 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument 591 #define PVOP_VCALLEE2(op, arg1, arg2) \ argument 596 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument 599 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcov.c | 211 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data() 244 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1() 250 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2() 256 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4() 262 void notrace __sanitizer_cov_trace_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_cmp8() 268 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1() 275 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2() 282 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4() 289 void notrace __sanitizer_cov_trace_const_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_const_cmp8()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | unistd.h | 117 #define _syscall1(type,name,type1,arg1) \ argument 123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|