Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.cpp1168 ushort *ldst, *rdst; in split_node_data() local
1171 rdst = (ushort*)(ldst + nl); in split_node_data()
1181 *rdst = (ushort)idx; in split_node_data()
1182 rdst++; in split_node_data()
1194 int *ldst, *rdst; in split_node_data() local
1197 rdst = buf->data.i + right->buf_idx*length_buf_row + in split_node_data()
1208 *rdst = idx; in split_node_data()
1209 rdst++; in split_node_data()
1232 unsigned short *rdst = (unsigned short *)(buf->data.s + right->buf_idx*length_buf_row + in split_node_data() local
1240 *rdst = (unsigned short)idx; in split_node_data()
[all …]
Dold_ml_tree.cpp3087 unsigned short *ldst, *rdst, *ldst0, *rdst0; in split_node_data() local
3091 rdst0 = rdst = (unsigned short*)(ldst + nl); in split_node_data()
3101 *rdst = (unsigned short)idx; in split_node_data()
3102 rdst++; in split_node_data()
3112 right->set_num_valid(vi, (int)(rdst - rdst0)); in split_node_data()
3122 *rdst = (unsigned short)idx; in split_node_data()
3123 rdst++; in split_node_data()
3134 int *ldst0, *ldst, *rdst0, *rdst; in split_node_data() local
3137 rdst0 = rdst = buf->data.i + right->buf_idx*length_buf_row + in split_node_data()
3148 *rdst = idx; in split_node_data()
[all …]
/external/libvncserver/libvncserver/
Dcursor.c596 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/toybox/toys/pending/
Dip.c1447 struct I_data rvia, rdst, mdst, rsrc, msrc; member
1493 if (gfilter.rdst.family && (msg->rtm_family != gfilter.rdst.family || in display_route_info()
1494 gfilter.rdst.netmask > msg->rtm_dst_len)) return 0; in display_route_info()
1511 if (gfilter.rdst.family && in display_route_info()
1512 memcmp(RTA_DATA(attr[RTA_DST]), &gfilter.rdst.addr, gfilter.rdst.len)) in display_route_info()
1842 parse_prefix(gfilter.rdst.addr, &gfilter.rdst.netmask, in route_show_flush()
1843 &gfilter.rdst.len, *argv, gfilter.rdst.family); in route_show_flush()
1844 if (gfilter.rdst.len) in route_show_flush()
1845 gfilter.rdst.family = ((gfilter.rdst.len == 4) ? in route_show_flush()
1855 if (idx != 11) gfilter.rdst = gfilter.mdst; in route_show_flush()
/external/iproute2/ip/
Diproute.c124 inet_prefix rdst; member
185 if (filter.rdst.family && in filter_nlmsg()
186 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len)) in filter_nlmsg()
240 if (filter.rdst.family && inet_addr_match(&dst, &filter.rdst, filter.rdst.bitlen)) in filter_nlmsg()
1459 get_prefix(&filter.rdst, *argv, do_ipv6); in iproute_list_flush_or_save()
1468 filter.rdst = filter.mdst; in iproute_list_flush_or_save()
/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/VEX/priv/
Dhost_ppc_isel.c1640 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()