Home
last modified time | relevance | path

Searched refs:end_idx (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py296 for end_idx in xrange(samples_per_loop, len(self._stats[kname]),
299 self._stats[kname][start_idx:end_idx])
301 start_idx = end_idx
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h526 uptr end_idx = beg_idx + count * size; in PopulateFreeList() local
528 if (end_idx + size > region->mapped_user) { in PopulateFreeList()
531 while (end_idx + size > region->mapped_user + map_size) in PopulateFreeList()
533 CHECK_GE(region->mapped_user + map_size, end_idx); in PopulateFreeList()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) in cvFindGraphEdge() argument
3087 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge()
3176 int start_idx, int end_idx, in cvGraphAddEdge() argument
3192 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge()
3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) in cvGraphRemoveEdge() argument
3282 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
/external/opencv3/modules/core/src/
Ddatastructs.cpp2727 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) in cvFindGraphEdge() argument
2736 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge()
2816 int start_idx, int end_idx, in cvGraphAddEdge() argument
2827 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge()
2894 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) in cvGraphRemoveEdge() argument
2903 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
/external/opencv/cxcore/include/
Dcxcore.h1175 int start_idx, int end_idx,
1185 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx );
1190 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1796 int start_idx, int end_idx,
1806 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx );
1811 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );