OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:o_next
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvsubdiv2.cpp
66
CvSubdiv2DEdge
o_next
= cvSubdiv2DNextEdge(e);
local
72
if( cvSubdiv2DEdgeOrg(e) != cvSubdiv2DEdgeOrg(
o_next
))
82
if( cvSubdiv2DEdgeDst(
o_next
) != cvSubdiv2DEdgeOrg(d_prev))
/external/iptables/extensions/
libxt_policy.c
23
O_NEXT
,
62
{.name = "next", .id =
O_NEXT
, .type = XTTYPE_NONE,
165
case
O_NEXT
:
199
* This is already represented with
O_NEXT
requiring F_STRICT in the
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
803
int
o_next
= nextEdge(e);
local
809
CV_Assert( edgeOrg(e) == edgeOrg(
o_next
));
816
CV_Assert( edgeDst(
o_next
) == edgeOrg(d_prev));
Completed in 522 milliseconds