Home | History | Annotate | Download | only in src

Lines Matching refs:cvCreateSet

277     CV_CALL( node_heap = cvCreateSet( 0, sizeof(*node_heap), sizeof(CvDTreeNode), tree_storage ));
296 CV_CALL( nv_heap = cvCreateSet( 0, sizeof(*nv_heap), nv_size, temp_storage ));
298 CV_CALL( cv_heap = cvCreateSet( 0, sizeof(*cv_heap), cv_size, temp_storage ));
506 CV_CALL( split_heap = cvCreateSet( 0, sizeof(*split_heap), max_split_size, tree_storage ));
1205 CV_CALL( node_heap = cvCreateSet( 0, sizeof(node_heap[0]),
1207 CV_CALL( split_heap = cvCreateSet( 0, sizeof(split_heap[0]),