Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29478.log6 Mon Feb 16 17:30:29 PST 2009 build completed
12 Mon Feb 16 17:34:41 PST 2009 build completed
18 Mon Feb 16 17:38:40 PST 2009 build completed
24 Mon Feb 16 17:42:38 PST 2009 build completed
30 Mon Feb 16 17:46:30 PST 2009 build completed
36 Mon Feb 16 17:50:26 PST 2009 build completed
42 Mon Feb 16 17:54:17 PST 2009 build completed
48 Mon Feb 16 17:58:07 PST 2009 build completed
54 Mon Feb 16 18:01:59 PST 2009 build completed
60 Mon Feb 16 18:05:51 PST 2009 build completed
H A D29906a.log6 Mon Feb 16 18:14:43 PST 2009 build completed
12 Mon Feb 16 18:20:58 PST 2009 build completed
18 Mon Feb 16 18:27:03 PST 2009 build completed
24 Mon Feb 16 18:33:05 PST 2009 build completed
30 Mon Feb 16 18:39:07 PST 2009 build completed
36 Mon Feb 16 18:45:07 PST 2009 build completed
42 Mon Feb 16 18:51:05 PST 2009 build completed
48 Mon Feb 16 18:57:02 PST 2009 build completed
54 Mon Feb 16 19:03:02 PST 2009 build completed
60 Mon Feb 16 19:09:00 PST 2009 build completed
[all …]
H A D30643.log7 Mon Feb 16 21:47:05 PST 2009 build completed
13 Mon Feb 16 21:50:37 PST 2009 build completed
19 Mon Feb 16 21:54:09 PST 2009 build completed
25 Mon Feb 16 21:57:39 PST 2009 build completed
31 Mon Feb 16 22:01:08 PST 2009 build completed
37 Mon Feb 16 22:04:38 PST 2009 build completed
43 Mon Feb 16 22:08:07 PST 2009 build completed
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29478.log6 Mon Feb 16 17:30:29 PST 2009 build completed
12 Mon Feb 16 17:34:41 PST 2009 build completed
18 Mon Feb 16 17:38:40 PST 2009 build completed
24 Mon Feb 16 17:42:38 PST 2009 build completed
30 Mon Feb 16 17:46:30 PST 2009 build completed
36 Mon Feb 16 17:50:26 PST 2009 build completed
42 Mon Feb 16 17:54:17 PST 2009 build completed
48 Mon Feb 16 17:58:07 PST 2009 build completed
54 Mon Feb 16 18:01:59 PST 2009 build completed
60 Mon Feb 16 18:05:51 PST 2009 build completed
H A D29906a.log6 Mon Feb 16 18:14:43 PST 2009 build completed
12 Mon Feb 16 18:20:58 PST 2009 build completed
18 Mon Feb 16 18:27:03 PST 2009 build completed
24 Mon Feb 16 18:33:05 PST 2009 build completed
30 Mon Feb 16 18:39:07 PST 2009 build completed
36 Mon Feb 16 18:45:07 PST 2009 build completed
42 Mon Feb 16 18:51:05 PST 2009 build completed
48 Mon Feb 16 18:57:02 PST 2009 build completed
54 Mon Feb 16 19:03:02 PST 2009 build completed
60 Mon Feb 16 19:09:00 PST 2009 build completed
[all …]
H A D30643.log7 Mon Feb 16 21:47:05 PST 2009 build completed
13 Mon Feb 16 21:50:37 PST 2009 build completed
19 Mon Feb 16 21:54:09 PST 2009 build completed
25 Mon Feb 16 21:57:39 PST 2009 build completed
31 Mon Feb 16 22:01:08 PST 2009 build completed
37 Mon Feb 16 22:04:38 PST 2009 build completed
43 Mon Feb 16 22:08:07 PST 2009 build completed
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcasefold_test.ref5 range completed: 0x0..0xd7ff
8 range completed: 0xd800..0xd800
11 range completed: 0xdfff..0xdfff
13 range completed: 0xe000..0x10ffff
25 range completed: 0xe000..0xe007
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py28 self.completed = 0
42 self.completed += 1
53 (self.completed + self.predictable_tests_remaining)
78 self.completed = 0
87 self.completed += 1
111 self.completed, self.num_tests))
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dinitfini.c91 static int completed = 0; in __nds32_deregister_eh() local
93 if (completed) in __nds32_deregister_eh()
99 completed = 1; in __nds32_deregister_eh()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dinitfini.c91 static int completed = 0; in __nds32_deregister_eh() local
93 if (completed) in __nds32_deregister_eh()
99 completed = 1; in __nds32_deregister_eh()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/
H A Dfrvbegin.c99 static int completed = 0; in __frv_deregister_eh() local
101 if (completed) in __frv_deregister_eh()
107 completed = 1; in __frv_deregister_eh()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/frv/
H A Dfrvbegin.c99 static int completed = 0; in __frv_deregister_eh() local
101 if (completed) in __frv_deregister_eh()
107 completed = 1; in __frv_deregister_eh()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dwork.c286 unsigned completed; in gomp_work_share_end_nowait() local
300 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
303 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
307 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dwork.c293 unsigned completed; in gomp_work_share_end_nowait() local
307 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
310 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
314 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/
H A Dlint.bat6 echo 64-bit lint completed >> LintOut.txt
12 echo 32-bit lint completed >> LintOut.txt
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dpvmove_outline.txt13 all pending io. Once the suspend has completed we are free to change
42 5. When the copying has completed 254:3 is suspended/pending flushed.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-DIFFFILE11 - 32 bit number of packets that are to be applied. 0 if file not completed.
35 completed (rewind, overwrite commit value with true).
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c380 static _Bool completed; in __do_global_dtors_aux() local
382 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
437 completed = 1; in __do_global_dtors_aux()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c380 static _Bool completed; in __do_global_dtors_aux() local
382 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
437 completed = 1; in __do_global_dtors_aux()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreadpool.rst43 thread after the work on the threadpool has been completed. If the work
64 from the threadpool. Once `work_cb` is completed, `after_work_cb` will be
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_read_early_data.pod64 to send data from the server to the client when the client has not yet completed
75 done before the full handshake has been completed. Specifically the client's
80 A server or client can determine whether the full handshake has been completed
107 SSL_write_early_data() call has completed successfully the client may interleave
121 connection has been completed you can determine whether the server accepted or
161 Once the initial SSL_read_early_data() call has completed successfully (i.e. it
166 supports TLSv1.2) the handshake may have already been completed and calls
168 determine whether the handshake has completed or not. If the handshake is still
175 still needs to be completed. Complete the connection by calling a function such
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_read_early_data.pod64 to send data from the server to the client when the client has not yet completed
75 done before the full handshake has been completed. Specifically the client's
80 A server or client can determine whether the full handshake has been completed
107 SSL_write_early_data() call has completed successfully the client may interleave
121 connection has been completed you can determine whether the server accepted or
161 Once the initial SSL_read_early_data() call has completed successfully (i.e. it
166 supports TLSv1.2) the handshake may have already been completed and calls
168 determine whether the handshake has completed or not. If the handshake is still
175 still needs to be completed. Complete the connection by calling a function such
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-ldap-result-codes.sdf77 exceeded before the operation could be completed.
82 exceeded before the operation could be completed.
87 completed and the assertion has evaluated to FALSE or
93 completed and the assertion has evaluated to TRUE.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Da2.md110 ;; completed. Since there is nothing else we can do, this thread will
127 ;; completed. Since there is nothing else we can do, this thread will
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Da2.md110 ;; completed. Since there is nothing else we can do, this thread will
127 ;; completed. Since there is nothing else we can do, this thread will

12345678910>>...18