Searched refs:done (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr46398.c6 int done = 0; local
8 while (!done)
13 done = 1;
H A Dpr19462-1.c48 goto done;
54 done:
/haiku-buildtools/gcc/libssp/
H A Dsprintf-chk.c53 int done; local
57 done = vsprintf (s, format, arg);
60 done = vsnprintf (s, slen, format, arg);
61 if (done >= 0 && (size_t) done >= slen)
65 return done;
H A Dvsprintf-chk.c51 int done; local
54 done = vsprintf (s, format, arg);
57 done = vsnprintf (s, slen, format, arg);
58 if (done >= 0 && (size_t) done >= slen)
61 return done;
H A Dsnprintf-chk.c50 int done; local
56 done = vsnprintf (s, n, format, arg);
59 return done;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dptrmem29.C8 int done();
9 template <bool> void fix() { wait<&D::done>(0); }
/haiku-buildtools/gcc/libgcc/config/
H A Dvxlib.c61 if (guard->done)
72 if (guard->done)
79 /* Only one thread at a time gets here. Check ->done again, then
80 go ahead and call func() if no one has done it yet. */
81 if (!guard->done)
84 guard->done = 1;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dlabel3.C15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
32 done:
33 printf ("done!\n");
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr35492.c14 int done; local
22 done = !sk->sk_err;
25 while (!done);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr42246.c20 register int done; local
24 done = 1;
30 done = 0;
33 while (!done);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-5.C15 bool done(void) { function in class:A
24 while (!a->done())
31 while (!a->done())
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tsan/
H A Dcond_race.C14 bool done; member in struct:Ctx
20 c->done = true;
35 while (!c->done)
/haiku-buildtools/gcc/gmp/
H A Drandmui.c65 goto done;
73 done:
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dcygwin.asm14 jb done
21 done: subl %eax,%ecx label
H A Duwin.asm14 jb done
21 done: subl %eax,%ecx label
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c28 goto done;
35 done:
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Ddoubleselect.go41 func mux(out chan<- int, in <-chan int, done chan<- bool) {
45 done <- true
68 done := make(chan bool)
71 go mux(cmux, c1, done)
72 go mux(cmux, c2, done)
73 go mux(cmux, c3, done)
74 go mux(cmux, c4, done)
76 <-done
77 <-done
78 <-done
[all...]
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/windres/
H A Dwindres.exp67 set done 0
102 set done 1
110 if { $done != 0 } {
140 set done 1
144 if { $done == 0 } {
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/windres/
H A Dwindres.exp61 set done 0
101 set done 1
109 if { $done != 0 } {
135 set done 1
139 if { $done == 0 } {
/haiku-buildtools/legacy/binutils/opcodes/
H A Dpdp11-dis.c216 goto done;
221 goto done;
229 goto done;
237 goto done;
247 goto done;
255 goto done;
265 goto done;
276 goto done;
287 goto done;
298 goto done;
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dpdp11-dis.c218 goto done;
223 goto done;
231 goto done;
239 goto done;
249 goto done;
257 goto done;
267 goto done;
278 goto done;
289 goto done;
300 goto done;
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dpartition.c142 char *done; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
158 if (! done[e])
167 done[c] = 1;
181 free (done);
/haiku-buildtools/gcc/libiberty/
H A Dpartition.c142 char *done; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
158 if (! done[e])
167 done[c] = 1;
181 free (done);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpartition.c142 char *done; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
158 if (! done[e])
167 done[c] = 1;
181 free (done);
/haiku-buildtools/legacy/binutils/gprof/
H A Dgmon_io.c86 done (1);
315 done (1);
323 done (1);
333 done (1);
344 done (1);
374 done (1);
407 done (1);
419 done (1);
441 done (1);
462 done (
[all...]

Completed in 334 milliseconds

1234567891011>>