Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-log.cc1039 bool is_equal, Address addr, in PrintCodeEntitiesInfo() argument
1041 printf("%c %p ", is_equal ? ' ' : '*', addr); in PrintCodeEntitiesInfo()
/external/opencv/cv/src/
Dcvhaar.cpp838 static int is_equal( const void* _r1, const void* _r2, void* ) in is_equal() function
1268 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); in cvHaarDetectObjects()
1428 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); in cvHaarDetectObjects()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2600 CvCmpFunc is_equal, void* userdata ) in cvSeqPartition() argument
2619 if( !seq || !is_equal ) in cvSeqPartition()
2675 is_equal( node->element, node2->element, userdata )) in cvSeqPartition()
/external/opencv/cxcore/include/
Dcxcore.h1100 CvSeq** labels, CvCmpFunc is_equal, void* userdata );