Home
last modified time | relevance | path

Searched refs:strd (Results 1 – 25 of 38) sorted by relevance

12

/third_party/optimized-routines/string/arm/
Dmemcpy.S299 strd A_l, A_h, [dst, #8]
301 strd A_l, A_h, [dst, #16]
303 strd A_l, A_h, [dst, #24]
305 strd A_l, A_h, [dst, #32]
307 strd A_l, A_h, [dst, #40]
309 strd A_l, A_h, [dst, #48]
311 strd A_l, A_h, [dst, #56]
313 strd A_l, A_h, [dst, #64]!
337 strd A_l, A_h, [dst, #-56]
339 strd A_l, A_h, [dst, #-48]
[all …]
Dstrlen-armv6t2.S45 strd r4, r5, [sp, #-8]!
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/
Dvo.c116 static hi_s32 vo_construct_gfx_attr(unsigned long addr, unsigned int strd, in vo_construct_gfx_attr() argument
121 gfx_attr_tmp.stride = strd; in vo_construct_gfx_attr()
129 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect gx_rect, unsigned i… in start_gx() argument
134 ret = vo_construct_gfx_attr(addr, strd, gx_rect, type, &gfx_attr); in start_gx()
162 static hi_void vo_contruct_video_layer_attr(unsigned long addr, unsigned int strd, in vo_contruct_video_layer_attr() argument
165 video_attr->stride = strd; in vo_contruct_video_layer_attr()
170 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect layer_rect) in start_videolayer() argument
175 vo_contruct_video_layer_attr(addr, strd, layer_rect, &video_attr); in start_videolayer()
182 vo_dcache_range(addr, strd * layer_rect.height * 3 / 2); /* 3 / 2 times */ in start_videolayer()
/third_party/uboot/u-boot-2020.01/cmd/
Dcmd_vo_hi3516ev200.c30 extern int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect l…
32 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
172 unsigned int layer, strd, x, y, w, h; in do_startvl() local
184 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startvl()
191 (strd > (PIC_MAX_WIDTH * 2)) || in do_startvl()
205 start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
238 unsigned int layer, strd, x, y, w, h; in do_startgx() local
249 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startgx()
269 start_gx(layer, addr, strd, gx_rect); in do_startgx()
Dcmd_vo_hi3519av100.c30 extern int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect l…
39 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
246 unsigned int layer, strd, x, y, w, h; in do_startvl() local
259 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startvl()
280 if((strd > (layer_max_w * 2)) || in do_startvl()
295 start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
328 unsigned int layer, strd, x, y, w, h; in do_startgx() local
340 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startgx()
361 if((strd > (layer_max_w * 2)) || in do_startgx()
375 start_gx(layer, addr, strd, gx_rect); in do_startgx()
Dcmd_vo_hi3516cv500.c30 extern int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect l…
39 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
256 unsigned int layer, strd, x, y, w, h; in do_startvl() local
268 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startvl()
275 (strd > (PIC_MAX_WIDTH * 2)) || in do_startvl()
290 start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
323 unsigned int layer, strd, x, y, w, h; in do_startgx() local
335 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startgx()
356 start_gx(layer, addr, strd, gx_rect); in do_startgx()
Dcmd_vo_hi3559av100.c30 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
32 extern int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect l…
338 unsigned int layer, strd, x, y, w, h; in do_startgx() local
350 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startgx()
371 if((strd > (layer_max_w * 2)) || in do_startgx()
385 start_gx(layer, addr, strd, gx_rect); in do_startgx()
418 unsigned int layer, strd, x, y, w, h; in do_startvl() local
431 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startvl()
452 if((strd > (layer_max_w * 2)) || in do_startvl()
466 start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
Dcmd_vo_hi3569v100.c30 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
32 extern int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect l…
338 unsigned int layer, strd, x, y, w, h; in do_startgx() local
350 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startgx()
371 if((strd > (layer_max_w * 2)) || in do_startgx()
385 start_gx(layer, addr, strd, gx_rect); in do_startgx()
418 unsigned int layer, strd, x, y, w, h; in do_startvl() local
431 strd = (unsigned int)simple_strtoul(argv[3], NULL, CMD_VO_ARGS_BASE10); in do_startvl()
452 if((strd > (layer_max_w * 2)) || in do_startvl()
466 start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
Dcmd_vo.c236 unsigned long *addr, unsigned int *strd, hi_rect *layer_rect) in start_layer_parse() argument
277 *strd = (unsigned int)strd_tmp; in start_layer_parse()
301 unsigned int layer, strd, type; in do_startgx() local
309 ret = start_layer_parse(argv, &layer, &addr, &strd, &gx_rect); in do_startgx()
321 ret = start_gx(layer, addr, strd, gx_rect, type); in do_startgx()
376 unsigned int layer, strd; in do_startvl() local
386 ret = start_layer_parse(argv, &layer, &addr, &strd, &layer_rect); in do_startvl()
392 ret = start_videolayer(layer, addr, strd, layer_rect); in do_startvl()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3519av100/
Dvou.c339 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re… in start_videolayer() argument
351 vo_dcache_range(addr, strd * layer_rect.h * 3 / 2); /* 3 / 2 times */ in start_videolayer()
381 hal_video_set_multi_area_l_addr(layer, 0, addr, strd); in start_videolayer()
382 …hal_video_set_multi_area_c_addr(layer, 0, addr + strd * vo_align(layer_rect.h, 16), strd); /* alig… in start_videolayer()
404 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument
417 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
443 hal_graphic_set_gfx_stride(vo_layer, strd >> 4); /* 4 to set register */ in start_gx()
Dvou.h32 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re…
34 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/
Ddrv_vo_video_comm.c120 hi_u32 strd; in vo_drv_layer_open() local
124 strd = video_attr->stride; in vo_drv_layer_open()
139 hal_video_set_multi_area_lum_addr(layer, 0, addr, strd); in vo_drv_layer_open()
140 …_video_set_multi_area_chm_addr(layer, 0, addr + strd * VOU_ALIGN(disp_rect.height, VO_STRIDE_ALIGN… in vo_drv_layer_open()
Ddrv_vo_gfx_comm.c106 hi_u32 strd; in vo_drv_gfx_open() local
115 strd = gfx_attr->stride; in vo_drv_gfx_open()
123 hal_gfx_set_gfx_stride(vo_layer, strd >> 4); /* stride div 16(2 ^ 4) */ in vo_drv_gfx_open()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3559av100/
Dvou.c311 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument
324 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
342 hal_graphic_set_gfx_stride(vo_layer, strd >> 4); /* 4 to set regitster */ in start_gx()
419 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re… in start_videolayer() argument
431 vo_dcache_range(addr, strd * layer_rect.h * 3 / 2); /* 3 / 2 times */ in start_videolayer()
462 hal_video_set_multi_area_l_addr(layer, 0, addr, strd); in start_videolayer()
463 …hal_video_set_multi_area_c_addr(layer, 0, addr + strd * vo_align(layer_rect.h, 16), strd); /* alig… in start_videolayer()
Dvou.h31 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re…
34 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516cv500/
Dvou.c329 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re… in start_videolayer() argument
342 vo_dcache_range(addr, strd * layer_rect.h * 3 / 2); /* 3 / 2 times */ in start_videolayer()
371 hal_video_set_multi_area_l_addr(layer, 0, addr, strd); in start_videolayer()
372 …hal_video_set_multi_area_c_addr(layer, 0, addr + strd * vo_align(layer_rect.h, 16), strd); /* alig… in start_videolayer()
445 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument
456 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
466 hal_graphic_set_gfx_stride(vo_layer, strd >> 4); /* 4 to set register */ in start_gx()
Dvou.h31 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re…
33 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/pxa/
Dstart.S179 strd r4, [r1], #8
180 strd r4, [r1], #8
181 strd r4, [r1], #8
182 strd r4, [r1], #8
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516ev200/
Dvou.h31 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re…
33 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
Dvou.c304 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect layer_re… in start_videolayer() argument
316 vo_dcache_range(addr, strd * layer_rect.h * 3 / 2); /* 3 / 2 times */ in start_videolayer()
353 hal_video_set_multi_area_l_addr(vo_layer, 0, addr, strd); in start_videolayer()
354 …ti_area_c_addr(vo_layer, 0, addr + layer_rect.h * align_back(layer_rect.w, 8), strd); /* align 8 */ in start_videolayer()
374 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument
387 vo_dcache_range(scroll_image_logo.rgb_buffer, strd * gx_rect.h); in start_gx()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/include/
Dvo.h52 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect gx_rect, unsigned i…
54 int start_videolayer(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect layer_rect);
/third_party/openssl/crypto/sha/
Dkeccak1600-armv4.S184 strd r10,r11,[sp,#208] @ D[1] = E[0]
195 strd r12,r14,[sp,#232] @ D[4] = E[1]
209 strd r0,r1,[sp,#200] @ D[0] = C[0]
223 strd r2,r3,[sp,#216] @ D[2] = C[1]
242 strd r4,r5,[sp,#224] @ D[3] = C[2]
302 strd r10,r11,[sp,#240] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
315 strd r12,r14,[sp,#248] @ R[0][1] = C[1] ^ (~C[2] & C[3]);
326 strd r10,r11,[sp,#256] @ R[0][2] = C[2] ^ (~C[3] & C[4]);
337 strd r12,r14,[sp,#264] @ R[0][3] = C[3] ^ (~C[4] & C[0]);
359 strd r10,r11,[sp,#272] @ R[0][4] = C[4] ^ (~C[0] & C[1]);
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dhpeldsp_armv6.S47 strd r6, r7, [r0, #8]
53 strd r10, r11, [r0, #8]
Dsimple_idct_armv5te.S118 strd a3, a4, [a1]
132 strd a3, a4, [a1, #8]
141 strd a3, a4, [a1]
142 strd a3, a4, [a1, #8]
/third_party/ffmpeg/libavutil/arm/
Dasm.S327 A strd \rt, \rt2, [\rn], \rm
328 T strd \rt, \rt2, [\rn]

12