Searched refs:finish (Results 51 - 75 of 205) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h72 void finish() override;
H A DRISCVTargetStreamer.h41 void finish() override;
H A DRISCVTargetStreamer.cpp25 void RISCVTargetStreamer::finish() { finishAttributeSection(); } function in class:RISCVTargetStreamer
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_lib.c62 e->finish = NULL;
235 e->finish = finish_f;
279 return e->finish;
H A Deng_local.h129 ENGINE_GEN_INT_FUNC_PTR finish; member in struct:engine_st
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c881 char start, finish; local
924 finish = '-';
926 finish = p_b_symbol(p);
928 finish = start;
930 REQUIRE(start <= finish, REG_ERANGE);
931 for (i = start; i <= finish; i++)
1114 sopno finish = HERE(); local
1128 DROP(finish-start); /* drop the operand */
1153 copy = dupl(p, start+1, finish+1);
1154 assert(copy == finish
1447 dupl(struct parse *p, sopno start, sopno finish) argument
[all...]
/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c117 static sopno dupl(struct parse *p, sopno start, sopno finish);
767 char start, finish; local
810 finish = '-';
812 finish = p_b_symbol(p);
814 finish = start;
816 (void)REQUIRE(start <= finish, REG_ERANGE);
817 for (i = start; i <= finish; i++)
1008 sopno finish; local
1020 finish = HERE();
1026 DROP(finish
1342 dupl(struct parse *p, sopno start, sopno finish) argument
[all...]
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemset.S84 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S59 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrnlen.S50 L(finish):
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp70 void SanitizerStatReport::finish() { function in class:SanitizerStatReport
/freebsd-current/contrib/sendmail/contrib/
H A Dbitdomain.c77 finish();
398 finish() function
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_lib.c74 if ((dso->meth->finish != NULL) && !dso->meth->finish(dso)) {
/freebsd-current/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c155 goto finish;
183 finish:
/freebsd-current/sys/fs/ext2fs/
H A Dext2_htree.c833 goto finish;
836 goto finish;
848 goto finish;
884 goto finish;
915 goto finish;
933 goto finish;
940 goto finish;
948 finish:
/freebsd-current/sys/net/
H A Dpflow.h133 struct pflow_tmpl_fspec finish; member in struct:pflow_ipfix_tmpl_ipv4
152 struct pflow_tmpl_fspec finish; member in struct:pflow_ipfix_tmpl_ipv6
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp84 u64 finish = MonotonicNanoTime(); local
88 (finish - start) / 1000000);
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c149 * soon as they finish I/O.
259 goto finish;
325 finish:
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c484 goto finish;
511 goto finish;
597 goto finish;
662 goto finish;
707 finish:
/freebsd-current/lib/libc/regex/
H A Dregcomp.c146 static sopno dupl(struct parse *p, sopno start, sopno finish);
1094 wint_t start, finish; local
1138 finish = '-';
1140 finish = p_b_symbol(p);
1142 finish = start;
1143 if (start == finish)
1151 (void)REQUIRE(start <= finish, REG_ERANGE);
1152 CHaddrange(p, cs, start, finish);
1154 (void)REQUIRE(p_range_cmp(start, finish) <= 0, REG_ERANGE);
1157 p_range_cmp(i, finish) <
1461 sopno finish = HERE(); local
1715 dupl(struct parse *p, sopno start, sopno finish) argument
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntpd.c246 static RETSIGTYPE finish (int);
1087 signal_no_reset(SIGDIE1, finish);
1088 signal_no_reset(SIGDIE2, finish);
1089 signal_no_reset(SIGDIE3, finish);
1090 signal_no_reset(SIGDIE4, finish);
1093 signal_no_reset(SIGBUS, finish);
1592 * finish - exit gracefully
1619 finish( function
/freebsd-current/contrib/kyua/store/
H A Dtransaction_test.cpp78 tx.finish();
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h70 void finish();
74 assert(Finished && "didn't finish lowering before calling empty()");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp117 // finish() - write out any non-empty assembler constant pools.
118 void CSKYTargetStreamer::finish() { function in class:CSKYTargetStreamer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h41 /// deferred until future filter() or finish() call.
45 void finish();

Completed in 443 milliseconds

123456789