Searched refs:rdst (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/libvncserver/ |
D | cursor.c | 596 int rdst, gdst, bdst; /* fb RGB */ in rfbShowCursor() local 632 rdst = (dval & rmask) >> rshift; /* fb */ in rfbShowCursor() 646 rdst = rsrc + ((amax - asrc) * rdst)/amax; in rfbShowCursor() 651 val |= (rdst << rshift); in rfbShowCursor()
|
/external/iproute2/ip/ |
D | iproute.c | 111 inet_prefix rdst; member 169 if (filter.rdst.family && in filter_nlmsg() 170 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len)) in filter_nlmsg() 211 if (filter.rdst.family && inet_addr_match(&dst, &filter.rdst, filter.rdst.bitlen)) in filter_nlmsg() 1228 get_prefix(&filter.rdst, *argv, do_ipv6); in iproute_list_flush_or_save() 1237 filter.rdst = filter.mdst; in iproute_list_flush_or_save()
|
/external/toybox/toys/pending/ |
D | ip.c | 1451 struct I_data rvia, rdst, mdst, rsrc, msrc; member 1497 if (gfilter.rdst.family && (msg->rtm_family != gfilter.rdst.family || in display_route_info() 1498 gfilter.rdst.netmask > msg->rtm_dst_len)) return 0; in display_route_info() 1515 if (gfilter.rdst.family && in display_route_info() 1516 memcmp(RTA_DATA(attr[RTA_DST]), &gfilter.rdst.addr, gfilter.rdst.len)) in display_route_info() 1846 parse_prefix(gfilter.rdst.addr, &gfilter.rdst.netmask, in route_show_flush() 1847 &gfilter.rdst.len, *argv, gfilter.rdst.family); in route_show_flush() 1848 if (gfilter.rdst.len) in route_show_flush() 1849 gfilter.rdst.family = ((gfilter.rdst.len == 4) ? in route_show_flush() 1859 if (idx != 11) gfilter.rdst = gfilter.mdst; in route_show_flush()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 2555 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/VEX/priv/ |
D | host_ppc_isel.c | 1640 HReg rdst = newVRegI(env); in iselWordExpr_R_wrk() local 1642 addInstr(env, mk_iMOVds_RR(rdst, r1)); in iselWordExpr_R_wrk() 1644 7/*cr*/, rdst, PPCRH_Reg(r2))); in iselWordExpr_R_wrk() 1645 addInstr(env, PPCInstr_CMov(cc, rdst, PPCRI_Reg(r2))); in iselWordExpr_R_wrk() 1646 return rdst; in iselWordExpr_R_wrk()
|