OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsttype
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
route.c
606
int
dsttype
= type & ROUTE_DSTANY;
local
610
if ((
dsttype
&&
dsttype
== ((*rp)->type & ROUTE_DSTANY)) ||
611
(!
dsttype
&& ncprange_equal(&(*rp)->dst, dst))) {
638
int
dsttype
= type & ROUTE_DSTANY;
local
641
if ((
dsttype
&&
dsttype
== ((*rp)->type & ROUTE_DSTANY)) ||
642
(!
dsttype
&& ncprange_equal(dst, &(*rp)->dst))) {
/external/opencv/cxcore/src/
cxconvert.cpp
1546
int
dsttype
;
local
[
all
...]
Completed in 663 milliseconds