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

<<11121314151617181920>>

/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp33 cl::Hidden, cl::ZeroOrMore, cl::init(false),
37 cl::Hidden, cl::ZeroOrMore, cl::init(false),
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetMachine.cpp37 cl::init(false));
41 cl::init(false));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp35 LikelyBranchWeight("likely-branch-weight", cl::Hidden, cl::init(64),
38 UnlikelyBranchWeight("unlikely-branch-weight", cl::Hidden, cl::init(4),
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dalone_decoder.c134 .init = &lzma_lzma_decoder_init,
137 .init = NULL,
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c404 send_do(int option, int init) argument
406 if (init) {
575 send_dont(int option, int init) argument
577 if (init) {
699 send_will(int option, int init) argument
701 if (init) {
821 send_wont(int option, int init) argument
823 if (init) {
/freebsd-9.3-release/crypto/heimdal/tests/java/
H A Dcheck-kinit.in67 init \
87 echo "Run init"
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-keys.in68 init \
H A Dcheck-uu.in77 init \
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-file.c105 convert_to_net(char *buffer, size_t count, int init) argument
111 if (init) {
/freebsd-9.3-release/share/mk/
H A Dbsd.symver.mk6 .include <bsd.init.mk>
/freebsd-9.3-release/sys/dev/fb/
H A Dsplash.c91 if (*decoder->init && (*decoder->init)(splash_adp)) {
/freebsd-9.3-release/tools/regression/geom_eli/
H A Dreadonly.t14 geli init -B none -P -K $keyfile md${no}
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dfixit.conf20 ln sh -sh # init invokes the shell this way
24 progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsa_sign.c231 static int init(EVP_MD_CTX *ctx) function
251 init,
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_meth.c93 sm->init = init_f;
201 return sm->init;
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_nbio.c110 bi->init = 1;
122 a->init = 0;
/freebsd-9.3-release/contrib/bmake/mk/
H A Djava.mk21 .include <init.mk>
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm36 ! This file just supplies labeled starting points for the .init and .fini
43 .section .init
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm53 * .fini and .init sections are not in range of the destination, and
62 .section .init,"ax","progbits"
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
40 .section ".init"
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.h83 char **init; /* List of init commands. NULL terminated. */ member in struct:monitor_ops
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h47 void init (const char *s);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h193 /// Create an invalid iterator. Call init() to point to something useful.
196 /// init - Point the iterator to InitVal, decoding subsequent values from
199 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) { function in class:llvm::MCRegisterInfo::DiffListIterator
445 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SubRegs);
459 init(Reg, MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
503 init(Reg * Scale, MCRI->DiffLists + Offset);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.h109 void init();
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimer.cpp103 void Timer::init(StringRef N) { function in class:Timer
111 void Timer::init(StringRef N, TimerGroup &tg) { function in class:Timer
218 T.init(Name, *GroupEntry.first);
233 T.init(Name);

Completed in 436 milliseconds

<<11121314151617181920>>