OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrt
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
configure.c
505
c_route(struct rt *ort, struct rt *
nrt
)
508
if (
nrt
->dest.s_addr == 0 &&
509
nrt
->net.s_addr == 0 &&
510
!(
nrt
->iface->state->options->options & DHCPCD_GATEWAY))
513
desc_route("changing",
nrt
);
518
if (!add_route(
nrt
))
520
syslog(LOG_ERR, "%s: add_route: %m",
nrt
->iface->name);
581
struct rt *rt, *
nrt
= NULL, *r = NULL;
local
591
r =
nrt
= xmalloc(sizeof(*r));
599
return
nrt
;
[
all
...]
/external/eigen/Eigen/src/Eigen2Support/
SVD.h
117
int
nrt
= (std::max)(0,(std::min)(n-2,m));
local
118
for (k = 0; k < (std::max)(nct,
nrt
); ++k)
154
if (k <
nrt
)
188
if (
nrt
+1 < p)
189
e[
nrt
] = matA(
nrt
,p-1);
228
if ((k <
nrt
) & (e[k] != 0.0))
Completed in 62 milliseconds