Searched refs:init (Results 26 - 50 of 1564) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/drm/
H A Dvia_map.c32 static int via_do_init_map(struct drm_device * dev, drm_via_init_t * init) argument
46 dev_priv->fb = drm_core_findmap(dev, init->fb_offset);
53 dev_priv->mmio = drm_core_findmap(dev, init->mmio_offset);
63 init->sarea_priv_offset);
65 dev_priv->agpAddr = init->agpAddr;
84 drm_via_init_t *init = data; local
88 switch (init->func) {
90 return via_do_init_map(dev, init);
/freebsd-11-stable/lib/csu/amd64/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-11-stable/lib/csu/i386/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) function
85 init,
H A Dm_ecdsa.c120 static int init(EVP_MD_CTX *ctx) function
140 init,
H A Dm_wp.c14 static int init(EVP_MD_CTX *ctx) function
34 init,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAnalysisUtils.cpp25 cl::location(EnableARCOpts), cl::init(true), cl::Hidden);
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_decoder.c27 lzma_init_function init; member in struct:__anon5860
49 .init = &lzma_lzma_decoder_init,
57 .init = &lzma_lzma2_decoder_init,
65 .init = &lzma_simple_x86_decoder_init,
73 .init = &lzma_simple_powerpc_decoder_init,
81 .init = &lzma_simple_ia64_decoder_init,
89 .init = &lzma_simple_arm_decoder_init,
97 .init = &lzma_simple_armthumb_decoder_init,
105 .init = &lzma_simple_sparc_decoder_init,
113 .init
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp18 "pgso", cl::Hidden, cl::init(true),
22 "pgso-lwss-only", cl::Hidden, cl::init(true),
27 "pgso-cold-code-only", cl::Hidden, cl::init(true),
32 "pgso-ir-pass-or-test-only", cl::Hidden, cl::init(false),
37 "force-pgso", cl::Hidden, cl::init(false),
41 "pgso-cutoff-instr-prof", cl::Hidden, cl::init(250000), cl::ZeroOrMore,
46 "pgso-cutoff-sample-prof", cl::Hidden, cl::init(800000), cl::ZeroOrMore,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h76 return init();
81 return init();
85 init();
91 return init();
95 init();
103 return init();
110 return init();
120 init();
124 TrackingStatistic &init() { function in class:llvm::TrackingStatistic
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c151 tree init = NULL_TREE; local
153 /* [dcl.init]
182 init = convert (type, integer_zero_node);
212 init = build_constructor (type, v);
241 /* If this is a one element array, we just use a regular init. */
254 init = build_constructor (type, v);
257 init = fold_convert (type, integer_zero_node);
262 if (init)
264 TREE_CONSTANT (init) = 1;
265 TREE_INVARIANT (init)
322 perform_member_init(tree member, tree init) argument
472 tree init; local
1084 build_aggr_init(tree exp, tree init, int flags) argument
1142 init, LOOKUP_NORMAL|flags); local
1153 expand_default_init(tree binfo, tree true_exp, tree exp, tree init, int flags) argument
1246 expand_aggr_init_1(tree binfo, tree true_exp, tree exp, tree init, int flags) argument
1466 tree init; local
1554 build_raw_new_expr(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
1573 build_new_1(tree placement, tree type, tree nelts, tree init, bool globally_qualified_p) argument
2068 build_new(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
2358 get_temp_regvar(tree type, tree init) argument
2391 build_vec_init(tree base, tree maxindex, tree init, bool explicit_default_init_p, int from_array) argument
[all...]
H A Dtypeck2.c43 process_init_constructor (tree type, tree init);
451 split_nonconstant_init_1 (tree dest, tree init)
469 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), idx,
505 VEC_ordered_remove (constructor_elt, CONSTRUCTOR_ELTS (init),
525 if (!initializer_constant_valid_p (init, type))
528 tree cons = copy_node (init);
529 CONSTRUCTOR_ELTS (init) = NULL;
541 TREE_CONSTANT (init) = 1;
547 Returns the code for the runtime init. */
550 split_nonconstant_init (tree dest, tree init)
449 split_nonconstant_init_1(tree dest, tree init) argument
548 split_nonconstant_init(tree dest, tree init) argument
585 store_init_value(tree decl, tree init) argument
651 digest_init(tree type, tree init) argument
763 picflag_from_initializer(tree init) argument
779 process_init_constructor_array(tree type, tree init) argument
873 process_init_constructor_record(tree type, tree init) argument
979 process_init_constructor_union(tree type, tree init) argument
1050 process_init_constructor(tree type, tree init) argument
1070 cp_complete_array_type (&TREE_TYPE (init), init, /*do_default=*/0); local
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_globals.cc115 static __eh_globals_init init;
121 if (init._M_init)
122 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
132 if (init._M_init)
134 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
138 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlmime.c39 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon32
40 int state = init;
62 if (state > init)
72 if (state == init)
87 case init:
94 if (state == init) {
H A Dct.c37 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon30
38 int state = init;
58 if (state > init)
68 if (state == init)
83 case init:
90 if (state == init) {
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm5 /* The GNU and SGI linkers differ in their implementation of -init and -fini.
6 With the GNU linker, there can only be a single -init option, and the
8 finalization code can go directly in .init, with the prologue and
12 The SGI linker instead accepts several -init options. It will set DT_INIT
13 to a linker-created function (placed in .init) that calls each of the -init
14 functions in turn. If there is any user code in .init, this linker-created
16 specially; it will only be called if the -init options arrange for it to
20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-11-stable/release/tools/
H A Dopenstack.conf7 export VM_EXTRA_PACKAGES="net/cloud-init devel/py-pbr devel/py-iso8601 \
20 ${DESTDIR}/usr/local/etc/sudoers.d/cloud-init
/freebsd-11-stable/lib/csu/aarch64/
H A Dcrtn.S33 .section .init,"ax",@progbits
/freebsd-11-stable/lib/csu/powerpc/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-11-stable/lib/csu/powerpc64/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-11-stable/lib/csu/riscv/
H A Dcrtn.S38 .section .init,"ax",@progbits
/freebsd-11-stable/sys/gdb/
H A Dgdb.h49 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
53 .gdb_init = init, \
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_locl.h72 int (*init) (EC_KEY *eckey);
90 int (*init) (EC_KEY *); member in struct:ecdh_data_st
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h25 explicit MurMur2HashBuilder(u32 init = 0) { h = seed ^ init; }
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp36 ClUseSymbolTable("use-symbol-table", cl::init(true),
41 "functions", cl::init(FunctionNameKind::LinkageName),
55 ClUseRelativeAddress("relative-address", cl::init(false),
60 "untag-addresses", cl::init(true),
64 ClPrintInlining("inlining", cl::init(true),
75 static cl::opt<bool> ClBasenames("basenames", cl::init(false),
82 ClDemangle("demangle", cl::init(true), cl::desc("Demangle function names"));
87 ClNoDemangle("no-demangle", cl::init(false),
90 static cl::opt<std::string> ClDefaultArch("default-arch", cl::init(""),
96 ClBinaryName("obj", cl::init(""),
[all...]

Completed in 308 milliseconds

1234567891011>>