| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-aux-info.cc | 41 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 (concat (ret_val, buff, NULL) 273 gen_type (const char *ret_val, tree t, formals_style style) function [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-aux-info.cc | 41 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 (concat (ret_val, buff, NULL) 273 gen_type (const char *ret_val, tree t, formals_style style) function [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_conf.c | 218 int gen_type = 0; local 222 gen_type = 1; 224 gen_type = 2; 231 return gen_type; 236 int crit, int gen_type, 251 if (gen_type == 1) 253 else if (gen_type == 2)
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_conf.c | 215 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)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_conf.c | 204 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)
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 69 int gen_type; /* see dhtype2id */ member in struct:dh_gen_ctx 466 gctx->gen_type = (type == DH_FLAG_TYPE_DHX) 470 gctx->gen_type = (type == DH_FLAG_TYPE_DHX) 529 int gen_type = -1; local 539 || ((gen_type = dh_gen_type_name2id_w_default(p->data, gctx->dh_type)) == -1)) { 543 if (gen_type != -1) 544 gctx->gen_type = gen_type; 711 gctx->gen_type = DH_PARAMGEN_TYPE_GROUP; 714 * Do a bounds check on context gen_type. Must be in range [all...] |
| dsa_kmgmt.c | 66 int gen_type; /* DSA_PARAMGEN_TYPE_FIPS_186_2 or DSA_PARAMGEN_TYPE_FIPS_186_4 */ member in struct:dsa_gen_ctx 421 gctx->gen_type = DSA_PARAMGEN_TYPE_FIPS_186_4; 423 gctx->gen_type = DSA_PARAMGEN_TYPE_FIPS_DEFAULT; 467 int gen_type = -1; local 481 || ((gen_type = dsa_gen_type_name2id(p->data)) == -1)) { 487 * Only assign context gen_type if it was set by dsa_gen_type_name2id 489 * DSA_PARAMGEN_TYPE_FIPS_186_4 <= gen_type <= DSA_PARAMGEN_TYPE_FIPS_DEFAULT 491 if (gen_type != -1) 492 gctx->gen_type = gen_type; [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 66 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);
|
| dsa_kmgmt.c | 63 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);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| cmd_parser.c | 3056 unsigned int gen_type; local 3058 gen_type = intel_gvt_get_device_type(gvt); 3061 if (!(cmd_info[i].devices & gen_type))
|