Home
last modified time | relevance | path

Searched full:finished (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/freebsd/contrib/libcbor/doc/
H A DMakefile55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
70 @echo "Build finished; now you can process the pickle files."
75 @echo "Build finished; now you can process the JSON files."
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
95 @echo "Build finished."
104 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
109 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
[all …]
H A Dmake.bat67 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
91 echo.Build finished; now you can process the pickle files.
99 echo.Build finished; now you can process the JSON files.
107 echo.Build finished; now you can run HTML Help Workshop with the ^
116 echo.Build finished; now you can run "qcollectiongenerator" with the ^
128 echo.Build finished.
136 echo.Build finished. The epub file is in %BUILDDIR%/epub.
144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/freebsd/sys/arm/arm/
H A Ddb_trace.c64 bool finished; in db_stack_trace_cmd() local
66 finished = false; in db_stack_trace_cmd()
67 while (!finished) { in db_stack_trace_cmd()
68 finished = unwind_stack_one(state, 1); in db_stack_trace_cmd()
106 if (finished) in db_stack_trace_cmd()
120 finished = true; in db_stack_trace_cmd()
123 finished = true; in db_stack_trace_cmd()
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_compression.c54 * If the read may not be finished (read == toRead) we use in compressFile_orDie()
66 int finished; in compressFile_orDie() local
75 /* If we're on the last chunk we're finished when zstd returns 0, in compressFile_orDie()
76 * which means its consumed all the input AND finished the frame. in compressFile_orDie()
77 * Otherwise, we're finished when we've consumed all the input. in compressFile_orDie()
79 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
80 } while (!finished); in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c70 * If the read may not be finished (read == toRead) we use in compressFile_orDie()
82 int finished; in compressFile_orDie() local
91 /* If we're on the last chunk we're finished when zstd returns 0, in compressFile_orDie()
92 * which means its consumed all the input AND finished the frame. in compressFile_orDie()
93 * Otherwise, we're finished when we've consumed all the input. in compressFile_orDie()
95 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
96 } while (!finished); in compressFile_orDie()
H A Dmultiple_streaming_compression.c79 int finished; in compressFile_orDie() local
85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
86 } while (!finished); in compressFile_orDie()
/freebsd/crypto/openssh/regress/
H A Dchannel-timeout.sh8 rm -f $OBJ/finished.* $OBJ/mux.*
106 mux_client "sleep 1 ; echo ok ; sleep 1; echo ok; sleep 60; touch $OBJ/finished.1" >/dev/null &
107 mux_client "sleep 60 ; touch $OBJ/finished.2" >/dev/null &
108 mux_client "sleep 2 ; touch $OBJ/finished.3" >/dev/null &
110 test -f $OBJ/finished.1 && fail "first mux process completed"
111 test -f $OBJ/finished.2 && fail "second mux process completed"
112 test -f $OBJ/finished.3 || fail "third mux process did not complete"
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/
H A Dpipeline.json5 "BriefDescription": "1 or more ppc insts finished",
6 "PublicDescription": "1 or more ppc insts finished (completed)"
203 "BriefDescription": "Larx finished",
221 "BriefDescription": "LSU Finished an instruction (up to 2 per cycle)",
305 "BriefDescription": "Store Instructions Finished",
306 "PublicDescription": "Store Instructions Finished (store sent to nest)"
311 "BriefDescription": "Store forwards that finished",
335 "BriefDescription": "tlbie finished",
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h106 bool Finished = false; variable
132 assert(Finished && "didn't finish aggregate builder"); in ~ConstantAggregateBuilderBase()
137 assert(!Finished && "builder already finished"); in markFinished()
138 Finished = true; in markFinished()
161 Finished(other.Finished), Frozen(other.Frozen), Packed(other.Packed), in ConstantAggregateBuilderBase()
163 other.Finished = true; in ConstantAggregateBuilderBase()
171 assert(!this->Finished && "cannot query after finishing builder"); in size()
191 assert(!Finished && "cannot add more values after finishing builder"); in add()
217 assert(!Finished && "cannot add more values after finishing builder"); in addAll()
260 assert(!Finished && "cannot add more values after finishing builder"); in getNextOffsetFromGlobal()
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_key.h37 * 7.4.9. Finished - How the finished message uses the TLS PRF
76 #define LAC_SYM_KEY_TLS_CLIENT_FIN_LABEL ("client finished")
78 * Label for TLS Client finished Message, as defined in RFC4346. */
80 #define LAC_SYM_KEY_TLS_SERVER_FIN_LABEL ("server finished")
82 * Label for TLS Server finished Message, as defined in RFC4346. */
126 /**< client finished label */
128 /**< server finished label */
/freebsd/contrib/netbsd-tests/lib/librumpclient/
H A Dh_execthr.c123 SAY("rumpclient_init finished.\n"); in main()
131 SAY("startup pthread_create finished.\n"); in main()
136 SAY("startup pthread_join finished.\n"); in main()
141 SAY("startup rump_sys_read finished.\n"); in main()
144 SAY("startup getproc finished.\n"); in main()
194 SAY("getproc finished.\n"); in main()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t066 \ -- The handshake is finished, and application data may flow. There may
1088 \ Write Finished message.
1089 : write-Finished ( from_client -- )
1090 compute-Finished
1093 \ Read Finished message.
1094 : read-Finished ( from_client -- )
1095 compute-Finished
1101 \ Compute the "Finished" contents (either the value to send, or the
1103 \ "from_client" value is non-zero for the Finished sent by the client.
1106 : compute-Finished ( from_client -- )
[all …]
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4243 ! the previous round is finished.
312 xor $1, local1, $1 ! 1 finished, local1 now sbox 7
324 xor $1, local2, $1 ! 2 finished local2 now sbox 6
328 xor $1, local3, $1 ! 3 finished local3 now sbox 5
336 xor $1, local4, $1 ! 4 finished
340 xor $1, local0, $1 ! 8 finished
343 xor $1, local2, $1 ! 6 finished
348 xor $1, local1, $1 ! 7 finished
351 xor $1, local3, $1 ! 5 finished
367 xor $2, local2, $2 ! 5 finished local2 used
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/
50 /json(this->j, "finished") != NULL/
52 printf("FINISHED!\n");
/freebsd/crypto/openssl/test/
H A Ddtlstest.c393 * Test just sending a Finished message as the first message. Should fail due
466 * Test that swapping later records before Finished or CCS still works
470 * Test 3: Test receiving an app data before Finished on client side
510 /* Recv flight 2, send flight 3: ClientKeyExchange, CCS, Finished */ in test_swap_records()
515 /* Swap Finished and CCS within the datagram */ in test_swap_records()
522 /* Recv flight 3, send flight 4: datagram 0(NST, CCS) datagram 1(Finished) */ in test_swap_records()
534 /* Finished comes before NST/CCS */ in test_swap_records()
542 /* App data comes before Finished */ in test_swap_records()
550 * + flight 4 (datagram 2): Finished in test_swap_records()
/freebsd/tools/tools/netrate/tcpp/
H A Dtcpp_client.c77 static int finished; /* Number finished so far. */ variable
150 finished++; in tcpp_client_closeconn()
250 while (finished < tflag) { in tcpp_client_worker()
251 while ((started - finished < mflag) && (started < tflag)) in tcpp_client_worker()
261 /* printf("Worker %d done - %d finished\n", workernum, finished); */ in tcpp_client_worker()
/freebsd/share/man/man9/
H A Dsbuf.9548 as finished, which means that it may no longer be modified using
563 only works on a finished
576 is finished.
632 must be finished before calling
640 is finished using
714 if the sbuf overflowed before being finished,
H A Dg_bio.996 Request finished.
111 Pointer to function which will be called when the request is finished.
140 Number of finished
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in29 finished() { function
43 finished
85 finished
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c678 goto finished; in bhnd_nvram_store_export_child()
694 goto finished; in bhnd_nvram_store_export_child()
700 goto finished; in bhnd_nvram_store_export_child()
712 goto finished; in bhnd_nvram_store_export_child()
739 goto finished; in bhnd_nvram_store_export_child()
772 goto finished; in bhnd_nvram_store_export_child()
778 finished: in bhnd_nvram_store_export_child()
928 goto finished; in bhnd_nvram_store_export()
971 finished: in bhnd_nvram_store_export()
1114 goto finished; in bhnd_nvram_store_getvar()
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c1107 tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after invalid ServerKeyExchange"); in tls_process_client_finished()
1113 tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after bogus DHE \"prime\" 15"); in tls_process_client_finished()
1119 …tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after short 58-bit DHE prime in lon… in tls_process_client_finished()
1125 …tlsv1_server_log(conn, "TEST-WARNING: Client Finished received after short 511-bit DHE prime (inse… in tls_process_client_finished()
1131 …tlsv1_server_log(conn, "TEST-NOTE: Client Finished received after 767-bit DHE prime (relatively in… in tls_process_client_finished()
1137 …tlsv1_server_log(conn, "TEST-NOTE: Client Finished received after non-prime claimed as DHE prime"); in tls_process_client_finished()
1143 tlsv1_server_log(conn, "Expected Finished; received content type 0x%x", in tls_process_client_finished()
1162 wpa_printf(MSG_DEBUG, "TLSv1: Expected Finished; received " in tls_process_client_finished()
1175 tlsv1_server_log(conn, "Too short buffer for Finished (len=%lu > left=%lu)", in tls_process_client_finished()
1183 tlsv1_server_log(conn, "Unexpected verify_data length in Finished: %lu (expected %d)", in tls_process_client_finished()
[all …]
/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c419 bool *finished) in mlxfw_mfa2_xz_dec_run() argument
427 *finished = true; in mlxfw_mfa2_xz_dec_run()
430 *finished = false; in mlxfw_mfa2_xz_dec_run()
459 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local
478 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
481 if (finished) { in mlxfw_mfa2_file_cb_offset_xz()
492 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.h107 * This routine blocks until the worker is finished.
110 * @return 0 if finished OK, else error.
128 * @return 0 if finished OK, else error.
/freebsd/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk4 # was not finished properly. This made it possible to add further commands
8 # This dependency group is not finished properly. Finishing the dependency

12345678910>>...48