Home
last modified time | relevance | path

Searched refs:STOP (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h110 #define _MASKn(WIDTH, START, STOP) \ argument
112 >> (WIDTH - ((STOP) - (START) + 1))) \
113 << (WIDTH - 1 - (STOP)))
115 #define MASK32(START, STOP) _MASKn(32, START, STOP) argument
116 #define MASK64(START, STOP) _MASKn(64, START, STOP) argument
127 #define MASK(START, STOP) \ argument
128 (((START) <= (STOP)) \
129 ? _MASKn(64, START, STOP) \
130 : (_MASKn(64, 0, STOP) \
133 #define MASK(START, STOP) \ argument
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c45 #define STOP(x) return (x) macro
119 STOP (something_wrong (g, 0)); in check_pprime()
126 STOP (something_wrong (g, 1)); in check_pprime()
158 STOP (something_wrong (g, 0)); in check_pprime()
170 STOP (something_wrong (g, 1)); in check_pprime()
198 STOP (something_wrong (g, 0)); in check_pprime()
210 STOP (something_wrong (g, 1)); in check_pprime()
224 STOP (something_wrong (g, 0)); in check_pprime()
240 STOP (something_wrong (g, -1)); in check_nprime()
249 STOP (something_wrong (g, -1)); in check_nprime()
[all …]
H A Dsqrtrem_1_2.c52 #define STOP(x) return (x) macro
87 STOP (something_wrong (er, 0, es)); in check_all_values()
108 STOP (something_wrong (er, 0, es)); in check_all_values()
173 STOP (something_wrong (er, 0, es)); in check_some_values()
200 STOP (something_wrong (er, 0, es)); in check_some_values()
229 STOP (something_wrong (er, her, es)); in check_some_values()
283 STOP (something_wrong (er, 0, es)); in check_corner_cases()
313 STOP (something_wrong (er, 0, es)); in check_corner_cases()
332 STOP (something_wrong (0, 0, es)); in check_corner_cases()
336 STOP (something_wrong (0, 1, es)); in check_corner_cases()
[all …]
/netbsd-src/sys/lib/libkern/
H A Dentpool.c601 enum { IN, OUT, STOP } t; enumerator
609 {STOP, {0}},
618 {STOP, {0}},
627 {STOP, {0}},
636 {STOP, {0}},
640 {STOP, {0}},
650 {STOP, {0}},
658 {STOP, {0}},
667 {STOP, {0}},
670 {STOP, {0}},
[all …]
/netbsd-src/usr.bin/spell/spell/
H A Dspell.sh31 STOP=/usr/share/dict/stop
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 | \
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c210 #define STOP 1 macro
223 if (s == STOP) in Time_F()
1923 d = Time_F(STOP); in speed_main()
2159 d = Time_F(STOP); in speed_main()
2171 d = Time_F(STOP); in speed_main()
2184 d = Time_F(STOP); in speed_main()
2197 d = Time_F(STOP); in speed_main()
2220 d = Time_F(STOP); in speed_main()
2234 d = Time_F(STOP); in speed_main()
2244 d = Time_F(STOP); in speed_main()
[all …]
H A Ds_time.c84 #define STOP 1 macro
258 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
336 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_progctrl_rts.s16 STOP: label
28 loadsym R3, STOP;
H A Dc_ujump.s16 STOP: label
26 JUMP.S STOP;
H A Dc_progctrl_jump_pr.s20 STOP: label
30 JUMP.S STOP;
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c125 #define STOP 1 macro
138 if (s == STOP) in Time_F()
1890 d = Time_F(STOP); in speed_main()
1903 d = Time_F(STOP); in speed_main()
1916 d = Time_F(STOP); in speed_main()
1929 d = Time_F(STOP); in speed_main()
1942 d = Time_F(STOP); in speed_main()
1955 d = Time_F(STOP); in speed_main()
1968 d = Time_F(STOP); in speed_main()
1981 d = Time_F(STOP); in speed_main()
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-update89 if [ -f STOP ]; then
91 rm -f STOP
H A Dgcc-svn-update-fix72 if [ -f STOP ]; then
74 rm -f STOP
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-update89 if [ -f STOP ]; then
91 rm -f STOP
H A Dgcc-svn-update-fix72 if [ -f STOP ]; then
74 rm -f STOP
/netbsd-src/sbin/fsck_ext2fs/
H A Dpass1b.c100 (ckinode(dp, &idesc) & STOP)) in pass1b()
127 return (STOP); in pass1bcheck()
H A Dinode.c214 if (ret & STOP) in ckinode()
224 if (ret & STOP) in ckinode()
305 if (n & STOP) { in iblock()
325 return(STOP); in iblock()
611 return (STOP|FOUND); in findname()
626 return (STOP|FOUND); in findino()
H A Dpass1.c348 return (STOP); in pass1check()
366 return (STOP); in pass1check()
373 return (STOP); in pass1check()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddomwalk.cc266 const edge dom_walker::STOP = (edge)-1; member in dom_walker
310 if (taken_edge && taken_edge != STOP) in walk()
329 if (taken_edge != STOP) in walk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddomwalk.c266 const edge dom_walker::STOP = (edge)-1;
310 if (taken_edge && taken_edge != STOP) in walk()
329 if (taken_edge != STOP) in walk()
/netbsd-src/sbin/fsck_ffs/
H A Dpass1b.c90 (ckinode(dp, &idesc) & STOP)) in pass1b()
120 return (STOP); in pass1bcheck()
/netbsd-src/sbin/fsck_lfs/
H A Dinode.c189 if (ret & STOP) in ckinode()
200 if (ret & STOP) in ckinode()
291 if (n & STOP) { in iblock()
320 return (STOP); in iblock()
518 return (STOP | FOUND); in findname()
533 return (STOP | FOUND); in findino()
/netbsd-src/games/tetris/
H A Dscreen.c394 #define STOP (B_COLS - 3) in scr_update() macro
395 if (i > STOP || sp[1] != bp[1] || so != bp[1]) in scr_update()
399 else if (i < STOP && so == bp[2] && sp[3] != bp[3]) { in scr_update()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h166 STOP = 367, /* STOP */ enumerator
291 #define STOP 367 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h166 STOP = 367, /* STOP */ enumerator
291 #define STOP 367 macro

12345678