Home
last modified time | relevance | path

Searched refs:orig_dst (Results 1 – 9 of 9) sorted by relevance

/external/netperf/src/missing/
Dinet_ntop.c102 const char *orig_dst = dst; in inet_ntop_v4() local
127 return orig_dst; in inet_ntop_v4()
/external/icu/icu4c/source/common/
Duinvchar.c569 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/
Dinet_ntop.c66 const char *orig_dst = dst; in inet_ntop_v4() local
91 return orig_dst; in inet_ntop_v4()
/external/libnl/lib/netfilter/
Dct_obj.c133 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/
Dvp9_pickmode.c1122 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()
Dvp9_rdopt.c2354 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/
Dbrw_fs_visitor.cpp756 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()
Dbrw_vec4.h430 dst_reg orig_dst,
Dbrw_vec4_visitor.cpp2475 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()