Searched refs:init (Results 76 - 100 of 1564) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libclang_rt/ubsan_standalone_cxx/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/xray-profiling/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/xray-basic/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/xray-fdr/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/safestack/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/asan_cxx/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_md.c105 bi->init = 0;
117 a->init = 0;
135 if (b->init) {
158 if (b->init) {
186 if (b->init)
194 if (b->init) {
203 b->init = 1;
206 if (b->init)
221 b->init = 1;
228 b->init
[all...]
H A Dm_dss.c70 static int init(EVP_MD_CTX *ctx) function
90 init,
H A Dm_dss1.c71 static int init(EVP_MD_CTX *ctx) function
91 init,
H A Dm_md2.c72 static int init(EVP_MD_CTX *ctx) function
92 init,
H A Dm_md4.c74 static int init(EVP_MD_CTX *ctx) function
94 init,
H A Dm_md5.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_mdc2.c74 static int init(EVP_MD_CTX *ctx) function
94 init,
H A Dm_ripemd.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_sha.c72 static int init(EVP_MD_CTX *ctx) function
92 init,
/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c805 tree init = NULL_TREE;
869 init = tree_cons (NULL_TREE, vtable_ptr, init);
871 init = tree_cons (NULL_TREE, decay_conversion (name_decl), init);
873 init = build_constructor_from_list (NULL_TREE, nreverse (init));
874 TREE_CONSTANT (init) = 1;
875 TREE_INVARIANT (init) = 1;
876 TREE_STATIC (init)
802 tree init = NULL_TREE; local
886 tree init = tinfo_base_init (ti, target); local
902 tree init = tinfo_base_init (ti, target); local
929 tree init = tinfo_base_init (ti, target); local
961 tree init = tinfo_base_init (ti, target); local
1485 tree init; local
[all...]
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c93 init = Unknown; local
99 if (init != Unknown)
101 init = True;
104 if (init != Unknown)
106 init = False;
114 if (init == Unknown)
120 if (init)
131 if (init && daemon(0,
152 if (init && !sleep_mode) {
153 init
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
91 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
95 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
100 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
104 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
108 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
113 "o", cl::value_desc("DIR|FILE"), cl::init(""),
118 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
122 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
127 cl::opt<bool> HashFilenames("x", cl::Grouping, cl::init(fals
[all...]
/freebsd-11-stable/crypto/heimdal/base/
H A Dheimbasepriv.h64 heim_type_init init; member in struct:heim_type_data
75 heim_type_init init,
/freebsd-11-stable/lib/csu/arm/
H A Dcrtn.S4 .section .init,"ax",%progbits
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h78 int (*init) (EC_KEY *eckey);
100 int (*init) (EC_KEY *); member in struct:ecdsa_data_st
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dkcopy.conf16 progs mount mount_cd9660 fsck init reboot umount
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp52 FallbackTSD.init();
61 TSD.init();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h41 init(this->SV.begin(), this->SV.end(), false);
48 init(this->SV.begin(), this->SV.end(), false);
H A DSHA1.h30 SHA1() { init(); }
33 void init();
45 /// since the last call to init(). This call will add data to the internal
51 /// since the last call to init(). This is suitable for getting the SHA1 at

Completed in 128 milliseconds

1234567891011>>