Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c102 inet_prefix rdst; member
190 if (filter.rdst.family && in print_route()
191 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len)) in print_route()
232 if (filter.rdst.family && inet_addr_match(&dst, &filter.rdst, filter.rdst.bitlen)) in print_route()
1157 get_prefix(&filter.rdst, *argv, do_ipv6); in iproute_list_or_flush()
1166 filter.rdst = filter.mdst; in iproute_list_or_flush()
/external/opencv/ml/src/
Dmltree.cpp2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst; in split_node_data() local
2563 rdst0 = rdst = data->get_ord_var_data(right, vi); in split_node_data()
2573 ldst->i = rdst->i = idx; in split_node_data()
2574 ldst->val = rdst->val = val; in split_node_data()
2576 rdst += d; in split_node_data()
2580 right->set_num_valid(vi, (int)(rdst - rdst0)); in split_node_data()
2588 ldst->i = rdst->i = idx; in split_node_data()
2589 ldst->val = rdst->val = ord_nan; in split_node_data()
2591 rdst += d; in split_node_data()
2602 int *src, *ldst0, *rdst0, *ldst, *rdst; in split_node_data() local
[all …]
/external/valgrind/main/VEX/priv/
Dhost_ppc_isel.c1475 HReg rdst = newVRegI(env); in iselWordExpr_R_wrk() local
1477 addInstr(env, mk_iMOVds_RR(rdst, r1)); in iselWordExpr_R_wrk()
1479 7/*cr*/, rdst, PPCRH_Reg(r2))); in iselWordExpr_R_wrk()
1480 addInstr(env, PPCInstr_CMov(cc, rdst, PPCRI_Reg(r2))); in iselWordExpr_R_wrk()
1481 return rdst; in iselWordExpr_R_wrk()