| /openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/ |
| D | s390.md | 86 (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/ |
| D | p12_attr.c | 142 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/ |
| D | 950221-1.c | 6 } atype; typedef 10 static atype config; in f() 11 atype *cp; in f()
|
| /openbsd/src/sys/lib/libsa/ |
| D | bootparam.c | 70 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/ |
| D | tree-ssa-address.c | 572 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/ |
| D | x509_att.c | 286 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/ |
| D | flowspec.c | 204 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/ |
| D | tasn_dec.c | 389 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()
|
| D | tasn_prn.c | 433 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/ |
| D | pctr.c | 160 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/ |
| D | 2064.md | 90 ;; For everything else we check the atype flag. 95 (eq_attr "atype" "reg"))) 101 (eq_attr "atype" "agen")))
|
| D | 2084.md | 67 (eq_attr "atype" "reg"))) 73 (eq_attr "atype" "agen")))
|
| D | s390.md | 173 (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/ |
| D | ldgram.y | 146 %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/ |
| D | fpu_qp.c | 56 #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/ |
| D | ldgram.y | 146 %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/ |
| D | ec_ameth.c | 704 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/ |
| D | krpc_subr.c | 561 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/ |
| D | init.c | 2401 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/ |
| D | typeck.c | 383 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/ |
| D | login_cap.c | 156 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/ |
| D | ada-lang.c | 2783 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 …]
|
| D | values.c | 84 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/ |
| D | ath.c | 2002 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/ |
| D | init.c | 2741 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);
|