HomeSort by relevance Sort by last modified time
    Searched refs:orig_dst (Results 1 - 10 of 10) sorted by null

  /external/netperf/src/missing/
inet_ntop.c 102 const char *orig_dst = dst; local
127 return orig_dst;
  /external/tcpdump/missing/
inet_ntop.c 66 const char *orig_dst = dst; local
91 return orig_dst;
  /external/icu/icu4c/source/common/
uinvchar.c 569 uint8_t *orig_dst = dst; local
584 return orig_dst;
590 uint8_t *orig_dst = dst; local
609 return orig_dst;
  /external/libnl/lib/netfilter/
ct_obj.c 133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; local
138 orig_dst = nfnl_ct_get_dst(ct, 0);
154 if (orig_src && orig_dst && reply_src && reply_dst &&
157 !nl_addr_cmp(orig_dst, reply_src))
162 dump_addr(p, orig_dst, orig_dport);
295 diff |= CT_DIFF_ADDR(ORIG_DST, ct_orig.dst);
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 1122 struct buf_2d orig_dst = pd->dst; local
1769 const struct buf_2d orig_dst = pd->dst; local
    [all...]
vp9_rdopt.c 2420 uint8_t *orig_dst[MAX_MB_PLANE]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 430 dst_reg orig_dst,
brw_fs_visitor.cpp 756 fs_reg orig_dst; local
866 orig_dst = dst;
901 emit(BRW_OPCODE_MOV, orig_dst, dst);
902 orig_dst.reg_offset++;
    [all...]
brw_vec4_visitor.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 2719 uint8_t *orig_dst[MAX_MB_PLANE]; local
    [all...]

Completed in 357 milliseconds