Home
last modified time | relevance | path

Searched refs:orig_dst (Results 1 – 10 of 10) 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.c571 uint8_t *orig_dst = dst; in uprv_aestrncpy() local
586 return orig_dst; in uprv_aestrncpy()
592 uint8_t *orig_dst = dst; in uprv_eastrncpy() local
611 return orig_dst; in uprv_eastrncpy()
/external/tcpdump/
Daddrtostr.c67 const char *orig_dst = dst; in addrtostr() local
92 return orig_dst; in addrtostr()
/external/libnl/lib/netfilter/
Dct_obj.c135 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; in ct_dump_tuples() local
140 orig_dst = nfnl_ct_get_dst(ct, 0); in ct_dump_tuples()
156 if (orig_src && orig_dst && reply_src && reply_dst && in ct_dump_tuples()
159 !nl_addr_cmp(orig_dst, reply_src)) in ct_dump_tuples()
164 dump_addr(p, orig_dst, orig_dport); in ct_dump_tuples()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c64 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask) in reg_dst() argument
66 *dst = *orig_dst; in reg_dst()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1470 struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode() local
2091 if (best_pred->data == orig_dst.buf) { in vp9_pick_inter_mode()
2111 pd->dst = orig_dst; in vp9_pick_inter_mode()
2185 pd->dst = orig_dst; in vp9_pick_inter_mode()
2195 if (best_pred->data != orig_dst.buf && is_inter_mode(mi->mode)) { in vp9_pick_inter_mode()
2366 const struct buf_2d orig_dst = pd->dst; in vp9_pick_inter_mode_sub8x8() local
2481 pd->dst = orig_dst; in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c2437 uint8_t *orig_dst[MAX_MB_PLANE], in restore_dst_buf()
2441 xd->plane[i].dst.buf = orig_dst[i]; in restore_dst_buf()
2494 uint8_t *orig_dst[MAX_MB_PLANE]; in handle_inter_mode() local
2598 orig_dst[i] = xd->plane[i].dst.buf; in handle_inter_mode()
2669 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2695 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2720 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2763 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2786 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
2800 restore_dst_buf(xd, orig_dst, orig_dst_stride); in handle_inter_mode()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp3421 fs_reg orig_dst = inst->dst; in lower_integer_multiplication() local
3422 if (orig_dst.is_null() || orig_dst.file == MRF) { in lower_integer_multiplication()
3453 if (inst->conditional_mod || orig_dst.file == MRF) { in lower_integer_multiplication()
3455 ibld.MOV(orig_dst, inst->dst)); in lower_integer_multiplication()
Dbrw_fs_nir.cpp2392 fs_reg orig_dst = dst; in nir_emit_tcs_intrinsic() local
2454 bld.MOV(offset(orig_dst, bld, iter * 2 + c), in nir_emit_tcs_intrinsic()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c68 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask) in reg_dst() argument
70 *dst = *orig_dst; in reg_dst()