Home
last modified time | relevance | path

Searched refs:stop_idx (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvconvhull.cpp255 int stop_idx; in cvConvexHull2() local
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1; in cvConvexHull2()
443 if( stop_idx >= 0 ) in cvConvexHull2()
447 if( check_idx == stop_idx || (check_idx >= 0 && in cvConvexHull2()
448 pointer[check_idx]->x == pointer[stop_idx]->x && in cvConvexHull2()
449 pointer[check_idx]->y == pointer[stop_idx]->y) ) in cvConvexHull2()
/external/syslinux/gpxe/src/core/
Dgdbstub.c165 …t gdbstub_get_packet_args ( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) { in gdbstub_get_packet_args() argument
181 if ( stop_idx ) { in gdbstub_get_packet_args()
182 *stop_idx = i; in gdbstub_get_packet_args()
/external/syslinux/com32/gdbstub/
Dgdbstub.c343 int nargs, int *stop_idx) in gdbstub_get_packet_args() argument
360 if (stop_idx) { in gdbstub_get_packet_args()
361 *stop_idx = i; in gdbstub_get_packet_args()