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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-setjmp.c 18 static int done; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-setjmp.c 18 static int done; variable
  /src/sys/lib/libkern/
copystr.c 36 copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done)
44 if (done)
45 *done = i + 1;
50 if (done)
51 *done = i;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
killed-outside.c 24 done (void) function
32 done ();
sigstep.c 26 static volatile int done; variable
35 done = 1;
36 done = 1;
37 done = 1;
38 done = 1; /* other handler location */
87 dummy = 0; dummy = 0; while (!done);
88 done = 0;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
killed-outside.c 24 done (void) function
32 done ();
sigstep.c 26 static volatile int done; variable
35 done = 1;
36 done = 1;
37 done = 1;
38 done = 1; /* other handler location */
87 dummy = 0; dummy = 0; while (!done);
88 done = 0;
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
main-thread-selftests.c 34 static bool done; variable
41 done = true;
50 done = false;
63 while (!done && gdb_do_one_event () >= 0)
68 SELF_CHECK (done);
  /src/external/gpl3/gdb/dist/gdb/unittests/
main-thread-selftests.c 34 static bool done; variable
41 done = true;
50 done = false;
63 while (!done && gdb_do_one_event () >= 0)
68 SELF_CHECK (done);
  /src/external/gpl3/gcc/dist/libssp/
sprintf-chk.c 53 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;
vsprintf-chk.c 51 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;
  /src/external/gpl3/gcc.old/dist/libssp/
sprintf-chk.c 53 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;
vsprintf-chk.c 51 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;
  /src/external/gpl3/gcc.old/dist/libgcc/config/
vxlib.c 61 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;
  /src/external/gpl3/gdb/dist/gnulib/import/
windows-initguard.h 28 volatile int done; member in struct:__anon18422
windows-mutex.c 31 mutex->guard.done = 1;
37 if (!mutex->guard.done)
48 while (!mutex->guard.done)
59 if (!mutex->guard.done)
81 if (!mutex->guard.done)
90 if (!mutex->guard.done)
93 mutex->guard.done = 0;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-initguard.h 28 volatile int done; member in struct:__anon21163
windows-mutex.c 31 mutex->guard.done = 1;
37 if (!mutex->guard.done)
48 while (!mutex->guard.done)
59 if (!mutex->guard.done)
81 if (!mutex->guard.done)
90 if (!mutex->guard.done)
93 mutex->guard.done = 0;
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_zstd.c 27 goto done;
36 goto done;
45 goto done;
56 goto done;
64 done:
  /src/external/bsd/libarchive/dist/tar/test/
test_option_lz4.c 27 goto done;
36 goto done;
45 goto done;
56 goto done;
64 done:
test_option_zstd.c 27 goto done;
36 goto done;
45 goto done;
56 goto done;
64 done:
test_option_j.c 26 goto done;
30 goto done;
38 done:
  /src/external/bsd/unbound/dist/compat/
getentropy_freebsd.c 36 size_t len, done; local
40 done = 0;
45 return (done);
46 done += len;
51 return (done);
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
s2.s 20 JUMP.L done;
23 JUMP.L done;
26 JUMP.L done;
29 JUMP.L done;
32 JUMP.L done;
34 done: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
s2.s 20 JUMP.L done;
23 JUMP.L done;
26 JUMP.L done;
29 JUMP.L done;
32 JUMP.L done;
34 done: label

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>