/external/libaom/libaom/common/ |
D | y4minput.c | 184 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 …]
|
D | y4minput.h | 28 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst,
|
/external/libvpx/libvpx/ |
D | y4minput.c | 187 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 …]
|
D | y4minput.h | 27 typedef void (*y4m_convert_func)(y4m_input *_y4m, unsigned char *_dst,
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | hardware_UsbBasicFileOperations.py | 14 _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/ |
D | hre.c | 290 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/ |
D | controlcenterd-id.c | 519 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/ |
D | idiag_meminfo_obj.c | 83 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()
|
D | idiag_vegasinfo_obj.c | 86 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()
|
D | idiag_req_obj.c | 173 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/ |
D | request.c | 44 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()
|
D | lookup.c | 58 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/ |
D | mirred.c | 52 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/ |
D | fw.c | 93 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/ |
D | blorp_genX_exec.h | 120 *_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/ |
D | cmake.py | 46 def copy_extra_build_products(_api, _src, _dst): argument
|
/external/skqp/infra/bots/recipe_modules/build/ |
D | cmake.py | 46 def copy_extra_build_products(_api, _src, _dst): argument
|
/external/libnl/lib/genl/ |
D | family.c | 66 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/ |
D | rbug_context.c | 853 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/ |
D | log_msg_obj.c | 49 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()
|
D | queue_msg_obj.c | 45 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/ |
D | SimpleTimeZone.java | 977 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/ |
D | SimpleTimeZone.java | 1001 int _dst) { in construct() argument 1013 dst = _dst; in construct() 1020 if (_dst == 0) { in construct()
|
/external/mesa3d/src/util/ |
D | disk_cache.c | 181 #define DRV_KEY_CPY(_dst, _src, _src_size) \ argument 183 memcpy(_dst, _src, _src_size); \ 184 _dst += _src_size; \
|
/external/llvm/test/CodeGen/X86/ |
D | abi-isel.ll | 64 ; 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 …]
|