HomeSort by: relevance | last modified time | path
    Searched defs:STOP (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/bsd/tradcpp/dist/tests/
t09.c 1 #define STOP */
5 * blah blah blah STOP fnord START goop moop
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_progctrl_rts.s 16 STOP:
28 loadsym R3, STOP;
c_progctrl_call_pcpr.s 20 STOP:
c_progctrl_jump_pr.s 20 STOP:
30 JUMP.S STOP;
c_progctrl_jump_pcpr.s 19 STOP:
c_ujump.s 16 STOP:
26 JUMP.S STOP;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_progctrl_rts.s 16 STOP:
28 loadsym R3, STOP;
c_progctrl_call_pcpr.s 20 STOP:
c_progctrl_jump_pr.s 20 STOP:
30 JUMP.S STOP;
c_progctrl_jump_pcpr.s 19 STOP:
c_ujump.s 16 STOP:
26 JUMP.S STOP;
  /src/external/gpl3/gcc/dist/gcc/
domwalk.h 33 static const edge STOP;
83 of STOP means to stop the domwalk from processing dominated blocks from
domwalk.cc 267 const edge dom_walker::STOP = (edge)-1;
312 if (taken_edge && taken_edge != STOP)
330 stop and not even propagate EDGE_EXECUTABLE further. */
331 if (taken_edge != STOP)
  /src/external/gpl3/gcc.old/dist/gcc/
domwalk.h 33 static const edge STOP;
82 of STOP means to stop the domwalk from processing dominated blocks from
domwalk.cc 266 const edge dom_walker::STOP = (edge)-1;
310 if (taken_edge && taken_edge != STOP)
328 stop and not even propagate EDGE_EXECUTABLE further. */
329 if (taken_edge != STOP)
  /src/external/lgpl3/gmp/dist/tests/devel/
primes.c 45 #define STOP(x) return (x)
46 /* #define STOP(x) x */
119 STOP (something_wrong (g, 0));
126 STOP (something_wrong (g, 1));
158 STOP (something_wrong (g, 0));
170 STOP (something_wrong (g, 1));
198 STOP (something_wrong (g, 0));
210 STOP (something_wrong (g, 1));
224 STOP (something_wrong (g, 0));
240 STOP (something_wrong (g, -1))
    [all...]
sqrtrem_1_2.c 52 #define STOP(x) return (x)
53 /* #define STOP(x) x */
87 STOP (something_wrong (er, 0, es));
108 STOP (something_wrong (er, 0, es));
173 STOP (something_wrong (er, 0, es));
200 STOP (something_wrong (er, 0, es));
229 STOP (something_wrong (er, her, es));
283 STOP (something_wrong (er, 0, es));
313 STOP (something_wrong (er, 0, es));
332 STOP (something_wrong (0, 0, es))
    [all...]
  /src/external/mit/libuv/dist/test/
test-signal.c 93 enum { CLOSE, STOP, NOOP } stop_or_close;
105 if (ctx->stop_or_close == STOP)
164 sc.stop_or_close = STOP; /* stop, don't close the signal handle */
  /src/games/tetris/
screen.c 124 stop("cannot clear screen");
126 stop("cannot do random cursor positioning");
180 * we stop while at it, stopset() above will longjmp back
198 stop(""); /* stop() supplies \n */
202 stop("tcgetattr() fails");
207 stop("tcsetattr() fails");
262 stop(const char *why) function
394 #define STOP (B_COLS - 3)
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 168 #define STOP 0x01
  /src/sys/lib/libkern/
entpool.c 170 * but we stop if we would have run the permutation.
611 enum { IN, OUT, STOP } t;
619 {STOP, {0}},
628 {STOP, {0}},
637 {STOP, {0}},
646 {STOP, {0}},
650 {STOP, {0}},
661 {STOP, {0}},
669 {STOP, {0}},
678 {STOP, {0}}
    [all...]
  /src/sbin/fsck_ext2fs/
fsck.h 227 #define STOP 0x01
  /src/crypto/external/apache2/openssl/dist/apps/
s_time.c 126 #define STOP 1
329 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
408 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
  /src/crypto/external/bsd/openssl/dist/apps/
s_time.c 108 #define STOP 1
312 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
392 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c 84 #define STOP 1
258 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
336 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */

Completed in 47 milliseconds

1 2