Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/
Dy4minput.c188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, in y4m_42xmpeg2_42xjpeg_helper() argument
197 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
207 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
215 _dst[x] = (unsigned char)OC_CLAMPI( in y4m_42xmpeg2_42xjpeg_helper()
223 _dst += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
229 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() argument
236 _dst += _y4m->pic_w * _y4m->pic_h; in y4m_convert_42xmpeg2_42xjpeg()
242 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg()
243 _dst += c_sz; in y4m_convert_42xmpeg2_42xjpeg()
291 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/mesa3d/src/amd/addrlib/inc/
Dlnx_common_defs.h72 #define vsnprintf(_dst, _size, _fmt, varg) __ke_snprintf(_dst, _size, _fmt, varg) argument
125 #define snprintf(_dst, _size, _fmt, arg...) __ke_snprintf(_dst, _size, _fmt, ##arg) argument
/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()
Dbasic.c53 static int basic_clone(void *_dst, void *_src) in basic_clone() 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/valgrind/none/tests/amd64/
Dsse4-64.c211 #define DO_imm_r_r(_opname, _imm, _src, _dst) \ argument
219 : /*out*/ : /*in*/ "r"(&(_src)), "r"(&(_dst)), "r"(&(_tmp)) \
224 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
229 #define DO_imm_m_r(_opname, _imm, _src, _dst) \ argument
238 : /*out*/ : /*in*/ "r"(_srcM), "r"(&(_dst)), "r"(&(_tmp)) \
243 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
249 #define DO_imm_mandr_r(_opname, _imm, _src, _dst) \ argument
250 DO_imm_r_r( _opname, _imm, _src, _dst ) \
251 DO_imm_m_r( _opname, _imm, _src, _dst )
257 #define DO_r_r(_opname, _src, _dst) \ argument
[all …]
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c869 struct pipe_resource *_dst, in rbug_resource_copy_region() argument
879 struct rbug_resource *rb_resource_dst = rbug_resource(_dst); in rbug_resource_copy_region()
953 struct pipe_surface *_dst, in rbug_clear_render_target() argument
960 struct rbug_surface *rb_surface_dst = rbug_surface(_dst); in rbug_clear_render_target()
978 struct pipe_surface *_dst, in rbug_clear_depth_stencil() argument
987 struct rbug_surface *rb_surface_dst = rbug_surface(_dst); in rbug_clear_depth_stencil()
/external/valgrind/VEX/priv/
Dguest_x86_helpers.c1774 # define COPY_U128(_dst,_src) \ in x86g_dirtyhelper_FXSAVE() argument
1775 do { _dst[0] = _src[0]; _dst[1] = _src[1]; \ in x86g_dirtyhelper_FXSAVE()
1776 _dst[2] = _src[2]; _dst[3] = _src[3]; } \ in x86g_dirtyhelper_FXSAVE()
1809 # define COPY_U128(_dst,_src) \ in x86g_dirtyhelper_FXRSTOR() argument
1810 do { _dst[0] = _src[0]; _dst[1] = _src[1]; \ in x86g_dirtyhelper_FXRSTOR()
1811 _dst[2] = _src[2]; _dst[3] = _src[3]; } \ in x86g_dirtyhelper_FXRSTOR()
Dguest_amd64_helpers.c2170 # define COPY_U128(_dst,_src) \ in LibVEX_GuestAMD64_fxsave() argument
2171 do { _dst[0] = _src[0]; _dst[1] = _src[1]; \ in LibVEX_GuestAMD64_fxsave()
2172 _dst[2] = _src[2]; _dst[3] = _src[3]; } \ in LibVEX_GuestAMD64_fxsave()
2279 # define COPY_U128(_dst,_src) \ in LibVEX_GuestAMD64_fxrstor() argument
2280 do { _dst[0] = _src[0]; _dst[1] = _src[1]; \ in LibVEX_GuestAMD64_fxrstor()
2281 _dst[2] = _src[2]; _dst[3] = _src[3]; } \ in LibVEX_GuestAMD64_fxrstor()
/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/mesa3d/src/intel/vulkan/
Danv_private.h764 *_dst = anv_batch_emit_dwords(batch, __anv_cmd_length(cmd)); \
765 __builtin_expect(_dst != NULL, 1); \
766 ({ __anv_cmd_pack(cmd)(batch, _dst, &name); \
767 VG(VALGRIND_CHECK_MEM_IS_DEFINED(_dst, __anv_cmd_length(cmd) * 4)); \
768 _dst = NULL; \
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleTimeZone.java999 int _dst) { in construct() argument
1011 dst = _dst; in construct()
1018 if (_dst <= 0) { in construct()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSimpleTimeZone.java975 int _dst) { in construct() argument
987 dst = _dst; in construct()
994 if (_dst <= 0) { in construct()
/external/swiftshader/third_party/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 …]
/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 …]
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h108 *_dst = blorp_emit_dwords(batch, _blorp_cmd_length(cmd)); \
109 __builtin_expect(_dst != NULL, 1); \
110 _blorp_cmd_pack(cmd)(batch, (void *)_dst, &name), \
111 _dst = NULL)

12