Searched refs:stop_idx (Results 1 – 3 of 3) sorted by relevance
255 int stop_idx; in cvConvexHull2() local427 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()
165 …t gdbstub_get_packet_args ( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) { in gdbstub_get_packet_args() argument181 if ( stop_idx ) { in gdbstub_get_packet_args()182 *stop_idx = i; in gdbstub_get_packet_args()
343 int nargs, int *stop_idx) in gdbstub_get_packet_args() argument360 if (stop_idx) { in gdbstub_get_packet_args()361 *stop_idx = i; in gdbstub_get_packet_args()