Home
last modified time | relevance | path

Searched refs:itype (Results 1 – 25 of 93) sorted by relevance

1234

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_typ.c65 .itype = ASN1_ITYPE_PRIMITIVE,
97 .itype = ASN1_ITYPE_PRIMITIVE,
129 .itype = ASN1_ITYPE_PRIMITIVE,
162 .itype = ASN1_ITYPE_PRIMITIVE,
194 .itype = ASN1_ITYPE_PRIMITIVE,
226 .itype = ASN1_ITYPE_PRIMITIVE,
259 .itype = ASN1_ITYPE_PRIMITIVE,
291 .itype = ASN1_ITYPE_PRIMITIVE,
440 .itype = ASN1_ITYPE_MSTRING,
476 .itype = ASN1_ITYPE_MSTRING,
[all …]
H A Dtasn_new.c106 switch (it->itype) { in asn1_item_ex_new()
187 switch (it->itype) { in asn1_item_clear()
280 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in ASN1_primitive_new()
308 if (it != NULL && it->itype == ASN1_ITYPE_MSTRING && in ASN1_primitive_new()
334 if (!it || (it->itype == ASN1_ITYPE_MSTRING)) in asn1_primitive_clear()
H A Dtasn_fre.c95 if (it->itype != ASN1_ITYPE_PRIMITIVE && *pval == NULL) in asn1_item_free()
101 switch (it->itype) { in asn1_item_free()
206 } else if (it->itype == ASN1_ITYPE_MSTRING) { in ASN1_primitive_free()
H A Dx_exten.c86 .itype = ASN1_ITYPE_SEQUENCE,
103 .itype = ASN1_ITYPE_PRIMITIVE,
H A Dx_spki.c82 .itype = ASN1_ITYPE_SEQUENCE,
141 .itype = ASN1_ITYPE_SEQUENCE,
H A Dx_attrib.c71 .itype = ASN1_ITYPE_CHOICE,
98 .itype = ASN1_ITYPE_SEQUENCE,
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-patterns.c960 tree itype = type; in vect_recog_widen_mult_pattern() local
1006 if (itype != type) in vect_recog_widen_mult_pattern()
2371 tree multtype = cast_to_unsigned_p ? unsigned_type_for (itype) : itype; in vect_synth_mult_by_constant()
2801 if (TYPE_UNSIGNED (itype)) in vect_recog_divmod_pattern()
3136 itype = orig_type0; in vect_recog_mixed_size_cond_pattern()
3144 itype = orig_type1; in vect_recog_mixed_size_cond_pattern()
3162 if (itype == NULL_TREE) in vect_recog_mixed_size_cond_pattern()
3166 if (itype == NULL_TREE in vect_recog_mixed_size_cond_pattern()
3285 tree itype in check_bool_pattern() local
3476 itype in adjust_bool_pattern()
[all …]
H A Domp-grid.c502 itype = signed_type_for (type); in grid_gfor_follows_tiling_pattern()
504 itype = type; in grid_gfor_follows_tiling_pattern()
508 tree t = build_int_cst (itype, in grid_gfor_follows_tiling_pattern()
514 t = fold_build2 (TRUNC_DIV_EXPR, itype, in grid_gfor_follows_tiling_pattern()
515 fold_build1 (NEGATE_EXPR, itype, t), in grid_gfor_follows_tiling_pattern()
1305 itype = signed_type_for (type); in grid_attempt_target_gridification()
1307 itype = type; in grid_attempt_target_gridification()
1315 n1 = fold_convert (itype, n1); in grid_attempt_target_gridification()
1316 n2 = fold_convert (itype, n2); in grid_attempt_target_gridification()
1327 t = fold_build2 (TRUNC_DIV_EXPR, itype, in grid_attempt_target_gridification()
[all …]
H A Domp-general.c336 tree itype = TREE_TYPE (loop->v); in omp_extract_for_data() local
338 if (POINTER_TYPE_P (itype)) in omp_extract_for_data()
339 itype = signed_type_for (itype); in omp_extract_for_data()
342 PLUS_EXPR, itype, in omp_extract_for_data()
345 fold_convert_loc (loc, itype, loop->n2)); in omp_extract_for_data()
347 fold_convert_loc (loc, itype, loop->n1)); in omp_extract_for_data()
349 t = fold_build2_loc (loc, TRUNC_DIV_EXPR, itype, in omp_extract_for_data()
350 fold_build1_loc (loc, NEGATE_EXPR, itype, t), in omp_extract_for_data()
351 fold_build1_loc (loc, NEGATE_EXPR, itype, in omp_extract_for_data()
352 fold_convert_loc (loc, itype, in omp_extract_for_data()
[all …]
H A Domp-expand.c1751 itype = signed_type_for (itype); in expand_omp_for_init_counts()
1852 itype = vtype; in expand_omp_for_init_vars()
2058 itype = sizetype; in expand_omp_ordered_sink()
3423 t = fold_build2 (MINUS_EXPR, itype, t, fold_convert (itype, n1)); in expand_omp_for_static_nochunk()
3912 t = fold_build2 (MINUS_EXPR, itype, t, fold_convert (itype, n1)); in expand_omp_for_static_chunk()
4073 = fold_build2 (MINUS_EXPR, itype, fold_convert (itype, n1), in expand_omp_for_static_chunk()
4507 itype = signed_type_for (itype); in expand_omp_simd()
6111 itype = TYPE_ARG_TYPES (itype); in expand_omp_atomic_store()
6112 itype = TREE_CHAIN (itype); in expand_omp_atomic_store()
6113 itype = TREE_VALUE (itype); in expand_omp_atomic_store()
[all …]
H A Dconvert.c129 tree itype = TREE_TYPE (expr); in convert_to_real_1() local
230 int p1 = REAL_MODE_FORMAT (TYPE_MODE (itype))->p; in convert_to_real_1()
239 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype) in convert_to_real_1()
259 if (itype != type && FLOAT_TYPE_P (type)) in convert_to_real_1()
267 && FLOAT_TYPE_P (itype) in convert_to_real_1()
268 && TYPE_PRECISION (type) < TYPE_PRECISION (itype)) in convert_to_real_1()
288 && DECIMAL_FLOAT_TYPE_P (itype) == DECIMAL_FLOAT_TYPE_P (type)) in convert_to_real_1()
343 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (itype) in convert_to_real_1()
346 && real_can_shorten_arithmetic (TYPE_MODE (itype), in convert_to_real_1()
373 || DECIMAL_FLOAT_TYPE_P (itype)) in convert_to_real_1()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_asn1.c80 .itype = ASN1_ITYPE_SEQUENCE,
107 .itype = ASN1_ITYPE_SEQUENCE,
155 .itype = ASN1_ITYPE_CHOICE,
182 .itype = ASN1_ITYPE_CHOICE,
292 .itype = ASN1_ITYPE_SEQUENCE,
319 .itype = ASN1_ITYPE_SEQUENCE,
346 .itype = ASN1_ITYPE_CHOICE,
591 .itype = ASN1_ITYPE_CHOICE,
697 .itype = ASN1_ITYPE_CHOICE,
991 .itype = ASN1_ITYPE_CHOICE,
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-patterns.c1604 itype = TREE_TYPE (oprnd0); in vect_recog_sdivmod_pow2_pattern()
1608 || TYPE_UNSIGNED (itype) in vect_recog_sdivmod_pow2_pattern()
1609 || TYPE_PRECISION (itype) != GET_MODE_PRECISION (TYPE_MODE (itype)) in vect_recog_sdivmod_pow2_pattern()
1644 build_int_cst (itype, 0)); in vect_recog_sdivmod_pow2_pattern()
1656 build_int_cst (itype, in vect_recog_sdivmod_pow2_pattern()
1717 build_int_cst (itype, in vect_recog_sdivmod_pow2_pattern()
1816 if (itype == NULL_TREE in vect_recog_mixed_size_cond_pattern()
1920 tree itype in check_bool_pattern() local
1985 itype = TREE_TYPE (irhs1); in adjust_bool_pattern()
2122 itype in adjust_bool_pattern()
[all …]
H A Domp-low.c410 itype in extract_omp_for_data()
414 PLUS_EXPR, itype, in extract_omp_for_data()
3810 itype = lang_hooks.types.type_for_size (TYPE_PRECISION (itype), 0); in expand_omp_for_generic()
3874 tree itype in expand_omp_for_generic() local
3968 itype = vtype; in expand_omp_for_generic()
4240 t = fold_build2 (MINUS_EXPR, itype, t, fold_convert (itype, fd->loop.n1)); in expand_omp_for_static_nochunk()
4465 t = fold_build2 (MINUS_EXPR, itype, t, fold_convert (itype, fd->loop.n1)); in expand_omp_for_static_chunk()
5098 itype = TYPE_ARG_TYPES (itype); in expand_omp_atomic_store()
5099 itype = TREE_CHAIN (itype); in expand_omp_atomic_store()
5100 itype = TREE_VALUE (itype); in expand_omp_atomic_store()
[all …]
H A Dconvert.c144 tree itype = TREE_TYPE (expr); in convert_to_real() local
208 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype) in convert_to_real()
260 if (itype != type && FLOAT_TYPE_P (type)) in convert_to_real()
286 && DECIMAL_FLOAT_TYPE_P (itype) == DECIMAL_FLOAT_TYPE_P (type)) in convert_to_real()
339 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (itype) in convert_to_real()
342 && real_can_shorten_arithmetic (TYPE_MODE (itype), in convert_to_real()
366 || DECIMAL_FLOAT_TYPE_P (itype)) in convert_to_real()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c89 .itype = ASN1_ITYPE_SEQUENCE,
156 .itype = ASN1_ITYPE_SEQUENCE,
209 .itype = ASN1_ITYPE_SEQUENCE,
276 .itype = ASN1_ITYPE_SEQUENCE,
329 .itype = ASN1_ITYPE_SEQUENCE,
395 .itype = ASN1_ITYPE_SEQUENCE,
448 .itype = ASN1_ITYPE_SEQUENCE,
513 .itype = ASN1_ITYPE_CHOICE,
566 .itype = ASN1_ITYPE_SEQUENCE,
626 .itype = ASN1_ITYPE_CHOICE,
[all …]
/dragonfly/contrib/smbfs/smbutil/
H A Ddumptree.c108 int *itype; in cmd_dumptree() local
122 itype = p; in cmd_dumptree()
123 if (*itype == SMB_INFO_NONE) in cmd_dumptree()
125 switch (*itype) { in cmd_dumptree()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_asn1.c208 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
301 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
413 .itype = ASN1_ITYPE_SEQUENCE,
466 .itype = ASN1_ITYPE_SEQUENCE,
526 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
612 .itype = ASN1_ITYPE_SEQUENCE,
672 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
760 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
813 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
930 .itype = ASN1_ITYPE_PRIMITIVE,
[all …]
/dragonfly/crypto/libressl/crypto/gost/
H A Dgost_asn1.c38 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
90 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
149 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
209 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
261 .itype = ASN1_ITYPE_NDEF_SEQUENCE,
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_asn1.c84 .itype = ASN1_ITYPE_SEQUENCE,
197 .itype = ASN1_ITYPE_SEQUENCE,
289 .itype = ASN1_ITYPE_SEQUENCE,
404 .itype = ASN1_ITYPE_SEQUENCE,
496 .itype = ASN1_ITYPE_SEQUENCE,
607 .itype = ASN1_ITYPE_SEQUENCE,
692 .itype = ASN1_ITYPE_SEQUENCE,
751 .itype = ASN1_ITYPE_SEQUENCE,
810 .itype = ASN1_ITYPE_SEQUENCE,
876 .itype = ASN1_ITYPE_SEQUENCE,
[all …]
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_asn.c93 .itype = ASN1_ITYPE_SEQUENCE,
153 .itype = ASN1_ITYPE_SEQUENCE,
259 .itype = ASN1_ITYPE_SEQUENCE,
404 .itype = ASN1_ITYPE_SEQUENCE,
449 .itype = ASN1_ITYPE_PRIMITIVE,
468 .itype = ASN1_ITYPE_PRIMITIVE,
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_asn1.c160 .itype = ASN1_ITYPE_SEQUENCE,
196 .itype = ASN1_ITYPE_SEQUENCE,
257 .itype = ASN1_ITYPE_SEQUENCE,
336 .itype = ASN1_ITYPE_SEQUENCE,
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_asn1.c112 .itype = ASN1_ITYPE_SEQUENCE,
229 .itype = ASN1_ITYPE_SEQUENCE,
285 .itype = ASN1_ITYPE_SEQUENCE,
372 .itype = ASN1_ITYPE_SEQUENCE,
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_pcia.c59 .itype = ASN1_ITYPE_SEQUENCE,
112 .itype = ASN1_ITYPE_SEQUENCE,
H A Dx509_genn.c85 .itype = ASN1_ITYPE_SEQUENCE,
139 .itype = ASN1_ITYPE_SEQUENCE,
243 .itype = ASN1_ITYPE_CHOICE,
287 .itype = ASN1_ITYPE_PRIMITIVE,

1234