Searched refs:init (Results 251 - 275 of 1564) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c129 * NULL iff init != 0 in the BIO. */
194 if (!bio->init)
284 if (!bio->init)
353 if (!bio->init || buf == NULL || num == 0)
430 if (!bio->init)
727 bio1->init = 1;
728 bio2->init = 1;
747 peer_bio->init = 0;
753 bio->init = 0;
833 if (!bio->init) {
[all...]
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dkill_test.sh21 atf_check geli init -B none -P -K keyfile1 ${md}
41 atf_check geli init -B none -P -K keyfile1 ${md}
83 atf_check geli init -B none -P -K keyfile ${md}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp41 init(getMinBucketToReserveForEntries(InitSize));
52 void StringMapImpl::init(unsigned InitSize) { function in class:StringMapImpl
80 init(16);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp83 llvm::Error CommonOptionsParser::init( function in class:CommonOptionsParser
162 Parser.init(argc, argv, Category, OccurrencesFlag, Overview);
171 llvm::Error Err = init(argc, argv, Category, OccurrencesFlag, Overview);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h159 llvm::Constant *markIfFailed(llvm::Constant *init) { argument
160 if (!init)
162 return init;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp44 cl::init(false));
51 "timeout", cl::init(300), cl::value_desc("seconds"),
56 "mlimit", cl::init(-1), cl::value_desc("MBytes"),
/freebsd-11-stable/contrib/flex/
H A Dnfa.c154 int i, init, state_offset; local
178 init = mach + state_offset;
179 firstst[init] = firstst[mach] + state_offset;
180 finalst[init] = finalst[mach] + state_offset;
181 lastst[init] = lastst[mach] + state_offset;
183 return init;
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h451 { this->init(&_M_filebuf); }
467 this->init(&_M_filebuf);
579 { this->init(&_M_filebuf); }
597 this->init(&_M_filebuf);
712 { this->init(&_M_filebuf); }
727 this->init(&_M_filebuf);
H A Dstd_sstream.h303 { this->init(&_M_stringbuf); }
324 { this->init(&_M_stringbuf); }
416 { this->init(&_M_stringbuf); }
437 { this->init(&_M_stringbuf); }
527 { this->init(&_M_stringbuf); }
546 { this->init(&_M_stringbuf); }
/freebsd-11-stable/contrib/bmake/mk/
H A Dnls.mk4 # init.mk not included
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Drc.sshd6 # /etc/init.d/sshd
28 SSHD_PIDFILE=/var/run/sshd.init.pid
/freebsd-11-stable/tools/bsdbox/
H A DMakefile.base7 CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sha1.c71 static int init(EVP_MD_CTX *ctx) function
91 init,
/freebsd-11-stable/tools/tools/kerninclude/
H A Dkerninclude.sh21 init=false
29 if $init ; then
58 if $init ; then
67 if $init ; then
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c139 struct ibv_qp_init_attr_ex init; local
145 memset(&init, 0, sizeof init);
146 init.qp_type = IBV_QPT_XRC_RECV;
147 init.comp_mask = IBV_QP_INIT_ATTR_XRCD;
148 init.xrcd = ctx.xrcd;
150 ctx.recv_qp[i] = ibv_create_qp_ex(ctx.context, &init);
169 memset(&init, 0, sizeof init);
170 init
820 static void init(void) function
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dalone_encoder.c132 .init = &lzma_lzma_encoder_init,
135 .init = NULL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h75 void init();
76 void init(MCInst const &);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h40 init(TRI);
74 void init(const TargetRegisterInfo &TRI) { function in class:llvm::LiveRegUnits
H A DMachineOutliner.h145 LRU.init(TRI);
155 UsedInSequence.init(TRI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp32 "enable-patchpoint-liveness", cl::Hidden, cl::init(true),
128 LiveRegs.init(*TRI);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h33 void init() { memset(this, 0, sizeof(*this)); } function in class:scudo::LocalStats
60 void init() { function in class:scudo::GlobalStats
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp27 "x86-asm-syntax", cl::init(ATT), cl::Hidden,
33 MarkedJTDataRegions("mark-data-regions", cl::init(true),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp37 ExtractOutput("output", cl::value_desc("output file"), cl::init("-"),
43 cl::init(false),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp35 cl::Prefix, cl::ZeroOrMore, cl::init('2'));
40 cl::init('2'));
63 ThinLTODistributedIndexes("thinlto-distributed-indexes", cl::init(false),
69 cl::init(llvm::heavyweight_hardware_concurrency()));
113 cl::value_desc("format"), cl::init("yaml"));
126 cl::init(false), cl::Hidden);
131 cl::init(false), cl::Hidden);
134 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp39 cl::init(4));
54 cl::init(none));

Completed in 151 milliseconds

<<11121314151617181920>>