Searched defs:end_idx (Results 1 - 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.h | 526 uptr end_idx = beg_idx + count * size; local 528 if (end_idx + size > region->mapped_user) { 531 while (end_idx + size > region->mapped_user + map_size) 533 CHECK_GE(region->mapped_user + map_size, end_idx);
|
/external/opencv/cxcore/src/ |
H A D | cxdatastructs.cpp | 3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) 3087 end_vtx = cvGetGraphVtx( graph, end_idx ); 3176 int start_idx, int end_idx, 3192 end_vtx = cvGetGraphVtx( graph, end_idx ); 3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) 3282 end_vtx = cvGetGraphVtx( graph, end_idx ); 3175 cvGraphAddEdge( CvGraph* graph, int start_idx, int end_idx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
|
/external/opencv3/modules/core/src/ |
H A D | datastructs.cpp | 2727 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) 2736 end_vtx = cvGetGraphVtx( graph, end_idx ); 2816 int start_idx, int end_idx, 2827 end_vtx = cvGetGraphVtx( graph, end_idx ); 2894 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) 2903 end_vtx = cvGetGraphVtx( graph, end_idx ); 2815 cvGraphAddEdge( CvGraph* graph, int start_idx, int end_idx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
|
Completed in 132 milliseconds