Searched refs:rdst (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/ip/
H A Diproute.c111 inet_prefix rdst; member in struct:__anon22390
169 if (filter.rdst.family &&
170 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len))
211 if (filter.rdst.family && inet_addr_match(&dst, &filter.rdst, filter.rdst.bitlen))
1228 get_prefix(&filter.rdst, *argv, do_ipv6);
1237 filter.rdst = filter.mdst;
/external/opencv/ml/src/
H A Dmltree.cpp2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst; local
2563 rdst0 = rdst = data->get_ord_var_data(right, vi);
2573 ldst->i = rdst->i = idx;
2574 ldst->val = rdst->val = val;
2576 rdst += d;
2580 right->set_num_valid(vi, (int)(rdst - rdst0));
2588 ldst->i = rdst->i = idx;
2589 ldst->val = rdst->val = ord_nan;
2591 rdst += d;
2602 int *src, *ldst0, *rdst0, *ldst, *rdst; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c1604 HReg rdst = newVRegI(env); local
1606 addInstr(env, mk_iMOVds_RR(rdst, r1));
1608 7/*cr*/, rdst, PPCRH_Reg(r2)));
1609 addInstr(env, PPCInstr_CMov(cc, rdst, PPCRI_Reg(r2)));
1610 return rdst;

Completed in 163 milliseconds