Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 25 of 45) sorted by relevance

12

/external/libaom/libaom/common/
Dy4minput.c184 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, in y4m_42xmpeg2_42xjpeg_helper() argument
193 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
203 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
211 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
219 _dst += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
225 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() argument
232 _dst += _y4m->pic_w * _y4m->pic_h; in y4m_convert_42xmpeg2_42xjpeg()
238 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg()
239 _dst += c_sz; in y4m_convert_42xmpeg2_42xjpeg()
287 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() argument
[all …]
Dy4minput.h28 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst,
/external/libvpx/libvpx/
Dy4minput.c187 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, in y4m_42xmpeg2_42xjpeg_helper() argument
196 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
206 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
214 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
222 _dst += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
228 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() argument
235 _dst += _y4m->pic_w * _y4m->pic_h; in y4m_convert_42xmpeg2_42xjpeg()
241 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg()
242 _dst += c_sz; in y4m_convert_42xmpeg2_42xjpeg()
290 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() argument
[all …]
Dy4minput.h27 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst,
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py14 _src, _dst = None, None variable in hardware_UsbBasicFileOperations
27 self._dst = autotemp.tempfile(unique_id='autotest',
65 utils.force_copy(self._src.name, self._dst.name)
71 if src_md5 != storage_mod.checksum_file(self._dst.name):
104 utils.force_copy(self._src.name, self._dst.name)
108 dst_md5 = modify_file(self._dst.name)
121 if self._dst:
122 self._dst.clean()
/external/u-boot/board/gdsys/a38x/
Dhre.c290 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
292 uint8_t *dst = _dst; in compute_and()
299 return _dst; in compute_and()
302 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
304 uint8_t *dst = _dst; in compute_or()
311 return _dst; in compute_or()
314 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
316 uint8_t *dst = _dst; in compute_xor()
323 return _dst; in compute_xor()
326 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c519 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
521 uint8_t *dst = _dst; in compute_and()
528 return _dst; in compute_and()
531 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
533 uint8_t *dst = _dst; in compute_or()
540 return _dst; in compute_or()
543 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
545 uint8_t *dst = _dst; in compute_xor()
552 return _dst; in compute_xor()
555 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]
/external/libnl/lib/idiag/
Didiag_meminfo_obj.c83 static int idiagnl_meminfo_clone(struct nl_object *_dst, struct nl_object *_src) in idiagnl_meminfo_clone() argument
85 struct idiagnl_meminfo *dst = (struct idiagnl_meminfo *) _dst; in idiagnl_meminfo_clone()
Didiag_vegasinfo_obj.c86 static int idiagnl_vegasinfo_clone(struct nl_object *_dst, in idiagnl_vegasinfo_clone() argument
89 struct idiagnl_vegasinfo *dst = (struct idiagnl_vegasinfo *) _dst; in idiagnl_vegasinfo_clone()
Didiag_req_obj.c173 static int idiagnl_req_clone(struct nl_object *_dst, struct nl_object *_src) in idiagnl_req_clone() argument
175 struct idiagnl_req *dst = (struct idiagnl_req *) _dst; in idiagnl_req_clone()
/external/libnl/lib/fib_lookup/
Drequest.c44 static int request_clone(struct nl_object *_dst, struct nl_object *_src) in request_clone() argument
46 struct flnl_request *dst = nl_object_priv(_dst); in request_clone()
Dlookup.c58 static int result_clone(struct nl_object *_dst, struct nl_object *_src) in result_clone() argument
60 struct flnl_result *dst = nl_object_priv(_dst); in result_clone()
/external/libnl/lib/route/act/
Dmirred.c52 static int mirred_clone(void *_dst, void *_src) in mirred_clone() argument
54 struct rtnl_mirred *dst = _dst, *src = _src; in mirred_clone()
/external/libnl/lib/route/cls/
Dfw.c93 static int fw_clone(void *_dst, void *_src) in fw_clone() argument
95 struct rtnl_fw *dst = _dst, *src = _src; in fw_clone()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h120 *_dst = blorp_emit_dwords(batch, _blorp_cmd_length(cmd)); \
121 __builtin_expect(_dst != NULL, 1); \
122 _blorp_cmd_pack(cmd)(batch, (void *)_dst, &name), \
123 _dst = NULL)
141 *_dst = blorp_alloc_dynamic_state(batch, \
144 __builtin_expect(_dst != NULL, 1); \
145 _blorp_cmd_pack(state)(batch, (void *)_dst, &name), \
146 blorp_flush_range(batch, _dst, _blorp_cmd_length(state) * 4), \
147 _dst = NULL)
/external/skia/infra/bots/recipe_modules/build/
Dcmake.py46 def copy_extra_build_products(_api, _src, _dst): argument
/external/skqp/infra/bots/recipe_modules/build/
Dcmake.py46 def copy_extra_build_products(_api, _src, _dst): argument
/external/libnl/lib/genl/
Dfamily.c66 static int family_clone(struct nl_object *_dst, struct nl_object *_src) in family_clone() argument
68 struct genl_family *dst = nl_object_priv(_dst); in family_clone()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c853 struct pipe_resource *_dst, in rbug_resource_copy_region() argument
863 struct rbug_resource *rb_resource_dst = rbug_resource(_dst); in rbug_resource_copy_region()
937 struct pipe_surface *_dst, in rbug_clear_render_target() argument
944 struct rbug_surface *rb_surface_dst = rbug_surface(_dst); in rbug_clear_render_target()
962 struct pipe_surface *_dst, in rbug_clear_depth_stencil() argument
971 struct rbug_surface *rb_surface_dst = rbug_surface(_dst); in rbug_clear_depth_stencil()
/external/libnl/lib/netfilter/
Dlog_msg_obj.c49 static int log_msg_clone(struct nl_object *_dst, struct nl_object *_src) in log_msg_clone() argument
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst; in log_msg_clone()
Dqueue_msg_obj.c45 static int nfnl_queue_msg_clone(struct nl_object *_dst, struct nl_object *_src) in nfnl_queue_msg_clone() argument
47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst; in nfnl_queue_msg_clone()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSimpleTimeZone.java977 int _dst) { in construct() argument
989 dst = _dst; in construct()
996 if (_dst == 0) { in construct()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleTimeZone.java1001 int _dst) { in construct() argument
1013 dst = _dst; in construct()
1020 if (_dst == 0) { in construct()
/external/mesa3d/src/util/
Ddisk_cache.c181 #define DRV_KEY_CPY(_dst, _src, _src_size) \ argument
183 memcpy(_dst, _src, _src_size); \
184 _dst += _src_size; \
/external/llvm/test/CodeGen/X86/
Dabi-isel.ll64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst
87 ; DARWIN-64-STATIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
94 ; DARWIN-64-DYNAMIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
101 ; DARWIN-64-PIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
201 ; DARWIN-32-STATIC: movl $_dst, _ptr
220 ; DARWIN-64-STATIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
226 ; DARWIN-64-DYNAMIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
232 ; DARWIN-64-PIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
860 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst+64
883 ; DARWIN-64-STATIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r.x]]
[all …]

12