Searched defs:init (Results 251 - 275 of 302) sorted by relevance

<<111213

/freebsd-10.3-release/sys/dev/bwi/
H A Dif_bwi.c2525 bwi_newbuf(struct bwi_softc *sc, int buf_idx, int init) argument
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dkssl.c658 krb5_error_code(KRB5_CALLCONV *init) member in struct:_krb5_cc_ops
/freebsd-10.3-release/sys/amd64/include/
H A Dvmm.h151 vmm_init_func_t init; /* module wide initialization */ member in struct:vmm_ops
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c3650 int verbose = 0, init = 0, lun = 0, quiet = 0; local
/freebsd-10.3-release/usr.sbin/route6d/
H A Droute6d.c611 init(void) function
/freebsd-10.3-release/usr.sbin/syslogd/
H A Dsyslogd.c1553 init(int signo) function
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp61 void init(CodeGenModule *Mod, const char *name, function in class:__anon3236::LazyRuntimeFunction
[all...]
H A DCGObjCMac.cpp1573 void init(CodeGenFunction &CGF, llvm::Value *receiver) { function in struct:__anon3237::NullReturnState
6592 llvm::Constant *init = llvm::ConstantStruct::getAnon(values); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp123 static StringInitFailureKind IsStringInit(Expr *init, QualType declType, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1681 init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel) { function in class:GenericScheduler::SchedRemainder
1702 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { function in class:GenericScheduler::SchedBoundary
[all...]
/freebsd-10.3-release/contrib/sendmail/src/
H A Dqueue.c3485 static bool init = false; local
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio.h329 int init; member in struct:bio_st
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A Devp.h164 int (*init) (EVP_MD_CTX *ctx); member in struct:env_md_st
316 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, member in struct:evp_cipher_st
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_net_vsc.h204 nvsp_msg_init init; member in union:nvsp_msg_init_uber_
/freebsd-10.3-release/sys/dev/bxe/
H A Decore_sp.c4851 struct ecore_queue_init_params *init = &params->params.init; local
[all...]
/freebsd-10.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h355 struct t3_rdma_init_wr init; member in union:t3_wr
/freebsd-10.3-release/contrib/gcc/cp/
H A Dcall.c6710 tree init; local
[all...]
H A Dclass.c6808 tree init; local
7283 tree init = NULL_TREE; local
7745 tree init; local
[all...]
H A Dtypeck.c4865 tree init = TREE_OPERAND (rhs, 1); local
/freebsd-10.3-release/contrib/gcc/
H A Dgimplify.c1220 tree init = DECL_INITIAL (decl); local
2859 tree cref, init; local
3318 tree init = TARGET_EXPR_INITIAL (*from_p); local
4246 tree init = TARGET_EXPR_INITIAL (targ); local
[all...]
H A Dc-parser.c1455 struct c_expr init; local
1468 maybe_warn_string_init (TREE_TYPE (d), init); local
3327 struct c_expr init; local
3450 struct c_expr init; local
3473 struct c_expr init; local
5794 struct c_expr init; local
8006 tree decl, cond, incr, save_break, save_cont, body, init; local
[all...]
H A Dtree.c6949 initializer_zerop(tree init) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2571 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, QualType T, ExprValueKind VK, Expr *init, bool fileScope) argument
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp888 void SelectionDAG::init(MachineFunction &mf, const TargetTransformInfo *tti, function in class:SelectionDAG
/freebsd-10.3-release/contrib/ncurses/ncurses/
H A Dcurses.priv.h234 int init; /* true if we called init_color() */ member in struct:__anon3909

Completed in 706 milliseconds

<<111213