Searched refs:finish (Results 101 - 125 of 205) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1272 Emitter.finish();
1293 Emitter.finish();
1314 Emitter.finish();
1335 Emitter.finish();
1394 Emitter.finish();
/freebsd-current/sys/dev/otus/
H A Dif_otus.c1967 goto finish;
1993 finish:
2834 goto finish;
2839 goto finish;
2844 goto finish;
2853 goto finish;
2856 goto finish;
2863 goto finish;
2877 goto finish;
2885 goto finish;
[all...]
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c308 goto finish;
393 finish:
H A Dciphercommon_gcm.c441 goto finish;
444 finish:
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_ht.c835 goto finish;
1026 finish:
/freebsd-current/sys/net80211/
H A Dieee80211_crypto_wep.c247 goto finish;
273 finish:
H A Dieee80211_crypto_ccmp.c245 goto finish;
285 finish:
H A Dieee80211_crypto_tkip.c301 goto finish;
357 finish:
409 goto finish;
443 finish:
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h403 void finish();
419 Self.ConcurrencyCheckValue.finish();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h370 void finish() { closeOpenedRange(); } function in class:FreePagesRangeTracker
696 RangeTracker.finish();
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_compat_zip.c50 goto finish;
60 finish:
/freebsd-current/contrib/kyua/store/
H A Dread_transaction.cpp486 store::read_transaction::finish(void) function in class:store::read_transaction
/freebsd-current/crypto/openssl/include/openssl/
H A Ddsa.h259 int (*finish)(DSA *));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h62 void finish() override;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp277 MS->finish();
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1427 int start = 0, finish = 0, previous = 0;
1448 for (finish = mask->next(start), previous = start;
1449 finish == previous + 1 && finish != mask->end();
1450 finish = mask->next(finish)) {
1451 previous = finish;
1475 start = finish;
1495 int start = 0, finish = 0, previous = 0;
1513 for (finish
[all...]
H A Dz_Linux_util.cpp2329 goto finish;
2337 goto finish;
2351 goto finish;
2388 // Process can finish between reading "/proc/" directory entry and
2399 goto finish;
2473 goto finish;
2499 finish: // Clean up and exit.
2668 // Create a new thread to finish initialization
/freebsd-current/contrib/byacc/
H A Dreader.c422 int finish = 0; local
444 finish = 1;
448 while (!finish);
1022 int finish = 0; local
1029 finish = 1;
1032 finish = 1;
1038 while (!finish);
/freebsd-current/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c49 (void)ctx->ops->finish(ctx, NULL, 0);
219 .finish = gcm_finish_avx512,
672 .finish = gcm_finish_aesni,
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp263 bool finish = false; local
265 while (offset < len && !finish) {
311 finish = true;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp470 void SwiftAggLowering::finish() { function in class:SwiftAggLowering
822 lowering.finish();
837 lowering.finish();
/freebsd-current/usr.sbin/nscd/
H A Dquery.c121 cache_entry *start, *finish, *mp_entry; local
139 eid_str, &start, &finish) == 0) {
140 for (mp_entry = start; mp_entry != finish; ++mp_entry)
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c617 // Tell the Block encoder to finish if
623 const bool finish = thr_in_size == coder->block_size local
639 if (finish)
656 if (finish)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp834 SpillPlacer->finish();
1018 SE->finish(&IntvMap);
1149 SpillPlacer->finish();
1314 SE->finish(&IntvMap);
1475 SE->finish(&IntvMap);
1770 SE->finish(&IntvMap);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h326 void finish() override;

Completed in 435 milliseconds

123456789