| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | copy_user.S | 67 #define dst1 r25 macro 99 mov dst1=dst // copy because of rotation 116 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 131 and dst2=0x7,dst1 // dst offset 198 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 241 EX(.failure_out,(EPI) st8 [dst1]=tmp,8); \ 249 (EPI) st8 [dst1]=tmp,8; \ 290 (p14) adds dst1=-8,dst1 291 (p15) sub dst1=dst1,t1 309 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) [all …]
|
| H A D | memcpy_mck.S | 36 #define dst1 r18 macro 103 add dst1=1,in0 // dest odd index 142 add dst1=8,dst0 // 2nd dest pointer 160 EK(.ex_handler, (p17) st8 [dst1]=r37,16) 165 EK(.ex_handler, (p16) st8 [dst1]=r38,16) 180 EX(.ex_hndlr_d, (p7) st8 [dst1]=t2,8) // store byte 2 184 EX(.ex_handler, (p8) st8 [dst1]=t3) // store byte 3 208 add dst1 = 3*8, dst_pre_mem // first t3 dst 231 EK(.ex_handler, (p[D]) st8 [dst1] = t3, 8) // M3 236 EK(.ex_handler, (p[D]) st8 [dst1] = t4, 3*8) [all …]
|
| H A D | copy_page_mck.S | 72 #define dst1 r10 macro 127 add dst1 = 3*8, in0 // first t3 dst 151 (p[D]) st8 [dst1] = t3, 8 // M3 156 (p[D]) st8 [dst1] = t4, 3*8 161 (p[D]) st8 [dst1] = t7, 3*8 166 (p[D]) st8 [dst1] = t10, 8 171 (p[D]) st8 [dst1] = t11, 3*8 176 (p[D]) st8 [dst1] = t14, 8 181 (p[D]) st8 [dst1] = t15, 4*8
|
| H A D | clear_page.S | 27 #define dst1 r8 macro 44 adds dst1 = 16, in0 57 1: stf.spill.nta [dst1] = f0, 64 63 1: stf.spill.nta [dst1] = f0, 64 69 stf.spill.nta [dst1] = f0, 64
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | sysimgblt.c | 53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit() argument 63 dst2 = dst1; in color_imageblit() 66 dst = dst1; in color_imageblit() 100 dst1 += p->fix.line_length; in color_imageblit() 103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument 123 dst2 = dst1; in slow_imageblit() 131 dst = dst1; in slow_imageblit() 166 dst1 += pitch; in slow_imageblit() 170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit() [all …]
|
| H A D | cfbimgblt.c | 76 struct fb_info *p, u8 __iomem *dst1, in color_imageblit() argument 89 dst2 = (u32 __iomem *) dst1; in color_imageblit() 92 dst = (u32 __iomem *) dst1; in color_imageblit() 126 dst1 += p->fix.line_length; in color_imageblit() 129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 138 u8 __iomem *dst1, u32 fgcolor, in slow_imageblit() argument 152 dst2 = (u32 __iomem *) dst1; in slow_imageblit() 160 dst = (u32 __iomem *) dst1; in slow_imageblit() 195 dst1 += pitch; in slow_imageblit() 199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | vt8623fb.c | 146 u8 __iomem *dst1; in vt8623fb_iplan_imageblit() local 152 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit() 157 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_imageblit() 164 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit() 172 u8 __iomem *dst1; in vt8623fb_iplan_fillrect() local 176 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect() 180 dst = (u32 __iomem *) dst1; in vt8623fb_iplan_fillrect() 184 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect() 202 u8 __iomem *dst1; in vt8623fb_cfb4_imageblit() local 208 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit() [all …]
|
| H A D | arkfb.c | 179 u8 __iomem *dst1; in arkfb_iplan_imageblit() local 185 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_iplan_imageblit() 190 dst = (u32 __iomem *) dst1; in arkfb_iplan_imageblit() 197 dst1 += info->fix.line_length; in arkfb_iplan_imageblit() 206 u8 __iomem *dst1; in arkfb_iplan_fillrect() local 210 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect() 214 dst = (u32 __iomem *) dst1; in arkfb_iplan_fillrect() 218 dst1 += info->fix.line_length; in arkfb_iplan_fillrect() 237 u8 __iomem *dst1; in arkfb_cfb4_imageblit() local 243 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_cfb4_imageblit() [all …]
|
| H A D | s3fb.c | 352 u8 __iomem *dst1; in s3fb_iplan_imageblit() local 358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit() 363 dst = (u32 __iomem *) dst1; in s3fb_iplan_imageblit() 370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit() 379 u8 __iomem *dst1; in s3fb_iplan_fillrect() local 383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect() 387 dst = (u32 __iomem *) dst1; in s3fb_iplan_fillrect() 391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect() 409 u8 __iomem *dst1; in s3fb_cfb4_imageblit() local 415 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 245 MppBuffer dst1 = ctx->out_buf1; in dec_vproc_set_dei_v1() local 287 mpp_assert(dst1); in dec_vproc_set_dei_v1() 288 fd = mpp_buffer_get_fd(dst1); in dec_vproc_set_dei_v1() 302 dec_vproc_put_frame(mpp, frm, dst1, curr_pts, frame_err); in dec_vproc_set_dei_v1() 304 dec_vproc_put_frame(mpp, frm, dst1, first_pts, frame_err); in dec_vproc_set_dei_v1() 359 MppBuffer dst1 = ctx->out_buf1; in dec_vproc_set_dei_v2() local 405 mpp_assert(dst1); in dec_vproc_set_dei_v2() 406 fd = mpp_buffer_get_fd(dst1); in dec_vproc_set_dei_v2() 475 dec_vproc_put_frame(mpp, frm, dst1, curr_pts, frame_err); in dec_vproc_set_dei_v2() 477 dump_mppbuffer(dst1, "/data/dump/dump_output.yuv", hor_stride, ver_stride); in dec_vproc_set_dei_v2() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | hw_iep_reg.c | 1160 dst_addr_y1 = ((u32)iep_msg->dst1.mem_addr) + offset_addr_y; in iep_config_dst_addr() 1161 dst_addr_cbcr1 = ((u32)iep_msg->dst1.uv_addr) + offset_addr_uv; in iep_config_dst_addr() 1162 dst_addr_cr1 = ((u32)iep_msg->dst1.v_addr) + offset_addr_v; in iep_config_dst_addr() 1183 dst_addr_y1 = ((u32)iep_msg->dst1.mem_addr) + (offset_addr_y << 10); in iep_config_dst_addr() 1184 dst_addr_cbcr1 = ((u32)iep_msg->dst1.uv_addr) + (offset_addr_uv << 10); in iep_config_dst_addr() 1185 dst_addr_cr1 = ((u32)iep_msg->dst1.v_addr) + (offset_addr_v << 10); in iep_config_dst_addr() 1237 (u32)iep_msg->dst1.mem_addr); in iep_config_dst_addr() 1239 (u32)iep_msg->dst1.uv_addr); in iep_config_dst_addr() 1241 (u32)iep_msg->dst1.v_addr); in iep_config_dst_addr()
|
| H A D | iep_drv.h | 31 struct iep_img dst1; member
|
| H A D | iep.h | 200 struct iep_img dst1; member
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | exthdrs.c | 219 opt->dsthao = opt->dst1; in ipv6_dest_hao() 220 opt->dst1 = 0; in ipv6_dest_hao() 302 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv() 304 dstbuf = opt->dst1; in ipv6_destopt_rcv() 314 opt->nhoff = opt->dst1; in ipv6_destopt_rcv() 731 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv() 732 opt->dst1 = 0; in ipv6_rthdr_rcv()
|
| H A D | datagram.c | 712 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl() 713 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
|
| H A D | af_inet6.c | 856 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 907 dst1="${prefix4}.${b_r1}.1" 911 dst1="${prefix6}:${b_r1}::1" 927 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1} 931 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})" 939 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})" 948 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})" 1797 dst1="${prefix4}.${b_r1}.1" 1802 dst1="${prefix6}:${b_r1}::1" 1819 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1} 1823 pmtu_1="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst1})"
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.cpp | 285 IepImg dst1; in iep_process_thread() local 291 config_iep_img(&dst1, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_dst1); in iep_process_thread() 294 iep_control(info->ctx, IEP_CMD_SET_DEI_DST1, &dst1); in iep_process_thread()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/ |
| H A D | iep.cpp | 422 if (!msg->dst1.mem_addr) in iep_control() 423 memcpy(&msg->dst1, &msg->dst, sizeof(msg->dst)); in iep_control() 441 memcpy(&msg->dst1, param, sizeof(IepImg)); in iep_control()
|
| H A D | iep.h | 160 IepMsgImg dst1; member
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_policy.c | 2572 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local 2601 dst_copy_metrics(dst1, dst); in xfrm_bundle_create() 2618 dst1->xfrm = xfrm[i]; in xfrm_bundle_create() 2621 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create() 2622 dst1->lastuse = now; in xfrm_bundle_create() 2624 dst1->input = dst_discard; in xfrm_bundle_create() 2629 dst1->output = afinfo->output; in xfrm_bundle_create() 2631 dst1->output = dst_discard_out; in xfrm_bundle_create() 2901 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local 2914 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipv6.h | 130 __u16 dst1; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | photo.hpp | 851 CV_EXPORTS_W void pencilSketch(InputArray src, OutputArray dst1, OutputArray dst2,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | core_c.h | 985 CVAPI(void) cvSplit( const CvArr* src, CvArr* dst0, CvArr* dst1,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | core_c.h | 985 CVAPI(void) cvSplit( const CvArr* src, CvArr* dst0, CvArr* dst1,
|