Home
last modified time | relevance | path

Searched refs:p_dst (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y107 static struct sockaddr *p_dst = NULL; variable
279 if (set_x_request(p_src, p_dst) < 0)
330 p_dst = parse_sockaddr(&$4, NULL);
331 if (p_dst == NULL)
341 p_dst = parse_sockaddr(&$5, &$6);
342 if (p_dst == NULL)
455 if (p_src == NULL && p_dst == NULL) { in rule_check()
461 else if (p_src->sa_family != p_dst->sa_family) { in rule_check()
577 if (p_dst != NULL) { in policy_parse_request_init()
578 free(p_dst); in policy_parse_request_init()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Ddeblock.c46 unsigned char *p_src, *p_dst; in vpx_post_proc_down_and_across_mb_row_c() local
58 p_dst = dst_ptr; in vpx_post_proc_down_and_across_mb_row_c()
77 p_dst[col] = v; in vpx_post_proc_down_and_across_mb_row_c()
82 p_dst = dst_ptr; in vpx_post_proc_down_and_across_mb_row_c()
103 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
107 p_dst[col - 2] = d[(col - 2) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
108 p_dst[col - 1] = d[(col - 1) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
/external/libvpx/libvpx/vpx_dsp/mips/
Ddeblock_msa.c149 uint8_t *p_dst = dst_ptr; in postproc_down_across_chroma_msa() local
179 p_dst, dst_stride); in postproc_down_across_chroma_msa()
181 p_dst += 16; in postproc_down_across_chroma_msa()
210 SD4(out0, out1, out2, out3, p_dst, dst_stride); in postproc_down_across_chroma_msa()
216 SD4(out0, out1, out2, out3, p_dst + 4 * dst_stride, dst_stride); in postproc_down_across_chroma_msa()
220 p_dst = dst_ptr - 2; in postproc_down_across_chroma_msa()
221 LD_UB8(p_dst, dst_stride, inter0, inter1, inter2, inter3, inter4, inter5, in postproc_down_across_chroma_msa()
273 p_dst += 8; in postproc_down_across_chroma_msa()
274 LD_UB2(p_dst, dst_stride, inter0, inter1); in postproc_down_across_chroma_msa()
277 LD_UB2(p_dst + 2 * dst_stride, dst_stride, inter2, inter3); in postproc_down_across_chroma_msa()
[all …]
/external/libvpx/libvpx/
Dtools_common.c300 uint16_t *p_dst = in highbd_img_upshift() local
302 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
335 uint16_t *p_dst = in lowbd_img_upshift() local
338 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
377 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in vpx_img_truncate_16_to_8() local
379 *p_dst++ = (uint8_t)(*p_src++); in vpx_img_truncate_16_to_8()
412 uint16_t *p_dst = in highbd_img_downshift() local
414 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift; in highbd_img_downshift()
446 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in lowbd_img_downshift() local
448 *p_dst++ = *p_src++ >> down_shift; in lowbd_img_downshift()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c45 uint16_t *p_dst; in vp9_highbd_post_proc_down_and_across_c() local
53 p_dst = dst_ptr; in vp9_highbd_post_proc_down_and_across_c()
68 p_dst[col] = v; in vp9_highbd_post_proc_down_and_across_c()
73 p_dst = dst_ptr; in vp9_highbd_post_proc_down_and_across_c()
92 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 7]; in vp9_highbd_post_proc_down_and_across_c()
96 p_dst[col - 2] = d[(col - 2) & 7]; in vp9_highbd_post_proc_down_and_across_c()
97 p_dst[col - 1] = d[(col - 1) & 7]; in vp9_highbd_post_proc_down_and_across_c()
/external/valgrind/none/tests/ppc64/
Djm-insns.c6073 double src, *p_dst; in test_float_st_two_regs_imm16() local
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6104 *p_dst = 0; // clear dst in test_float_st_two_regs_imm16()
6125 double_to_bits(*p_dst), r15-base); in test_float_st_two_regs_imm16()
6140 double src, *p_dst; in test_float_st_three_regs() local
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
6169 p_dst = &fargs_priv[i]; in test_float_st_three_regs()
6172 *p_dst = 0; // clear dst in test_float_st_three_regs()
6188 double_to_bits(*p_dst), r15-base); in test_float_st_three_regs()
[all …]
/external/valgrind/none/tests/ppc32/
Djm-insns.c6073 double src, *p_dst; in test_float_st_two_regs_imm16() local
6097 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_two_regs_imm16()
6101 p_dst = &fargs_priv[i]; in test_float_st_two_regs_imm16()
6104 *p_dst = 0; // clear dst in test_float_st_two_regs_imm16()
6125 double_to_bits(*p_dst), r15-base); in test_float_st_two_regs_imm16()
6140 double src, *p_dst; in test_float_st_three_regs() local
6165 p_dst = &fargs_priv[nb_tmp_fargs-1 + i]; in test_float_st_three_regs()
6169 p_dst = &fargs_priv[i]; in test_float_st_three_regs()
6172 *p_dst = 0; // clear dst in test_float_st_three_regs()
6188 double_to_bits(*p_dst), r15-base); in test_float_st_three_regs()
[all …]