HomeSort by: relevance | last modified time | path
    Searched refs:stops (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
attach-non-stop.exp 66 set stops 0
67 set test "seen all stops"
71 incr stops
76 # If we haven't seen all stops, then the gdb_test_multiple
78 if {$stops == $n_threads} {
detach-step-over.exp 124 set stops 0
125 set test "seen all stops"
129 incr stops
136 # If we haven't seen all stops, then the
139 if {$stops != $::n_threads} {
283 # running. Currently an inline step-over stops all
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
attach-non-stop.exp 66 set stops 0
67 set test "seen all stops"
71 incr stops
76 # If we haven't seen all stops, then the gdb_test_multiple
78 if {$stops == $n_threads} {
detach-step-over.exp 126 set stops 0
127 set test "seen all stops"
131 incr stops
138 # If we haven't seen all stops, then the
141 if {$stops != $::n_threads} {
285 # running. Currently an inline step-over stops all
  /src/usr.bin/tabs/
tabs.c 87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local
159 "too many tab stops (max %d)", NSTOPS);
172 errx(EXIT_FAILURE, "tab stops may not go backwards");
173 last = stops[nstops++] = n;
200 printf("%*s", stops[0] - 1, "");
203 printf("%*s", stops[i] - stops[i - 1], "");
  /src/external/gpl3/gdb.old/dist/gdb/
reverse.c 287 Argument N means do this N times (or till program stops for another reason)."));
295 Argument N means do this N times (or till program stops for another reason)."));
301 Argument N means do this N times (or till program stops for another reason)."));
307 Argument N means do this N times (or till program stops for another reason)."));
record-full.c 1115 /* Disable range-stepping, forcing the process target to report stops for
2924 Set whether record/replay stops when record/replay buffer becomes full."), _("\
2925 Show whether record/replay stops when record/replay buffer becomes full."),
gdbarch_components.py 2557 CB is a callback function passed an objfile to be searched. The iteration stops
  /src/external/gpl3/gdb/dist/gdb/
reverse.c 285 Argument N means do this N times (or till program stops for another reason)."));
293 Argument N means do this N times (or till program stops for another reason)."));
299 Argument N means do this N times (or till program stops for another reason)."));
305 Argument N means do this N times (or till program stops for another reason)."));
record-full.c 1115 /* Disable range-stepping, forcing the process target to report stops for
2911 Set whether record/replay stops when record/replay buffer becomes full."), _("\
2912 Show whether record/replay stops when record/replay buffer becomes full."),
  /src/usr.bin/make/unit-tests/
deptgt-end-fail.mk 13 # stops right after the first error.
varmod-assign.mk 138 # enclosed in parentheses. In such a case, parsing stops at the first ')',
directive-for.mk 307 # Since at least 1993, iteration stops at the first newline.
varmod-match.mk 159 # Same as for '[[-]]': the character list stops at the first
  /src/external/mit/xorg/lib/libxcb/files/
render.h 3110 const xcb_render_fixed_t *stops,
3127 const xcb_render_fixed_t *stops,
3170 const xcb_render_fixed_t *stops,
3189 const xcb_render_fixed_t *stops,
3230 const xcb_render_fixed_t *stops,
3247 const xcb_render_fixed_t *stops,
render.c 4459 /* stops */
4493 const xcb_render_fixed_t *stops,
4516 /* xcb_render_fixed_t stops */
4517 xcb_parts[4].iov_base = (char *) stops;
4537 const xcb_render_fixed_t *stops,
4560 /* xcb_render_fixed_t stops */
4561 xcb_parts[4].iov_base = (char *) stops;
4636 /* stops */
4672 const xcb_render_fixed_t *stops,
4697 /* xcb_render_fixed_t stops */
    [all...]
  /src/usr.sbin/memswitch/
methods.c 691 static const char *const stops[] = {"2", "1", "1.5", "2"}; local
705 stop = stops[(v & 0xe000) >> 14];
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 168 Lazy version - stops as early as possible.)
172 Lazy version - stops as early as possible.)
176 Lazy version - stops as early as possible.)
181 Lazy version - stops as early as possible.)
185 Lazy version - stops as early as possible, but no less then n times.)
  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 268 uint64_t stops; member in struct:sge_txq
cxgb_sge.c 1374 q->stops++;
1492 q->stops++;
1870 q->stops++;
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 225 Rem Set HOME to a sane default so configure stops complaining.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-analyze-prologue.S 168 ; Currently arc_analyze_prologue stops analisys at the first intstruction
351 ; Few tests that test that prologue analysis stops at branch. There are four
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-analyze-prologue.S 168 ; Currently arc_analyze_prologue stops analisys at the first intstruction
351 ; Few tests that test that prologue analysis stops at branch. There are four
  /src/external/bsd/nsd/dist/doc/
differences.tex 71 category, then the process stops and the user is notified. All the
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
string.d 4674 tabSize = distance between tab stops
4724 tabSize = distance between tab stops
4951 tabSize = distance between tab stops
6766 // Tab stops are set at 8 spaces by default; tab characters insert enough

Completed in 53 milliseconds

1 2