Searched refs:stop (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20031124-1.c5 extern char const stop[];
6 return ptr >= (void *) &stop;
H A Dpr20412.c6 int stop; local
9 stop = 0;
16 if (stop = ((a+b) % 2 != g)) break;
19 return stop;
H A D20010320-1.c17 unsigned long long start = 0, stop = 0; local
20 for (i = start; i < stop; i += onaline)
22 if (i + (3*8) > stop)
H A Dpr39941.c5 stop ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20031124-1.c5 extern char const stop[];
6 return ptr >= (void *) &stop;
H A Dpr20412.c6 int stop; local
9 stop = 0;
16 if (stop = ((a+b) % 2 != g)) break;
19 return stop;
H A D20010320-1.c17 unsigned long long start = 0, stop = 0; local
20 for (i = start; i < stop; i += onaline)
22 if (i + (3*8) > stop)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sh/
H A Dsh2a-movrt.c11 int a, b, g, stop; local
12 if (stop = ((a + b) % 2 != g))
14 return stop;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_icache.S4 stop
7 stop
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.c31 int stop)
33 word &= LSMASK64 (start, stop);
41 int stop)
44 val >>= (64 - 1 - start) + (stop); /* drop low bits */
52 unsigned stop)
54 return (word & MASK32(start, stop));
61 unsigned stop)
63 return (word & MASK64(start, stop));
70 unsigned stop)
72 return ((word) & MASK(start, stop));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-bits.c35 int stop)
37 /* NOTE - start, stop can wrap */
38 val &= LSMASK (start, stop);
47 int stop)
49 /* NOTE - start, stop can wrap */
50 val &= MSMASK (start, stop);
59 int stop)
61 ASSERT (start >= stop);
63 return LSEXTRACTED64 (val, start, stop);
66 if (stop >
72 val >>= stop; local
83 val >>= stop; local
142 val <<= stop; local
154 val <<= stop; local
[all...]
H A Dsim-n-bits.h59 int stop)
61 word &= LSMASKn (start, stop);
71 int stop)
73 word &= MSMASKn (start, stop);
83 int stop)
86 val >>= (N - 1 - start) + (stop); /* drop low bits */
96 int stop)
99 val >>= (start) + (N - 1 - stop); /* drop low bits */
109 int stop)
111 val <<= stop; local
57 LSMASKEDn(unsignedN word, int start, int stop) argument
69 MSMASKEDn(unsignedN word, int start, int stop) argument
81 LSEXTRACTEDn(unsignedN val, int start, int stop) argument
94 MSEXTRACTEDn(unsignedN val, int start, int stop) argument
107 LSINSERTEDn(unsignedN val, int start, int stop) argument
120 MSINSERTEDn(unsignedN val, int start, int stop) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dinformal_protocol.m6 - (void) stop;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dsplet.s14 rd %asr19, %l0 ! should stop the processor
148 cbn stop
150 cbn,a stop
152 cbe stop
154 cbe,a stop
156 cbf stop
158 cbf,a stop
160 cbef stop
162 cbef,a stop
164 cbr stop
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr19590.c7 int stop = data[3]; local
10 for (i=1; i<stop; i++) {
25 | int stop = data[3];
26 | for (i=1; i<stop; i++) {
H A Dssa-sccvn-1.c7 int stop = data[3]; local
10 for (i=0; i<stop; i++) {
H A Dssa-sccvn-2.c7 int stop = data[3]; local
11 for (i=0; i<stop; i++) {
H A Dssa-sccvn-4.c7 int stop = data[3]; local
12 for (i=0; i<stop; i++) {
/netbsd-6-1-5-RELEASE/usr.bin/colrm/
H A Dcolrm.c63 u_long column, start, stop; local
76 start = stop = 0;
79 stop = strtol(argv[1], &p, 10);
80 if (stop <= 0 || *p)
94 if (stop && start > stop)
95 err(1, "illegal start and stop columns");
117 if ((!start || column < start || (stop && column > stop)) &&
135 (void)fprintf(stderr, "usage: colrm [start [stop]]\
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/
H A D3.cc60 std::forward_list<int>::iterator stop = fl.begin(); local
61 ++stop;
62 ++stop;
63 ++stop;
64 ++stop;
65 VERIFY(*stop == 4);
67 fl.erase_after(pos, stop);
/netbsd-6-1-5-RELEASE/games/primes/
H A Dprimes.c57 * primes [start [stop]]
59 * Print primes >= start and < stop. If stop is omitted,
116 ubig stop; /* don't generate at or above this value */ local
133 stop = BIG;
143 /* Start and stop supplied on the command line. */
155 stop = strtoul(argv[1], &p, 10);
180 if (start > stop)
181 errx(1, "start value must be less than stop value.");
182 primes(start, stop);
224 primes(ubig start, ubig stop) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c71 static void stop () {} function
86 stop ();
94 stop ();
102 stop ();
110 stop ();
117 stop ();
127 stop ();
130 stop ();
151 stop ();
157 stop ();
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Ddv-war-err.l2 .*:8: Warning: Use of 'br.wtop.sptk' .* WAR dependency 'PR63' \(stop\)
/netbsd-6-1-5-RELEASE/sys/dev/microcode/aic7xxx/
H A Daicasm_macro_gram.y95 stop("Too few arguments for macro invocation",
117 stop("Comma without preceding argument in arg list",
135 stop("Invalid current symbol for adding macro arg",
150 stop("Too many arguments for macro invocation", EX_DATAERR);
155 stop("Unable to replicate replacement text", EX_SOFTWARE);
163 stop(string, EX_DATAERR);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash1.C16 Time_Interval(const Date& start,const Date& stop);
18 const Date& Stop() const { return stop; }
21 Date stop; member in class:Time_Interval

Completed in 165 milliseconds

1234567891011>>