HomeSort by: relevance | last modified time | path
    Searched refs:not_done (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/fixincludes/
genfixes 23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
  /src/external/gpl3/gcc.old/dist/fixincludes/
genfixes 23 not_done=false
25 not_done=true
28 while $not_done
34 not_done=false
53 not_done=false
  /src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py 72 unfinished_tasks = concurrent.futures.wait(updaters, timeout=300).not_done
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.l 344 int not_done = 1;
486 while (not_done)
492 not_done = 0;
bfin-lex.c 3348 int not_done = 1; local
3490 while (not_done)
3496 not_done = 0;
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.l 344 int not_done = 1;
486 while (not_done)
492 not_done = 0;
bfin-lex.c 3348 int not_done = 1; local
3490 while (not_done)
3496 not_done = 0;
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 152 int not_done = 1; local
159 while(not_done) {
205 not_done = 0;
  /src/sys/netinet/
sctp_pcb.c 1767 int not_done=1; local
1769 while (not_done) {
1781 not_done = 0;
1795 not_done = 0;
1810 not_done = 0;
sctputil.c 626 u_long x, not_done; local
630 not_done = 1;
631 while (not_done) {
638 not_done = 0;

Completed in 25 milliseconds