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

1 2 3 4 5 6

  /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/ppc/
bits.h 110 #define _MASKn(WIDTH, START, STOP) \
112 >> (WIDTH - ((STOP) - (START) + 1))) \
113 << (WIDTH - 1 - (STOP)))
115 #define MASK32(START, STOP) _MASKn(32, START, STOP)
116 #define MASK64(START, STOP) _MASKn(64, START, STOP)
127 #define MASK(START, STOP) \
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
bits.h 110 #define _MASKn(WIDTH, START, STOP) \
112 >> (WIDTH - ((STOP) - (START) + 1))) \
113 << (WIDTH - 1 - (STOP)))
115 #define MASK32(START, STOP) _MASKn(32, START, STOP)
116 #define MASK64(START, STOP) _MASKn(64, START, STOP)
127 #define MASK(START, STOP) \
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 116 /* compute the number of bits between START and STOP */
119 #define _MAKE_WIDTH(START, STOP) (STOP - START + 1)
121 #define _MAKE_WIDTH(START, STOP) (START - STOP + 1)
163 #define _MSB_32(START, STOP) (START <= STOP \
165 : (STOP < 32 ? 0 : STOP - 32))
166 #define _MSB_16(START, STOP) (START <= STOP
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 116 /* compute the number of bits between START and STOP */
119 #define _MAKE_WIDTH(START, STOP) (STOP - START + 1)
121 #define _MAKE_WIDTH(START, STOP) (START - STOP + 1)
163 #define _MSB_32(START, STOP) (START <= STOP \
165 : (STOP < 32 ? 0 : STOP - 32))
166 #define _MSB_16(START, STOP) (START <= STOP
    [all...]
  /src/usr.bin/spell/spell/
spell.sh 31 STOP=/usr/share/dict/stop
32 LOCAL_STOP=/usr/local/share/dict/stop
43 USAGE="usage: spell [-biltvx] [-d list] [-h spellhist] [-m a | e | l | m | s]\n\t[-s stop] [+extra_list] [file ...]"
47 # Use local word/stop lists if they exist
52 STOP="$STOP $LOCAL_STOP"
80 s) STOP="$OPTARG"
107 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \
112 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG |
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_progctrl_rts.s 16 STOP:
28 loadsym R3, STOP;
c_ujump.s 16 STOP:
26 JUMP.S STOP;
c_progctrl_jump_pr.s 20 STOP:
30 JUMP.S STOP;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
dynamic-iface.exp 30 set bp_location [gdb_get_line_number "STOP" ${testdir}/concrete.adb]
37 gdb_continue_to_breakpoint STOP
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_progctrl_rts.s 16 STOP:
28 loadsym R3, STOP;
c_ujump.s 16 STOP:
26 JUMP.S STOP;
c_progctrl_jump_pr.s 20 STOP:
30 JUMP.S STOP;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
dynamic-iface.exp 30 set bp_location [gdb_get_line_number "STOP" ${testdir}/concrete.adb]
37 gdb_continue_to_breakpoint 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/gpl3/gcc/dist/gcc/
domwalk.h 33 static const edge STOP;
83 of STOP means to stop the domwalk from processing dominated blocks from
  /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
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-svn-update 86 # This is a simple way to stop a long regression search fairly cleanly;
87 # just touch a file called STOP.
89 if [ -f STOP ]; then
90 echo "`date` $0 detected STOP file"
91 rm -f STOP
gcc-svn-update-fix 69 # This is a simple way to stop a long regression search fairly cleanly;
70 # just touch a file called STOP.
72 if [ -f STOP ]; then
73 echo "`date` $0 detected STOP file"
74 rm -f STOP
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-svn-update 86 # This is a simple way to stop a long regression search fairly cleanly;
87 # just touch a file called STOP.
89 if [ -f STOP ]; then
90 echo "`date` $0 detected STOP file"
91 rm -f STOP
gcc-svn-update-fix 69 # This is a simple way to stop a long regression search fairly cleanly;
70 # just touch a file called STOP.
72 if [ -f STOP ]; then
73 echo "`date` $0 detected STOP file"
74 rm -f STOP
  /src/sbin/fsck_ext2fs/
pass1b.c 100 (ckinode(dp, &idesc) & STOP))
127 return (STOP);
  /src/sbin/fsck_ffs/
pass1b.c 90 (ckinode(dp, &idesc) & STOP))
120 return (STOP);
  /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...]

Completed in 71 milliseconds

1 2 3 4 5 6