Home
last modified time | relevance | path

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

12

/dragonfly/crypto/libressl/crypto/pkcs12/
H A 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()
/dragonfly/sys/netgraph/one2many/
H A Dng_one2many.h75 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument
78 { "enabledLinks", (atype) }, \
/dragonfly/sys/netgraph7/one2many/
H A Dng_one2many.h78 #define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \ argument
81 { "enabledLinks", (atype) }, \
/dragonfly/stand/lib/
H A Dbootparam.c79 u_int32_t atype; member
392 xi->atype = htonl(1); in xdr_inaddr_encode()
427 if (xi->atype != htonl(1)) { in xdr_inaddr_decode()
429 ntohl(xi->atype))); in xdr_inaddr_decode()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_att.c308 int atype = 0; in X509_ATTRIBUTE_set1_data() local
319 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
325 atype = attrtype; in X509_ATTRIBUTE_set1_data()
343 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/dragonfly/sys/netgraph/ppp/
H A Dng_ppp.h96 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument
97 { "rseq", (atype) }, \
/dragonfly/crypto/libressl/crypto/asn1/
H A 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()
H A Dtasn_prn.c524 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
525 utype = atype->type; in asn1_primitive_print()
526 fld = &atype->value.asn1_value; in asn1_primitive_print()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.h116 #define NG_PPP_MP_STATE_TYPE_INFO(atype) { \ argument
117 { "rseq", (atype) }, \
/dragonfly/contrib/gdb-7/gdb/
H A Dstap-probe.c85 struct type *atype; member
857 stap_parse_argument (const char **arg, struct type *atype, in stap_parse_argument() argument
871 p.arg_type = atype; in stap_parse_argument()
883 write_exp_elt_type (atype); in stap_parse_argument()
964 arg.atype = stap_get_expected_argument_type (gdbarch, b); in stap_parse_probe_arguments()
970 expr = stap_parse_argument (&cur, arg.atype, gdbarch); in stap_parse_probe_arguments()
1065 return evaluate_subexp_standard (arg->atype, arg->aexpr, &pos, EVAL_NORMAL); in stap_evaluate_probe_argument()
1087 value->type = arg->atype; in stap_compile_to_ax()
H A Dada-lang.c3288 atype = ada_check_typedef (atype); in ada_type_match()
3292 if (TYPE_CODE (atype) == TYPE_CODE_REF) in ada_type_match()
3293 atype = TYPE_TARGET_TYPE (atype); in ada_type_match()
3298 return TYPE_CODE (ftype) == TYPE_CODE (atype); in ada_type_match()
3300 if (TYPE_CODE (atype) == TYPE_CODE_PTR) in ada_type_match()
3309 switch (TYPE_CODE (atype)) in ada_type_match()
3320 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY in ada_type_match()
3325 return (TYPE_CODE (atype) == TYPE_CODE_ARRAY in ada_type_match()
3328 return (TYPE_CODE (atype) == TYPE_CODE_STRUCT in ada_type_match()
3333 return (TYPE_CODE (atype) == TYPE_CODE (ftype)); in ada_type_match()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3960 if (TREE_CODE (atype) != ARRAY_TYPE) in finish_length_check()
4013 tree atype = TREE_TYPE (base); in build_vec_init() local
4015 tree type = TREE_TYPE (atype); in build_vec_init()
4033 if (TREE_CODE (atype) == ARRAY_TYPE && TYPE_DOMAIN (atype)) in build_vec_init()
4034 maxindex = array_type_nelts (atype); in build_vec_init()
4072 && TREE_CODE (atype) == ARRAY_TYPE in build_vec_init()
4080 (atype, TREE_TYPE (init)))) in build_vec_init()
4100 if (TREE_CODE (atype) == ARRAY_TYPE) in build_vec_init()
4109 ptype = atype; in build_vec_init()
4539 if (TREE_CODE (atype) == ARRAY_TYPE) in build_vec_init()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dinit.c3137 tree atype = TREE_TYPE (base); in build_vec_init() local
3139 tree type = TREE_TYPE (atype); in build_vec_init()
3156 if (TREE_CODE (atype) == ARRAY_TYPE && TYPE_DOMAIN (atype)) in build_vec_init()
3157 maxindex = array_type_nelts (atype); in build_vec_init()
3174 && TREE_CODE (atype) == ARRAY_TYPE in build_vec_init()
3195 if (TREE_CODE (atype) == ARRAY_TYPE) in build_vec_init()
3201 ptype = atype; in build_vec_init()
3374 const_init = build_constructor (atype, new_vec); in build_vec_init()
3533 if (TREE_CODE (atype) == ARRAY_TYPE) in build_vec_init()
3535 atype = build_pointer_type (atype); in build_vec_init()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-bgp.c1871 uint8_t atype, const u_char *pptr, u_int len, in bgp_attr_print() argument
1890 switch (atype) { in bgp_attr_print()
1923 as_size = bgp_attr_get_as_size(ndo, atype, pptr, len); in bgp_attr_print()
2425 atype = GET_U_1(tptr + 1); in bgp_attr_print()
2441 "Unknown Attribute", atype), in bgp_attr_print()
2442 atype, in bgp_attr_print()
2809 uint8_t aflags, atype, alenlen; in bgp_update_print() local
2822 atype = GET_U_1(p + 1); in bgp_update_print()
2842 tok2str(bgp_attr_values, "Unknown Attribute", atype), in bgp_update_print()
2843 atype, in bgp_update_print()
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldgram.y148 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1124 atype:
1131 exp atype ':' { $$ = $1; }
1132 | atype ':' { $$ = (etree_type *)NULL; }
1137 BIND '(' exp ')' atype ':' { $$ = $3; }
1138 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/dragonfly/contrib/binutils-2.34/ld/
H A Dldgram.y149 %type <token> assign_op atype attributes_opt sect_constraint opt_align_with_input
1121 atype:
1128 exp atype ':' { $$ = $1; }
1129 | atype ':' { $$ = (etree_type *)NULL; }
1134 BIND '(' exp ')' atype ':' { $$ = $3; }
1135 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c685 int atype; in ecdh_cms_set_peerkey() local
693 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
698 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
712 ecpeer = eckey_type2param(atype, aval); in ecdh_cms_set_peerkey()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-manip.c1128 tree atype, mtype, val, res = PHI_RESULT (phi); in rewrite_phi_with_iv() local
1144 atype = TREE_TYPE (res); in rewrite_phi_with_iv()
1145 mtype = POINTER_TYPE_P (atype) ? sizetype : atype; in rewrite_phi_with_iv()
1148 val = fold_build2 (POINTER_TYPE_P (atype) in rewrite_phi_with_iv()
1150 atype, unshare_expr (iv.base), val); in rewrite_phi_with_iv()
H A Dtree-predcom.c2110 tree atype; in combinable_refs_p() local
2130 atype = TREE_TYPE (gimple_assign_lhs (stmt)); in combinable_refs_p()
2136 *rslt_type = atype; in combinable_refs_p()
2142 && *rslt_type == atype); in combinable_refs_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-manip.c1441 tree atype, mtype, val, res = PHI_RESULT (phi); in rewrite_phi_with_iv() local
1457 atype = TREE_TYPE (res); in rewrite_phi_with_iv()
1458 mtype = POINTER_TYPE_P (atype) ? sizetype : atype; in rewrite_phi_with_iv()
1461 val = fold_build2 (POINTER_TYPE_P (atype) in rewrite_phi_with_iv()
1463 atype, unshare_expr (iv.base), val); in rewrite_phi_with_iv()
H A Domp-simd-clone.c528 tree atype = build_array_type_nelts (orig_rettype, in simd_clone_adjust_return_type() local
531 return build1 (VIEW_CONVERT_EXPR, atype, t); in simd_clone_adjust_return_type()
534 tree retval = create_tmp_var_raw (atype, "retval"); in simd_clone_adjust_return_type()
552 tree atype = build_array_type_nelts (type, simdlen); in create_tmp_simd_array() local
553 tree avar = create_tmp_var_raw (atype, prefix); in create_tmp_simd_array()
H A Dtree-vectorizer.c350 tree atype in shrink_simd_arrays() local
352 TREE_TYPE (decl) = atype; in shrink_simd_arrays()
H A Dfold-const.c9706 tree atype = type; in fold_binary_loc() local
9732 atype = TREE_TYPE (arg0); in fold_binary_loc()
9735 atype = TREE_TYPE (arg1); in fold_binary_loc()
9741 if ((POINTER_TYPE_P (atype) || INTEGRAL_TYPE_P (atype)) in fold_binary_loc()
9798 code, atype); in fold_binary_loc()
9801 code, atype); in fold_binary_loc()
9804 code, atype); in fold_binary_loc()
9809 MINUS_EXPR, atype); in fold_binary_loc()
9815 MINUS_EXPR, atype); in fold_binary_loc()
9853 code, atype); in fold_binary_loc()
[all …]
H A Dtree-predcom.c2544 tree atype; in combinable_refs_p() local
2564 atype = TREE_TYPE (gimple_assign_lhs (stmt)); in combinable_refs_p()
2570 *rslt_type = atype; in combinable_refs_p()
2576 && *rslt_type == atype); in combinable_refs_p()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c1570 HAL_PKT_TYPE atype; in ath_tx_normal_setup() local
1652 atype = HAL_PKT_TYPE_BEACON; in ath_tx_normal_setup()
1654 atype = HAL_PKT_TYPE_PROBE_RESP; in ath_tx_normal_setup()
1656 atype = HAL_PKT_TYPE_ATIM; in ath_tx_normal_setup()
1658 atype = HAL_PKT_TYPE_NORMAL; /* XXX */ in ath_tx_normal_setup()
1667 atype = HAL_PKT_TYPE_PSPOLL; /* stop setting of duration */ in ath_tx_normal_setup()
1676 atype = HAL_PKT_TYPE_NORMAL; /* default */ in ath_tx_normal_setup()
1837 bf->bf_state.bfs_atype = atype; in ath_tx_normal_setup()
2098 HAL_PKT_TYPE atype; in ath_tx_raw_start() local
2219 atype = HAL_PKT_TYPE_PSPOLL; in ath_tx_raw_start()
[all …]

12