Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.md86 (define_attr "atype" "reg,mem"
325 (set_attr "atype" "mem")])
347 (set_attr "atype" "mem")])
366 (set_attr "atype" "mem")])
385 (set_attr "atype" "mem")])
395 (set_attr "atype" "mem")])
509 (set_attr "atype" "reg,mem")])
521 (set_attr "atype" "reg,mem")])
542 (set_attr "atype" "mem,reg")])
554 (set_attr "atype" "mem,reg")])
[all …]
/openbsd/src/lib/libcrypto/pkcs12/
Dp12_attr.c142 const ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
144 if (!(atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName))) in PKCS12_get_friendlyname()
146 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
148 return OPENSSL_uni2asc(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
149 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D950221-1.c6 } atype; typedef
10 static atype config; in f()
11 atype *cp; in f()
/openbsd/src/sys/lib/libsa/
Dbootparam.c70 u_int32_t atype; member
372 xi->atype = htonl(1); in xdr_inaddr_encode()
403 if (xi->atype != htonl(1)) { in xdr_inaddr_decode()
405 ntohl(xi->atype))); in xdr_inaddr_decode()
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-address.c572 tree addr_type = build_pointer_type (type), atype; in create_mem_ref() local
632 atype = TREE_TYPE (parts.base); in create_mem_ref()
634 fold_build2 (PLUS_EXPR, atype, in create_mem_ref()
636 fold_convert (atype, parts.index)), in create_mem_ref()
653 atype = TREE_TYPE (parts.base); in create_mem_ref()
655 fold_build2 (PLUS_EXPR, atype, in create_mem_ref()
657 fold_convert (atype, parts.offset)), in create_mem_ref()
/openbsd/src/lib/libcrypto/x509/
Dx509_att.c286 int atype = 0; in X509_ATTRIBUTE_set1_data() local
297 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
303 atype = attrtype; in X509_ATTRIBUTE_set1_data()
321 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/openbsd/src/usr.sbin/bgpd/
Dflowspec.c204 int atype, btype; in flowspec_cmp() local
209 acomplen = flowspec_next_component(a, alen, is_v6, &atype); in flowspec_cmp()
218 if (atype < btype) in flowspec_cmp()
220 if (atype > btype) in flowspec_cmp()
223 switch (atype) { in flowspec_cmp()
/openbsd/src/lib/libcrypto/asn1/
Dtasn_dec.c389 ASN1_TYPE *atype; in asn1_c2i_any() local
399 if ((atype = ASN1_TYPE_new()) == NULL) in asn1_c2i_any()
402 if (!asn1_c2i_primitive(&atype->value.asn1_value, content, utype, it)) { in asn1_c2i_any()
403 ASN1_TYPE_free(atype); in asn1_c2i_any()
406 atype->type = utype; in asn1_c2i_any()
409 if (atype->type == V_ASN1_NULL) in asn1_c2i_any()
410 atype->value.ptr = NULL; in asn1_c2i_any()
412 *pval = (ASN1_VALUE *)atype; in asn1_c2i_any()
Dtasn_prn.c433 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
434 utype = atype->type; in asn1_primitive_print()
435 fld = &atype->value.asn1_value; in asn1_primitive_print()
/openbsd/src/usr.bin/pctr/
Dpctr.c160 int atype; in pctr_cpu_creds() local
173 atype = ARCH_I386; in pctr_cpu_creds()
175 atype = ARCH_AMD64; in pctr_cpu_creds()
199 switch (atype) { in pctr_cpu_creds()
/openbsd/src/gnu/gcc/gcc/config/s390/
D2064.md90 ;; For everything else we check the atype flag.
95 (eq_attr "atype" "reg")))
101 (eq_attr "atype" "agen")))
D2084.md67 (eq_attr "atype" "reg")))
73 (eq_attr "atype" "agen")))
Ds390.md173 (define_attr "atype" "agen,reg"
498 (set_attr "atype" "reg")])
6319 (set_attr "atype" "reg")])
6330 (set_attr "atype" "reg")])
6356 (set_attr "atype" "reg")])
6366 (set_attr "atype" "reg")])
6377 (set_attr "atype" "reg")])
6388 (set_attr "atype" "reg")])
6413 (set_attr "atype" "reg")])
6424 (set_attr "atype" "reg")])
[all …]
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldgram.y146 %type <token> assign_op atype attributes_opt
899 atype:
906 exp atype ':' { $$ = $1; }
907 | atype ':' { $$ = (etree_type *)NULL; }
912 BIND '(' exp ')' atype ':' { $$ = $3; }
913 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_qp.c56 #define _QP_TTOQ(qname, fname, ntype, signpos, atype, ...) \ argument
63 atype *a; \
65 a = (atype *)&n; \
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldgram.y146 %type <token> assign_op atype attributes_opt sect_constraint
969 atype:
976 exp atype ':' { $$ = $1; }
977 | atype ':' { $$ = (etree_type *)NULL; }
982 BIND '(' exp ')' atype ':' { $$ = $3; }
983 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/openbsd/src/lib/libcrypto/ec/
Dec_ameth.c704 int atype; in ecdh_cms_set_peerkey() local
712 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
717 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
731 if (!eckey_from_params(atype, aval, &ecpeer)) in ecdh_cms_set_peerkey()
/openbsd/src/sys/nfs/
Dkrpc_subr.c561 u_int32_t atype; member
576 xi->atype = txdr_unsigned(1); in xdr_inaddr_encode()
600 if (xi->atype != txdr_unsigned(1)) { in xdr_inaddr_decode()
/openbsd/src/gnu/gcc/gcc/cp/
Dinit.c2401 tree atype = TREE_TYPE (base); in build_vec_init() local
2403 tree type = TREE_TYPE (atype); in build_vec_init()
2416 if (TYPE_DOMAIN (atype)) in build_vec_init()
2417 maxindex = array_type_nelts (atype); in build_vec_init()
2425 inner_elt_type = strip_array_types (atype); in build_vec_init()
2442 stmt_expr = build2 (INIT_EXPR, atype, base, init); in build_vec_init()
2650 atype = build_pointer_type (atype); in build_vec_init()
2651 stmt_expr = build1 (NOP_EXPR, atype, stmt_expr); in build_vec_init()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dtypeck.c383 tree sig, t, fld, atype, arfld; local
424 atype = build_prim_array_type (element_type, length);
425 arfld = build_decl (FIELD_DECL, get_identifier ("data"), atype);
/openbsd/src/lib/libc/gen/
Dlogin_cap.c156 login_getstyle(login_cap_t *lc, char *style, char *atype) in login_getstyle() argument
170 if (!atype || !(auths = login_getcapstr(lc, atype, NULL, NULL))) in login_getstyle()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c2783 ada_type_match (struct type *ftype, struct type *atype, int may_deref) in ada_type_match() argument
2786 atype = ada_check_typedef (atype); in ada_type_match()
2790 if (TYPE_CODE (atype) == TYPE_CODE_REF) in ada_type_match()
2791 atype = TYPE_TARGET_TYPE (atype); in ada_type_match()
2794 || TYPE_CODE (atype) == TYPE_CODE_VOID) in ada_type_match()
2802 if (TYPE_CODE (atype) == TYPE_CODE_PTR) in ada_type_match()
2804 TYPE_TARGET_TYPE (atype), 0); in ada_type_match()
2807 && ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0)); in ada_type_match()
2811 switch (TYPE_CODE (atype)) in ada_type_match()
2822 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY in ada_type_match()
[all …]
Dvalues.c84 struct type *atype = check_typedef (type); in allocate_value() local
86 val = (struct value *) xmalloc (sizeof (struct value) + TYPE_LENGTH (atype)); in allocate_value()
/openbsd/src/sys/dev/ic/
Dath.c2002 HAL_PKT_TYPE atype; in ath_tx_start() local
2138 atype = HAL_PKT_TYPE_NORMAL; /* default */ in ath_tx_start()
2143 atype = HAL_PKT_TYPE_BEACON; in ath_tx_start()
2145 atype = HAL_PKT_TYPE_PROBE_RESP; in ath_tx_start()
2147 atype = HAL_PKT_TYPE_ATIM; in ath_tx_start()
2154 atype = HAL_PKT_TYPE_PSPOLL; in ath_tx_start()
2297 , atype /* Atheros packet type */ in ath_tx_start()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dinit.c2741 tree atype = TREE_TYPE (base); local
2743 tree type = TREE_TYPE (atype);
2753 if (TYPE_DOMAIN (atype))
2754 maxindex = array_type_nelts (atype);
2774 stmt_expr = build (INIT_EXPR, atype, base, init);

12