Home
last modified time | relevance | path

Searched refs:nrt (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Dconfigure.c505 c_route(struct rt *ort, struct rt *nrt) in c_route() argument
508 if (nrt->dest.s_addr == 0 && in c_route()
509 nrt->net.s_addr == 0 && in c_route()
510 !(nrt->iface->state->options->options & DHCPCD_GATEWAY)) in c_route()
513 desc_route("changing", nrt); in c_route()
518 if (!add_route(nrt)) in c_route()
520 syslog(LOG_ERR, "%s: add_route: %m", nrt->iface->name); in c_route()
581 struct rt *rt, *nrt = NULL, *r = NULL; in get_routes() local
591 r = nrt = xmalloc(sizeof(*r)); in get_routes()
599 return nrt; in get_routes()
/external/eigen/Eigen/src/Eigen2Support/
DSVD.h117 int nrt = (std::max)(0,(std::min)(n-2,m)); in compute() local
118 for (k = 0; k < (std::max)(nct,nrt); ++k) in compute()
154 if (k < nrt) in compute()
188 if (nrt+1 < p) in compute()
189 e[nrt] = matA(nrt,p-1); in compute()
228 if ((k < nrt) & (e[k] != 0.0)) in compute()