HomeSort by relevance Sort by last modified time
    Searched refs:stop_idx (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/core/
gdbstub.c 165 static int gdbstub_get_packet_args ( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) {
181 if ( stop_idx ) {
182 *stop_idx = i;
  /external/syslinux/com32/gdbstub/
gdbstub.c 343 int nargs, int *stop_idx)
360 if (stop_idx) {
361 *stop_idx = i;
  /external/opencv/cv/src/
cvconvhull.cpp 255 int stop_idx; local
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;
443 if( stop_idx >= 0 )
447 if( check_idx == stop_idx || (check_idx >= 0 &&
448 pointer[check_idx]->x == pointer[stop_idx]->x &&
449 pointer[check_idx]->y == pointer[stop_idx]->y) )

Completed in 3076 milliseconds