Searched defs:_dst (Results 1 - 25 of 34) sorted by relevance

12

/external/libnl/lib/route/cls/
H A Dfw.c86 static int fw_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src) argument
88 struct rtnl_fw *dst = rtnl_cls_data(_dst);
H A Dbasic.c52 static int basic_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src) argument
H A Du32.c164 static int u32_clone(struct rtnl_cls *_dst, struct rtnl_cls *_src) argument
166 struct rtnl_u32 *dst = rtnl_cls_data(_dst);
/external/libnl/lib/fib_lookup/
H A Drequest.c44 static int request_clone(struct nl_object *_dst, struct nl_object *_src) argument
46 struct flnl_request *dst = nl_object_priv(_dst);
H A Dlookup.c57 static int result_clone(struct nl_object *_dst, struct nl_object *_src) argument
59 struct flnl_result *dst = nl_object_priv(_dst);
/external/libnl/lib/route/
H A Dclass_obj.c40 static int class_clone(struct nl_object *_dst, struct nl_object *_src) argument
42 struct rtnl_class *dst = nl_object_priv(_dst);
H A Dcls_obj.c46 static int cls_clone(struct nl_object *_dst, struct nl_object *_src) argument
48 struct rtnl_cls *dst = nl_object_priv(_dst);
H A Dqdisc_obj.c41 static int qdisc_clone(struct nl_object *_dst, struct nl_object *_src) argument
43 struct rtnl_qdisc *dst = (struct rtnl_qdisc *) _dst;
H A Dneigh.c183 static int neigh_clone(struct nl_object *_dst, struct nl_object *_src) argument
185 struct rtnl_neigh *dst = nl_object_priv(_dst);
H A Drule.c56 static int rule_clone(struct nl_object *_dst, struct nl_object *_src) argument
58 struct rtnl_rule *dst = nl_object_priv(_dst);
H A Daddr.c156 static int addr_clone(struct nl_object *_dst, struct nl_object *_src) argument
158 struct rtnl_addr *dst = nl_object_priv(_dst);
/external/libnl/lib/genl/
H A Dfamily.c58 static int family_clone(struct nl_object *_dst, struct nl_object *_src) argument
60 struct genl_family *dst = nl_object_priv(_dst);
/external/libnl/lib/route/sch/
H A Dcbq.c131 static int cbq_clone(struct rtnl_tca *_dst, struct rtnl_tca *_src) argument
135 if (src && !cbq_alloc(_dst))
/external/libvpx/libvpx/
H A Dy4minput.c188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, argument
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
209 _dst += _c_w;
215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, argument
222 _dst += _y4m->pic_w * _y4m->pic_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
229 _dst += c_sz;
277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, argument
365 y4m_422jpeg_420jpeg_helper(unsigned char *_dst, const unsigned char *_src, int _c_w, int _c_h) argument
431 y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
496 y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
568 y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
631 y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
683 y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
693 y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
[all...]
/external/opencv/cv/src/
H A Dcvcanny.cpp343 uchar* _dst = dst->data.ptr + dst->step*i; local
346 _dst[j] = (uchar)-(_map[j] >> 1);
H A Dcvundistort.cpp109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs ) argument
120 CvMat dststub, *dst = (CvMat*)_dst;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix, argument
390 CV_ASSERT( CV_IS_MAT(_src) && CV_IS_MAT(_dst) &&
392 (_dst->rows == 1 || _dst->cols == 1) &&
393 CV_ARE_SIZES_EQ(_src, _dst) &&
395 (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2));
426 dstf = (CvPoint2D32f*)_dst
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, argument
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
209 _dst += _c_w;
215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, argument
222 _dst += _y4m->pic_w * _y4m->pic_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
229 _dst += c_sz;
277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, argument
365 y4m_422jpeg_420jpeg_helper(unsigned char *_dst, const unsigned char *_src, int _c_w, int _c_h) argument
431 y4m_convert_422jpeg_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
496 y4m_convert_422_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
568 y4m_convert_411_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
631 y4m_convert_444_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
683 y4m_convert_mono_420jpeg(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
694 y4m_convert_null(y4m_input *_y4m, unsigned char *_dst, unsigned char *_aux) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _sr
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _sr
[all...]
/external/libnl/lib/netfilter/
H A Dlog_msg_obj.c49 static int log_msg_clone(struct nl_object *_dst, struct nl_object *_src) argument
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst;
H A Dqueue_msg_obj.c45 static int nfnl_queue_msg_clone(struct nl_object *_dst, struct nl_object *_src) argument
47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst;
H A Dct_obj.c69 static int ct_clone(struct nl_object *_dst, struct nl_object *_src) argument
71 struct nfnl_ct *dst = (struct nfnl_ct *) _dst;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c680 struct pipe_resource *_dst,
690 struct galahad_resource *glhd_resource_dst = galahad_resource(_dst);
696 if (_dst->format != _src->format) {
700 util_format_description(_dst->format);
707 if ((_src->target == PIPE_BUFFER && _dst->target != PIPE_BUFFER) ||
708 (_src->target != PIPE_BUFFER && _dst->target == PIPE_BUFFER)) {
710 _src->target, _dst->target);
743 struct pipe_surface *_dst,
749 struct galahad_surface *glhd_surface_dst = galahad_surface(_dst);
763 struct pipe_surface *_dst,
679 galahad_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
742 galahad_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
762 galahad_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c608 struct pipe_resource *_dst,
618 struct identity_resource *id_resource_dst = identity_resource(_dst);
654 struct pipe_surface *_dst,
660 struct identity_surface *id_surface_dst = identity_surface(_dst);
674 struct pipe_surface *_dst,
682 struct identity_surface *id_surface_dst = identity_surface(_dst);
607 identity_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
653 identity_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
673 identity_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c844 struct pipe_resource *_dst,
854 struct rbug_resource *rb_resource_dst = rbug_resource(_dst);
894 struct pipe_surface *_dst,
900 struct rbug_surface *rb_surface_dst = rbug_surface(_dst);
917 struct pipe_surface *_dst,
925 struct rbug_surface *rb_surface_dst = rbug_surface(_dst);
843 rbug_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
893 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
916 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument

Completed in 788 milliseconds

12