Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c43 u32 *out = NULL; in mlx5_core_access_reg() local
123 struct mlx5_reg_pcap out; in mlx5_set_port_caps() local
149 u32 out[MLX5_ST_SZ_DW(mlcr_reg)]; in mlx5_set_port_beacon() local
160 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_ib_port_oper() local
191 u32 out[MLX5_ST_SZ_DW(paos_reg)]; in mlx5_set_port_admin_status() local
205 u32 out[MLX5_ST_SZ_DW(paos_reg)]; in mlx5_query_port_admin_status() local
222 u32 out[MLX5_ST_SZ_DW(pmtu_reg)]; in mlx5_query_port_mtu() local
239 u32 out[MLX5_ST_SZ_DW(pmtu_reg)]; in mlx5_set_port_mtu() local
265 u32 out[MLX5_ST_SZ_DW(pmlp_reg)]; in mlx5_query_module_num() local
285 u32 out[MLX5_ST_SZ_DW(mcia_reg)]; in mlx5_query_module_id() local
[all …]
H A Dvport.c45 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {}; in mlx5_query_vport_state() local
79 u32 *out) in mlx5_query_nic_vport_context()
95 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; in mlx5_query_nic_vport_min_inline() local
148 u32 out[MLX5_ST_SZ_DW(query_nic_vport_context_out)] = {}; in mlx5_query_nic_vport_mac_address() local
213 u32 *out; in mlx5_query_nic_vport_mtu() local
263 void *out; in mlx5_query_nic_vport_mac_list() local
319 u32 out[MLX5_ST_SZ_DW(modify_nic_vport_context_out)] = {}; in mlx5_modify_nic_vport_mac_list() local
371 u32 out[MLX5_ST_SZ_DW(modify_nic_vport_context_out)]; in mlx5_modify_nic_vport_vlans() local
421 u32 *out; in mlx5_query_nic_vport_system_image_guid() local
441 u32 *out; in mlx5_query_nic_vport_node_guid() local
[all …]
H A Dtransobj.c39 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)] = {}; in mlx5_core_alloc_transport_domain() local
68 u32 out[MLX5_ST_SZ_DW(create_rq_out)] = {}; in mlx5_core_create_rq() local
99 int mlx5_core_query_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *out) in mlx5_core_query_rq()
112 u32 out[MLX5_ST_SZ_DW(create_sq_out)] = {}; in mlx5_core_create_sq() local
140 int mlx5_core_query_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *out) in mlx5_core_query_sq()
152 void *out; in mlx5_core_query_sq_state() local
177 u32 out[MLX5_ST_SZ_DW(create_tir_out)] = {}; in mlx5_core_create_tir() local
208 u32 out[MLX5_ST_SZ_DW(create_tis_out)] = {}; in mlx5_core_create_tis() local
242 u32 out[MLX5_ST_SZ_DW(create_rqt_out)] = {}; in mlx5_core_create_rqt() local
257 u32 out[MLX5_ST_SZ_DW(modify_rqt_out)] = {}; in mlx5_core_modify_rqt() local
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Daes-spe-core.S22 #define LWH(out, off) \ argument
25 #define LWL(out, off) \ argument
28 #define LBZ(out, tab, off) \ argument
31 #define LAH(out, in, bpos, off) \ argument
35 #define LAL(out, in, bpos, off) \ argument
39 #define LAE(out, in, bpos) \ argument
43 #define LBE(out) \ argument
46 #define LAD(out, in, bpos) \ argument
50 #define LBD(out) \ argument
/OK3568_Linux_fs/kernel/fs/udf/
H A Dudfend.h10 struct kernel_lb_addr out; in lelb_to_cpu() local
20 struct lb_addr out; in cpu_to_lelb() local
30 struct short_ad out; in lesa_to_cpu() local
40 struct short_ad out; in cpu_to_lesa() local
50 struct kernel_long_ad out; in lela_to_cpu() local
60 struct long_ad out; in cpu_to_lela() local
70 struct kernel_extent_ad out; in leea_to_cpu() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<()
175 std::ostream& operator << (std::ostream& out, const Mat& mtx) in operator <<()
181 std::ostream& operator << (std::ostream& out, const UMat& m) in operator <<()
187 std::ostream& operator << (std::ostream& out, const Complex<_Tp>& c) in operator <<()
193 std::ostream& operator << (std::ostream& out, const std::vector<Point_<_Tp> >& vec) in operator <<()
200 std::ostream& operator << (std::ostream& out, const std::vector<Point3_<_Tp> >& vec) in operator <<()
207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
213 std::ostream& operator << (std::ostream& out, const Point_<_Tp>& p) in operator <<()
220 std::ostream& operator << (std::ostream& out, const Point3_<_Tp>& p) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<()
175 std::ostream& operator << (std::ostream& out, const Mat& mtx) in operator <<()
181 std::ostream& operator << (std::ostream& out, const UMat& m) in operator <<()
187 std::ostream& operator << (std::ostream& out, const Complex<_Tp>& c) in operator <<()
193 std::ostream& operator << (std::ostream& out, const std::vector<Point_<_Tp> >& vec) in operator <<()
200 std::ostream& operator << (std::ostream& out, const std::vector<Point3_<_Tp> >& vec) in operator <<()
207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
213 std::ostream& operator << (std::ostream& out, const Point_<_Tp>& p) in operator <<()
220 std::ostream& operator << (std::ostream& out, const Point3_<_Tp>& p) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.inl.hpp166 std::ostream& operator << (std::ostream& out, Ptr<Formatted> fmtd) in operator <<()
175 std::ostream& operator << (std::ostream& out, const Mat& mtx) in operator <<()
181 std::ostream& operator << (std::ostream& out, const UMat& m) in operator <<()
187 std::ostream& operator << (std::ostream& out, const Complex<_Tp>& c) in operator <<()
193 std::ostream& operator << (std::ostream& out, const std::vector<Point_<_Tp> >& vec) in operator <<()
200 std::ostream& operator << (std::ostream& out, const std::vector<Point3_<_Tp> >& vec) in operator <<()
207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
213 std::ostream& operator << (std::ostream& out, const Point_<_Tp>& p) in operator <<()
220 std::ostream& operator << (std::ostream& out, const Point3_<_Tp>& p) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_offload.c38 struct flow_match_meta *out) in flow_rule_match_meta()
45 struct flow_match_basic *out) in flow_rule_match_basic()
52 struct flow_match_control *out) in flow_rule_match_control()
59 struct flow_match_eth_addrs *out) in flow_rule_match_eth_addrs()
66 struct flow_match_vlan *out) in flow_rule_match_vlan()
73 struct flow_match_vlan *out) in flow_rule_match_cvlan()
80 struct flow_match_ipv4_addrs *out) in flow_rule_match_ipv4_addrs()
87 struct flow_match_ipv6_addrs *out) in flow_rule_match_ipv6_addrs()
94 struct flow_match_ip *out) in flow_rule_match_ip()
101 struct flow_match_ports *out) in flow_rule_match_ports()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c20 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device()
53 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device()
85 int omapdss_register_output(struct omap_dss_device *out) in omapdss_register_output()
92 void omapdss_unregister_output(struct omap_dss_device *out) in omapdss_unregister_output()
100 struct omap_dss_device *out; in omap_dss_get_output() local
113 struct omap_dss_device *out; in omap_dss_find_output() local
127 struct omap_dss_device *out; in omap_dss_find_output_by_port_node() local
163 struct omap_dss_device *out; in omapdss_find_mgr_from_display() local
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs_ioctl.c31 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in device_status_info() local
46 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in hw_ip_info() local
90 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in hw_events_info() local
106 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in dram_usage_info() local
129 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in hw_idle() local
212 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in device_utilization() local
235 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in get_clk_rate() local
254 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in get_reset_count() local
270 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in time_sync_info() local
287 void __user *out = (void __user *) (uintptr_t) args->return_pointer; in pci_counters_info() local
[all …]
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c39 test_values_XIRawEvent(RawDeviceEvent *in, xXIRawEvent * out, BOOL swap) in test_values_XIRawEvent()
143 xXIRawEvent *out, *swapped; in test_XIRawEvent() local
162 xEvent *out; in test_convert_XIFocusEvent() local
270 test_values_XIDeviceEvent(DeviceEvent *in, xXIDeviceEvent * out, BOOL swap) in test_values_XIDeviceEvent()
400 xXIDeviceEvent *out, *swapped; in test_XIDeviceEvent() local
627 xXIDeviceChangedEvent * out, BOOL swap) in test_values_XIDeviceChangedEvent()
753 xXIDeviceChangedEvent *out, *swapped; in test_XIDeviceChangedEvent() local
901 xXITouchOwnershipEvent * out, BOOL swap) in test_values_XITouchOwnershipEvent()
930 xXITouchOwnershipEvent *out, *swapped; in test_XITouchOwnershipEvent() local
992 xXIBarrierEvent *out, *swapped; in test_XIBarrierEvent() local
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha256_ssse3_glue.c69 unsigned int len, u8 *out, sha256_block_fn *sha256_xform) in sha256_finup()
90 unsigned int len, u8 *out) in sha256_ssse3_finup()
96 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final()
156 unsigned int len, u8 *out) in sha256_avx_finup()
161 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final()
232 unsigned int len, u8 *out) in sha256_avx2_finup()
237 static int sha256_avx2_final(struct shash_desc *desc, u8 *out) in sha256_avx2_final()
307 unsigned int len, u8 *out) in sha256_ni_finup()
312 static int sha256_ni_final(struct shash_desc *desc, u8 *out) in sha256_ni_final()
H A Dsha1_ssse3_glue.c52 unsigned int len, u8 *out, sha1_block_fn *sha1_xform) in sha1_finup()
76 unsigned int len, u8 *out) in sha1_ssse3_finup()
82 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final()
126 unsigned int len, u8 *out) in sha1_avx_finup()
131 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final()
208 unsigned int len, u8 *out) in sha1_avx2_finup()
213 static int sha1_avx2_final(struct shash_desc *desc, u8 *out) in sha1_avx2_final()
258 unsigned int len, u8 *out) in sha1_ni_finup()
263 static int sha1_ni_final(struct shash_desc *desc, u8 *out) in sha1_ni_final()
H A Dsha512_ssse3_glue.c67 unsigned int len, u8 *out, sha512_block_fn *sha512_xform) in sha512_finup()
88 unsigned int len, u8 *out) in sha512_ssse3_finup()
94 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final()
164 unsigned int len, u8 *out) in sha512_avx_finup()
170 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final()
230 unsigned int len, u8 *out) in sha512_avx2_finup()
236 static int sha512_avx2_final(struct shash_desc *desc, u8 *out) in sha512_avx2_final()
H A Dcrc32c-intel_glue.c114 u8 *out) in __crc32c_intel_finup()
121 unsigned int len, u8 *out) in crc32c_intel_finup()
126 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final()
135 unsigned int len, u8 *out) in crc32c_intel_digest()
170 u8 *out) in __crc32c_pcl_intel_finup()
183 unsigned int len, u8 *out) in crc32c_pcl_intel_finup()
189 unsigned int len, u8 *out) in crc32c_pcl_intel_digest()
/OK3568_Linux_fs/u-boot/test/
H A Dcompression.c127 void *out, unsigned long out_max, in compress_using_gzip()
141 void *out, unsigned long out_max, in uncompress_using_gzip()
155 void *out, unsigned long out_max, in compress_using_bzip2()
173 void *out, unsigned long out_max, in uncompress_using_bzip2()
188 void *out, unsigned long out_max, in compress_using_lzma()
206 void *out, unsigned long out_max, in uncompress_using_lzma()
220 void *out, unsigned long out_max, in compress_using_lzo()
238 void *out, unsigned long out_max, in uncompress_using_lzo()
253 void *out, unsigned long out_max, in compress_using_lz4()
271 void *out, unsigned long out_max, in uncompress_using_lz4()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_bitread.h28 #define READ_ONEBIT(bitctx, out)\ argument
36 #define READ_BITS(bitctx, num_bits, out)\ argument
44 #define READ_BITS_LONG(bitctx, num_bits, out)\ argument
52 #define SHOW_BITS(bitctx, num_bits, out)\ argument
60 #define SHOW_BITS_LONG(bitctx, num_bits, out)\ argument
80 #define READ_UE(bitctx, out)\ argument
88 #define READ_SE(bitctx, out)\ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c29 void halbb_set_bit(u8 strt, u8 len, u32 in, u32 *out) in halbb_set_bit()
47 u32 out = 0; in halbb_ceil() local
57 u32 out; in halbb_mod() local
67 u32 out = val_1 > val_2 ? val_2 : val_1; in halbb_min() local
73 u32 out = val_1 < val_2 ? val_2 : val_1; in halbb_max() local
150 …n_sd, enum coding_rate_t code_rate, u8 n_bpscs, u8 nss, bool dcm, struct plcp_mcs_table_out_t *out) in halbb_com_par_cal()
230 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_legacy_mcs_table()
260 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_ht_mcs_table()
300 …_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out){ in halbb_vht_mcs_table()
376 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_he_mcs_table()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_plcp_gen.c29 void halbb_set_bit(u8 strt, u8 len, u32 in, u32 *out) in halbb_set_bit()
47 u32 out = 0; in halbb_ceil() local
57 u32 out; in halbb_mod() local
67 u32 out = val_1 > val_2 ? val_2 : val_1; in halbb_min() local
73 u32 out = val_1 < val_2 ? val_2 : val_1; in halbb_max() local
150 …n_sd, enum coding_rate_t code_rate, u8 n_bpscs, u8 nss, bool dcm, struct plcp_mcs_table_out_t *out) in halbb_com_par_cal()
230 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_legacy_mcs_table()
260 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_ht_mcs_table()
300 …_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out){ in halbb_vht_mcs_table()
376 …s_table(struct bb_info *bb, const struct plcp_mcs_table_in_t *in, struct plcp_mcs_table_out_t *out) in halbb_he_mcs_table()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp31 void identity(mat4& out) { in identity()
50 bool invert(mat4& out, mat4& a) { in invert()
97 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far… in ortho()
119 void perspective(mat4& out, double fovy, double aspect, double near, double far) { in perspective()
140 void copy(mat4& out, const mat4& a) { in copy()
159 void translate(mat4& out, const mat4& a, double x, double y, double z) { in translate()
185 void rotate_x(mat4& out, const mat4& a, double rad) { in rotate_x()
219 void rotate_y(mat4& out, const mat4& a, double rad) { in rotate_y()
253 void rotate_z(mat4& out, const mat4& a, double rad) { in rotate_z()
287 void scale(mat4& out, const mat4& a, double x, double y, double z) { in scale()
[all …]
H A Dmat3.cpp30 void identity(mat3& out) { in identity()
42 void translate(mat3& out, const mat3& a, double x, double y) { in translate()
60 void rotate(mat3& out, const mat3& a, double rad) { in rotate()
86 void scale(mat3& out, const mat3& a, double x, double y) { in scale()
98 void transformMat3f(vec3f& out, const vec3f& a, const mat3& m) { in transformMat3f()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Depapr_hcalls.h466 unsigned long *out, in epapr_hypercall()
502 unsigned long *out, in epapr_hypercall()
512 unsigned long out[8]; in epapr_hypercall0_1() local
524 unsigned long out[8]; in epapr_hypercall0() local
532 unsigned long out[8]; in epapr_hypercall1() local
542 unsigned long out[8]; in epapr_hypercall2() local
553 unsigned long out[8]; in epapr_hypercall3() local
566 unsigned long out[8]; in epapr_hypercall4() local
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dresources.c11 u32 out[MLX5_ST_SZ_DW(alloc_pd_out)] = {}; in alloc_pd() local
38 u32 out[MLX5_ST_SZ_DW(query_special_contexts_out)] = {}; in get_null_mkey() local
52 u32 out[MLX5_ST_SZ_DW(create_uctx_out)] = {}; in create_uctx() local
79 u32 out[MLX5_ST_SZ_DW(destroy_uctx_out)] = {}; in destroy_uctx() local
90 u32 out[MLX5_ST_SZ_DW(create_tis_out)] = {}; in mlx5_vdpa_create_tis() local
114 u32 out[MLX5_ST_SZ_DW(create_rqt_out)] = {}; in mlx5_vdpa_create_rqt() local
137 u32 out[MLX5_ST_SZ_DW(create_tir_out)] = {}; in mlx5_vdpa_create_tir() local
160 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)] = {}; in mlx5_vdpa_alloc_transport_domain() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcmd.c47 u32 out[MLX5_FPGA_ACCESS_REG_SZ]; in mlx5_fpga_access_reg() local
85 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; in mlx5_fpga_ctrl_op() local
128 u32 out[MLX5_ST_SZ_DW(fpga_ctrl)]; in mlx5_fpga_query() local
145 u32 out[MLX5_ST_SZ_DW(fpga_create_qp_out)] = {}; in mlx5_fpga_create_qp() local
181 u32 out[MLX5_ST_SZ_DW(fpga_query_qp_out)] = {}; in mlx5_fpga_query_qp() local
210 u32 out[MLX5_ST_SZ_DW(fpga_query_qp_counters_out)] = {}; in mlx5_fpga_query_qp_counters() local

12345678910>>...58