Searched refs:gen_type (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c41 static const char *gen_type (const char *, tree, formals_style);
122 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
258 is treated as a "seed". Each time gen_type is called (perhaps recursively)
262 then the (wrapped) seed is passed to a (recursive) invocation of gen_type()
269 value) to the initial caller of the gen_type() routine. All that remains
274 gen_type (const char *ret_val, tree t, formals_style style)
298 ret_val = gen_type (ret_val, TREE_TYPE (t), style);
304 ret_val = gen_type (concat (ret_val, "[]", NULL),
307 ret_val = gen_type (concat (ret_val, "[0]", NULL),
315 ret_val = gen_type (conca
273 gen_type (const char *ret_val, tree t, formals_style style) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc41 static const char *gen_type (const char *, tree, formals_style);
122 this_type = gen_type ("", TREE_VALUE (formal_type), ansi);
258 is treated as a "seed". Each time gen_type is called (perhaps recursively)
262 then the (wrapped) seed is passed to a (recursive) invocation of gen_type()
269 value) to the initial caller of the gen_type() routine. All that remains
274 gen_type (const char *ret_val, tree t, formals_style style)
298 ret_val = gen_type (ret_val, TREE_TYPE (t), style);
304 ret_val = gen_type (concat (ret_val, "[]", NULL),
307 ret_val = gen_type (concat (ret_val, "[0]", NULL),
315 ret_val = gen_type (conca
273 gen_type (const char *ret_val, tree t, formals_style style) function
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c63 int gen_type; /* DSA_PARAMGEN_TYPE_FIPS_186_2 or DSA_PARAMGEN_TYPE_FIPS_186_4 */ member in struct:dsa_gen_ctx
420 gctx->gen_type = DSA_PARAMGEN_TYPE_FIPS_186_4;
422 gctx->gen_type = DSA_PARAMGEN_TYPE_FIPS_DEFAULT;
475 || ((gctx->gen_type = dsa_gen_type_name2id(p->data)) == -1)) {
567 if (gctx->gen_type == DSA_PARAMGEN_TYPE_FIPS_DEFAULT)
568 gctx->gen_type = (gctx->pbits >= 2048 ? DSA_PARAMGEN_TYPE_FIPS_186_4 :
599 if (ossl_dsa_generate_ffc_parameters(dsa, gctx->gen_type,
605 gctx->gen_type == DSA_PARAMGEN_TYPE_FIPS_186_2);
H A Ddh_kmgmt.c66 int gen_type; /* see dhtype2id */ member in struct:dh_gen_ctx
464 gctx->gen_type = (type == DH_FLAG_TYPE_DHX)
468 gctx->gen_type = (type == DH_FLAG_TYPE_DHX)
536 || ((gctx->gen_type =
707 gctx->gen_type = DH_PARAMGEN_TYPE_GROUP;
710 if (gctx->gen_type == DH_PARAMGEN_TYPE_GROUP
757 if (gctx->gen_type == DH_PARAMGEN_TYPE_GENERATOR)
761 ret = ossl_dh_generate_ffc_parameters(dh, gctx->gen_type,
775 gctx->gen_type == DH_PARAMGEN_TYPE_FIPS_186_2);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_conf.c204 int gen_type = 0; local
208 gen_type = 1;
211 gen_type = 2;
218 return gen_type;
223 int crit, int gen_type,
239 if (gen_type == 1)
241 else if (gen_type == 2)
222 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) argument
H A Dv3_alt.c432 X509V3_CTX *ctx, int gen_type, const char *value,
453 switch (gen_type) {
511 gen->type = gen_type;
430 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_conf.c215 int gen_type = 0; local
220 gen_type = 1;
223 gen_type = 2;
230 return gen_type;
235 int crit, int gen_type,
250 if (gen_type == 1)
252 else if (gen_type == 2)
234 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) argument
H A Dv3_san.c510 X509V3_CTX *ctx, int gen_type, const char *value,
531 switch (gen_type) {
591 gen->type = gen_type;
508 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, const char *value, int is_nc) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h551 X509V3_CTX *ctx, int gen_type,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c3056 unsigned int gen_type; local
3058 gen_type = intel_gvt_get_device_type(gvt);
3061 if (!(cmd_info[i].devices & gen_type))

Completed in 112 milliseconds