Home | History | Annotate | Download | only in src

Lines Matching refs:is_equal

2592 // is_equal(a,b,...) returns non-zero if the two sequence elements
2600 CvCmpFunc is_equal, void* userdata )
2619 if( !seq || !is_equal )
2675 is_equal( node->element, node2->element, userdata ))