Searched refs:init (Results 51 - 75 of 974) sorted by relevance

1234567891011>>

/freebsd-9.3-release/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-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c91 init = Unknown; local
97 if (init != Unknown)
99 init = True;
102 if (init != Unknown)
104 init = False;
112 if (init == Unknown)
118 if (init)
129 if (init && daemon(0,
150 if (init && !sleep_mode) {
151 init
[all...]
/freebsd-9.3-release/lib/csu/ia64/
H A Dcrtn.S34 .section .init,"ax",@progbits
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dkcopy.conf16 progs mount mount_cd9660 fsck init reboot umount
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h78 int (*init) (EC_KEY *eckey);
87 int (*init) (EC_KEY *); member in struct:ecdsa_data_st
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dm_ripemd.c72 static int init(EVP_MD_CTX *ctx) function
92 init,
H A Dm_sha.c72 static int init(EVP_MD_CTX *ctx) function
92 init,
H A Dm_md2.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_md5.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_mdc2.c71 static int init(EVP_MD_CTX *ctx) function
91 init,
H A Dm_md4.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_dss1.c73 static int init(EVP_MD_CTX *ctx) function
93 init,
H A Dm_dss.c70 static int init(EVP_MD_CTX *ctx) function
90 init,
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp22 cl::init(false));
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp35 cl::init(true));
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A Dlli.cpp65 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
72 cl::init(false));
76 cl::init(false));
80 cl::init(false));
87 cl::init(false));
99 cl::init(""));
108 cl::init(' '));
121 cl::init(""));
134 cl::init("main"));
153 cl::init(fals
[all...]
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dwindc_plugin.h74 krb5_error_code (*init)(krb5_context, void **); member in struct:krb5plugin_windc_ftable
/freebsd-9.3-release/lib/csu/powerpc/
H A Dcrti.S29 .section .init,"ax",@progbits
/freebsd-9.3-release/sys/dev/drm/
H A Dr128_cce.c352 static int r128_do_init_cce(struct drm_device * dev, drm_r128_init_t * init) argument
364 dev_priv->is_pci = init->is_pci;
373 dev_priv->usec_timeout = init->usec_timeout;
382 dev_priv->cce_mode = init->cce_mode;
392 if ((init->cce_mode != R128_PM4_192BM) &&
393 (init->cce_mode != R128_PM4_128BM_64INDBM) &&
394 (init->cce_mode != R128_PM4_64BM_128INDBM) &&
395 (init->cce_mode != R128_PM4_64BM_64VCBM_64INDBM)) {
402 switch (init->cce_mode) {
423 switch (init
632 drm_r128_init_t *init = data; local
[all...]
H A Dsavage_bci.c681 static int savage_do_init_bci(struct drm_device *dev, drm_savage_init_t *init) argument
685 if (init->fb_bpp != 16 && init->fb_bpp != 32) {
686 DRM_ERROR("invalid frame buffer bpp %d!\n", init->fb_bpp);
689 if (init->depth_bpp != 16 && init->depth_bpp != 32) {
690 DRM_ERROR("invalid depth buffer bpp %d!\n", init->fb_bpp);
693 if (init->dma_type != SAVAGE_DMA_AGP &&
694 init->dma_type != SAVAGE_DMA_PCI) {
695 DRM_ERROR("invalid dma memory type %d!\n", init
935 drm_savage_init_t *init = data; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
39 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
46 cl::Hidden, cl::ZeroOrMore, cl::init(false),
/freebsd-9.3-release/bin/sh/
H A Dmksyntax.c109 static void init(const char *);
171 init("basesyntax");
184 init("dqsyntax");
197 init("sqsyntax");
207 init("arisyntax");
220 init("is_type");
237 init(const char *name) function
/freebsd-9.3-release/contrib/gcc/
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
213 if (EXPR_HAS_LOCATION (init))
214 elocus = EXPR_LOCATION (init);
225 /* In the case of "for (int i = 0...)", init will be a decl. It should
227 if (init == decl)
231 init = DECL_INITIAL (decl);
232 if (init == NULL)
235 init = integer_zero_node;
239 init = build_modify_expr (decl, NOP_EXPR, init);
[all...]
H A Doptc-gen.awk79 init = ""
83 init = opt_args("Init", flags[i])
84 if (init != "")
85 init = " = " init;
95 print var_type(flags[i]) name init ";"
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Ddigest.c42 DigestInit init; member in struct:krb5_digest_data
69 free_DigestInit(&digest->init);
84 if (digest->init.channel) {
88 digest->init.channel = calloc(1, sizeof(*digest->init.channel));
89 if (digest->init.channel == NULL)
92 digest->init.channel->cb_type = strdup(type);
93 if (digest->init.channel->cb_type == NULL)
96 digest->init.channel->cb_binding = strdup(binding);
97 if (digest->init
816 NTLMInit init; member in struct:krb5_ntlm_data
[all...]

Completed in 286 milliseconds

1234567891011>>