Searched refs:orig_dst (Results 1 – 9 of 9) sorted by relevance
/external/netperf/src/missing/ |
D | inet_ntop.c | 102 const char *orig_dst = dst; in inet_ntop_v4() local 127 return orig_dst; in inet_ntop_v4()
|
/external/icu/icu4c/source/common/ |
D | uinvchar.c | 569 uint8_t *orig_dst = dst; in uprv_aestrncpy() local 584 return orig_dst; in uprv_aestrncpy() 590 uint8_t *orig_dst = dst; in uprv_eastrncpy() local 609 return orig_dst; in uprv_eastrncpy()
|
/external/tcpdump/missing/ |
D | inet_ntop.c | 66 const char *orig_dst = dst; in inet_ntop_v4() local 91 return orig_dst; in inet_ntop_v4()
|
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; in ct_dump_tuples() local 138 orig_dst = nfnl_ct_get_dst(ct, 0); in ct_dump_tuples() 154 if (orig_src && orig_dst && reply_src && reply_dst && in ct_dump_tuples() 157 !nl_addr_cmp(orig_dst, reply_src)) in ct_dump_tuples() 162 dump_addr(p, orig_dst, orig_dport); in ct_dump_tuples()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1122 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode() local 1544 if (best_pred->data == orig_dst.buf) { in vp9_pick_inter_mode() 1563 pd->dst = orig_dst; in vp9_pick_inter_mode() 1621 pd->dst = orig_dst; in vp9_pick_inter_mode() 1627 if (best_pred->data != orig_dst.buf && is_inter_mode(mbmi->mode)) { in vp9_pick_inter_mode() 1769 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8() local 1902 pd->dst = orig_dst; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 2354 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf() 2358 xd->plane[i].dst.buf = orig_dst[i]; in restore_dst_buf() 2420 uint8_t *orig_dst[MAX_MB_PLANE]; in handle_inter_mode() local 2526 orig_dst[i] = xd->plane[i].dst.buf; in handle_inter_mode() 2602 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2629 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2654 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2698 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2722 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() 2736 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_visitor.cpp | 756 fs_reg orig_dst; in emit_texture_gen4() local 866 orig_dst = dst; in emit_texture_gen4() 901 emit(BRW_OPCODE_MOV, orig_dst, dst); in emit_texture_gen4() 902 orig_dst.reg_offset++; in emit_texture_gen4()
|
D | brw_vec4.h | 430 dst_reg orig_dst,
|
D | brw_vec4_visitor.cpp | 2475 src_reg temp, dst_reg orig_dst, in emit_scratch_write() argument 2478 int reg_offset = base_offset + orig_dst.reg_offset; in emit_scratch_write() 2479 src_reg index = get_scratch_offset(inst, orig_dst.reladdr, reg_offset); in emit_scratch_write() 2482 orig_dst.writemask)); in emit_scratch_write()
|