Lines Matching defs:stop
1470 "Comma-separated range of bench permutations to run (start,stop,step).",
1614 intmax_t stop = -1;
1628 stop = strtoumax(optarg, &parsed, 0);
1629 // allow empty string for stop=end
1631 stop = -1;
1642 // allow empty string for stop=1
1653 // single value = stop only
1654 stop = start;
1667 ? i > stop
1668 : (uintmax_t)i < (uintmax_t)stop;
1867 // allow empty string for stop=end
1880 // allow empty string for stop=1
1891 // single value = stop only