Searched refs:is_equal (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-log.cc | 1039 bool is_equal, Address addr, in PrintCodeEntitiesInfo() argument 1041 printf("%c %p ", is_equal ? ' ' : '*', addr); in PrintCodeEntitiesInfo()
|
/external/opencv/cv/src/ |
D | cvhaar.cpp | 838 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/ |
D | cxdatastructs.cpp | 2600 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/ |
D | cxcore.h | 1100 CvSeq** labels, CvCmpFunc is_equal, void* userdata );
|