Searched refs:orig_dst (Results 1 – 10 of 10) 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 | 571 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/ |
D | addrtostr.c | 67 const char *orig_dst = dst; in addrtostr() local 92 return orig_dst; in addrtostr()
|
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 135 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/ |
D | st_tgsi_lower_yuv.c | 64 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/ |
D | vp9_pickmode.c | 1470 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()
|
D | vp9_rdopt.c | 2437 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/ |
D | brw_fs.cpp | 3421 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()
|
D | brw_fs_nir.cpp | 2392 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/ |
D | tgsi_lowering.c | 68 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask) in reg_dst() argument 70 *dst = *orig_dst; in reg_dst()
|