Searched refs:orig_src (Results 1 - 7 of 7) sorted by relevance

/external/libnl/lib/netfilter/
H A Dct_obj.c133 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; local
137 orig_src = nfnl_ct_get_src(ct, 0);
154 if (orig_src && orig_dst && reply_src && reply_dst &&
156 !nl_addr_cmp(orig_src, reply_dst) &&
160 dump_addr(p, orig_src, orig_sport);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h426 src_reg orig_src,
434 src_reg orig_src,
H A Dbrw_vec4_visitor.cpp2451 * Emits an instruction before @inst to load the value named by @orig_src
2458 dst_reg temp, src_reg orig_src,
2461 int reg_offset = base_offset + orig_src.reg_offset;
2462 src_reg index = get_scratch_offset(inst, orig_src.reladdr, reg_offset);
2570 * Emits an instruction before @inst to load the value named by @orig_src
2575 dst_reg temp, src_reg orig_src,
2578 int reg_offset = base_offset + orig_src.reg_offset;
2580 src_reg offset = get_pull_constant_offset(inst, orig_src.reladdr, reg_offset);
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h426 src_reg orig_src,
434 src_reg orig_src,
H A Dbrw_vec4_visitor.cpp2451 * Emits an instruction before @inst to load the value named by @orig_src
2458 dst_reg temp, src_reg orig_src,
2461 int reg_offset = base_offset + orig_src.reg_offset;
2462 src_reg index = get_scratch_offset(inst, orig_src.reladdr, reg_offset);
2570 * Emits an instruction before @inst to load the value named by @orig_src
2575 dst_reg temp, src_reg orig_src,
2578 int reg_offset = base_offset + orig_src.reg_offset;
2580 src_reg offset = get_pull_constant_offset(inst, orig_src.reladdr, reg_offset);
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1217 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, argument
1220 x->plane[0].src = orig_src;
1345 const struct buf_2d orig_src = x->plane[0].src; local
1467 mi_buf_restore(x, orig_src, orig_pre);
1491 mi_buf_restore(x, orig_src, orig_pre);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1660 static INLINE void mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, argument
1663 x->plane[0].src = orig_src;
1772 const struct buf_2d orig_src = x->plane[0].src; local
1927 mi_buf_restore(x, orig_src, orig_pre);
1951 mi_buf_restore(x, orig_src, orig_pre);

Completed in 1098 milliseconds