Searched refs:utype (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c4352 tree utype, minv, maxv;
4356 utype = lang_hooks.types.unsigned_type (etype);
4357 maxv = fold_convert (utype, TYPE_MAX_VALUE (etype));
4360 minv = fold_convert (utype, TYPE_MIN_VALUE (etype));
4364 etype = utype;
4326 tree utype, minv, maxv; local
H A Dtree-ssa-loop-ivopts.c3039 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
3050 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
3064 if (TYPE_UNSIGNED (utype))
3065 uutype = utype;
3068 uutype = unsigned_type_for (utype);
3081 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
3852 tree utype = TREE_TYPE (ubase), ctype; local
3868 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
3887 if (TYPE_PRECISION (utype) != TYPE_PRECISION (ctype))
3909 if (!divide (TYPE_PRECISION (utype), ustep
5374 tree step, ctype, utype; local
[all...]
H A Dtree-ssa-loop-niter.c1804 tree utype; local
1813 utype = unsigned_type_for (type);
1817 fold_convert (utype, estimation),
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c1352 struct type *utype; local
1373 utype = lookup_utype (dip->die_ref);
1374 if (utype == NULL)
1379 else if (TYPE_CODE (utype) == TYPE_CODE_UNDEF)
1389 *utype = *type;
1420 struct type *utype; local
1423 utype = lookup_utype (dip->die_ref);
1424 if (utype == NULL)
1426 utype = lookup_pointer_type (type);
1427 alloc_utype (dip->die_ref, utype);
1462 struct type *utype; local
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c322 parse_url(const char *url, const char *desc, url_t *utype, argument
330 if (url == NULL || desc == NULL || utype == NULL || uuser == NULL
337 *utype = UNKNOWN_URL_T;
344 *utype = HTTP_URL_T;
349 *utype = FTP_URL_T;
354 *utype = FILE_URL_T;
379 if (*utype == FTP_URL_T) /* skip first / for ftp URLs */
386 if (*utype == FTP_URL_T)
453 if (*utype == FTP_URL_T) /* skip first / for ftp URLs */
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c108 int utype; member in struct:__anon6175
123 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
125 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
175 if ((asn1_tags.utype == V_ASN1_SEQUENCE)
176 || (asn1_tags.utype == V_ASN1_SET)) {
185 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr);
187 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
296 int utype; local
315 utype = asn1_str2tag(elem, len);
317 if (utype
458 asn1_multi(int utype, const char *section, X509V3_CTX *cnf, int depth, int *perr) argument
637 asn1_str2type(const char *str, int format, int utype) argument
[all...]
H A Dasn1t.h566 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
612 * structure. In this case the 'utype' field
674 int len, int utype, char *free_cont,
950 int utype, char *free_cont, const ASN1_ITEM *it);
H A Dtasn_fre.c194 int utype; local
206 utype = typ->type;
211 utype = -1;
215 utype = it->utype;
216 if ((utype != V_ASN1_BOOLEAN) && !*pval)
220 switch (utype) {
H A Dtasn_new.c317 int utype; local
329 utype = -1;
331 utype = it->utype;
332 switch (utype) {
355 str = ASN1_STRING_type_new(utype);
368 int utype; local
378 utype = -1;
380 utype = it->utype;
[all...]
H A Dtasn_prn.c208 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) {
492 long utype; local
504 utype = str->type & ~V_ASN1_NEG;
506 utype = it->utype;
507 if (utype == V_ASN1_BOOLEAN)
512 if (utype == V_ASN1_ANY) {
514 utype = atype->type;
520 pname = ASN1_tag2str(utype);
523 pname = ASN1_tag2str(utype);
[all...]
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype);
90 sel = offset2ptr(*pval, it->utype);
H A Dx_long.c76 int utype, char *free_cont, const ASN1_ITEM *it);
156 int utype, char *free_cont, const ASN1_ITEM *it)
155 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_dec.c254 if (!(ASN1_tag2bit(otag) & it->utype)) {
277 exptag = it->utype;
314 | it->utype);
758 int ret = 0, utype; local
771 utype = tag;
774 utype = it->utype;
776 if (utype == V_ASN1_ANY) {
789 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
796 utype
887 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_enc.c509 int utype; local
513 utype = it->utype;
519 len = asn1_ex_i2c(pval, NULL, &utype, it);
524 * call to asn1_ex_i2c() could change utype.
526 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
527 (utype == V_ASN1_OTHER))
545 tag = utype;
551 asn1_ex_i2c(pval, *out, &utype, i
571 int utype; local
[all...]
H A Dx_bignum.c80 int utype, char *free_cont, const ASN1_ITEM *it);
144 int utype, char *free_cont, const ASN1_ITEM *it)
143 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp70 static uint32_t utype(uint32_t op, uint32_t rd, uint32_t imm) { function in namespace:lld::elf
160 write32le(buf + 0, utype(AUIPC, X_T2, hi20(offset)));
177 write32le(buf + 0, utype(AUIPC, X_T3, hi20(offset)));

Completed in 216 milliseconds