Searched refs:itype (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/sys/sparc64/include/
H A Datomic.h89 #define itype(sz) uint ## sz ## _t macro
98 itype(sz) v; \
105 itype(sz) v; \
112 itype(sz) e, r, s; \
113 for (e = *(volatile itype(sz) *)(p);; e = r) { \
123 itype(sz) t; \
130 itype(sz) t; \
137 itype(sz) v; \
144 itype(sz) e, r; \
145 for (e = *(volatile itype(s
[all...]
/freebsd-10-stable/contrib/smbfs/smbutil/
H A Ddumptree.c110 int *itype; local
124 itype = p;
125 if (*itype == SMB_INFO_NONE)
127 switch (*itype) {
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h117 uint64_t itype:3; member in struct:__anon7222::__anon7223
123 uint64_t itype:3;
145 uint64_t itype:3; member in struct:__anon7222::__anon7224
155 uint64_t itype:3;
175 uint64_t itype:3; member in struct:__anon7222::__anon7225
181 uint64_t itype:3;
195 uint64_t itype:3; member in struct:__anon7222::__anon7226
199 uint64_t itype:3;
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dtasn_new.c108 switch (it->itype) {
224 switch (it->itype) {
324 if (it->itype == ASN1_ITYPE_MSTRING)
352 if (it->itype == ASN1_ITYPE_MSTRING && str)
373 if (!it || (it->itype == ASN1_ITYPE_MSTRING))
H A Dtasn_fre.c91 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
98 switch (it->itype) {
213 } else if (it->itype == ASN1_ITYPE_MSTRING) {
H A Dtasn_utl.c107 if ((it->itype != ASN1_ITYPE_SEQUENCE)
108 && (it->itype != ASN1_ITYPE_NDEF_SEQUENCE))
H A Dtasn_prn.c217 switch (it->itype) {
313 BIO_printf(out, "Unprocessed type %d\n", it->itype);
502 if (it->itype == ASN1_ITYPE_MSTRING)
H A Dtasn_enc.c138 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
144 switch (it->itype) {
565 if ((it->itype != ASN1_ITYPE_PRIMITIVE)
571 if (it->itype == ASN1_ITYPE_MSTRING) {
H A Dtasn_dec.c192 switch (it->itype) {
728 if (it->itype == ASN1_ITYPE_MSTRING) {
H A Dasn1t.h564 char itype; /* The item type, primitive, SEQUENCE, CHOICE member in struct:ASN1_ITEM_st
578 * These are values for the itype field and
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_vf.c317 int itype, iq_avail, navail, rc; local
326 for (itype = INTR_MSIX; itype != 0; itype >>= 1) {
327 if (itype == INTR_INTX)
330 if (itype == INTR_MSIX)
338 iaq->intr_type = itype;
457 (itype != INTR_MSI || powerof2(iaq->nirq))) {
459 if (itype == INTR_MSIX)
466 itype, r
[all...]
H A Dt4_main.c2601 int rc, itype, navail, nrxq10g, nrxq1g, n; local
2628 for (itype = INTR_MSIX; itype; itype >>= 1) {
2630 if ((itype & t4_intr_types) == 0)
2633 if (itype == INTR_MSIX)
2635 else if (itype == INTR_MSI)
2643 iaq->intr_type = itype;
2661 (itype != INTR_MSI || powerof2(iaq->nirq))) {
2707 (itype !
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dinit.c1105 tree itype; local
1116 itype = init ? TREE_TYPE (init) : NULL_TREE;
1119 if (itype && cp_type_quals (itype) != TYPE_UNQUALIFIED)
1120 itype = TREE_TYPE (init) = TYPE_MAIN_VARIANT (itype);
1123 itype && same_type_p (itype,
1129 TREE_TYPE (init) = itype;
2401 tree itype
2398 tree itype = NULL_TREE; local
[all...]
H A Ddecl.c7098 tree itype;
7190 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
7201 itype = cp_build_binary_op (MINUS_EXPR,
7204 itype = fold (itype);
7207 if (!TREE_CONSTANT (itype))
7209 itype = variable_size (itype);
7213 else if (TREE_CODE (itype) == INTEGER_CST
7214 && TREE_OVERFLOW (itype))
7084 tree itype; local
7239 tree itype = NULL_TREE; local
8871 tree itype = compute_array_index_type (dname, integer_zero_node); local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dconvert.c181 tree itype = TREE_TYPE (expr); local
240 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
297 if (itype != type && FLOAT_TYPE_P (type))
351 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (itype))
373 || DECIMAL_FLOAT_TYPE_P (itype))
H A Dtree.c5157 tree itype = make_node (INTEGER_TYPE);
5159 TREE_TYPE (itype) = sizetype;
5160 TYPE_PRECISION (itype) = TYPE_PRECISION (sizetype);
5161 TYPE_MIN_VALUE (itype) = size_zero_node;
5162 TYPE_MAX_VALUE (itype) = fold_convert (sizetype, maxval);
5163 TYPE_MODE (itype) = TYPE_MODE (sizetype);
5164 TYPE_SIZE (itype) = TYPE_SIZE (sizetype);
5165 TYPE_SIZE_UNIT (itype) = TYPE_SIZE_UNIT (sizetype);
5166 TYPE_ALIGN (itype) = TYPE_ALIGN (sizetype);
5167 TYPE_USER_ALIGN (itype)
5133 tree itype = make_node (INTEGER_TYPE); local
5158 tree itype = make_node (INTEGER_TYPE); local
5180 tree itype = make_node (INTEGER_TYPE); local
[all...]
H A Dgimplify.c5083 tree decl, args, itype;
5123 itype = TREE_TYPE (TREE_TYPE (decl));
5125 if (optab[TYPE_MODE (itype)] == CODE_FOR_nothing)
5128 args = tree_cons (NULL, fold_convert (itype, rhs), NULL);
5195 tree type, itype, cmpxchg, args, x, iaddr;
5199 itype = TREE_TYPE (TREE_TYPE (cmpxchg));
5201 if (sync_compare_and_swap[TYPE_MODE (itype)] == CODE_FOR_nothing)
5227 oldival = create_tmp_var (itype, NULL);
5228 newival = create_tmp_var (itype, NULL);
5230 x = build1 (VIEW_CONVERT_EXPR, itype, oldva
5082 tree decl, args, itype; local
5194 tree type, itype, cmpxchg, args, x, iaddr; local
[all...]
H A Dfold-const.c6834 tree itype;
6874 itype = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (ref, 0)));
6875 if (! itype)
6917 TREE_OPERAND (pos, 1) = fold_build2 (code, itype,
6918 fold_convert (itype,
6920 fold_convert (itype, delta));
7187 tree itype, elem, elements;
7192 itype = TREE_TYPE (TREE_TYPE (expr));
7193 size = GET_MODE_SIZE (TYPE_MODE (itype));
7848 tree itype
6799 tree itype; local
7152 tree itype, elem, elements; local
7813 tree itype = TREE_TYPE (type); local
7820 tree itype = TREE_TYPE (type); local
7885 tree itype = TREE_TYPE (TREE_TYPE (arg0)); local
7895 tree itype = TREE_TYPE (TREE_TYPE (arg0)); local
7911 tree itype = TREE_TYPE (TREE_TYPE (arg0)); local
7921 tree itype = TREE_TYPE (TREE_TYPE (arg0)); local
8442 tree itype = TREE_TYPE (type); local
10710 tree itype = TREE_TYPE (arg0); local
10845 tree itype = TREE_TYPE (arg00); local
[all...]
H A Dc-decl.c4757 tree itype = NULL_TREE;
4843 itype = build_range_type (sizetype, size, NULL_TREE);
4857 itype = fold_build2 (MINUS_EXPR, index_type,
4869 if (TREE_CODE (itype) == INTEGER_CST
4870 && TREE_OVERFLOW (itype))
4877 itype = build_index_type (itype);
4887 itype = build_range_type (sizetype, size_zero_node, NULL_TREE);
4899 itype = build_range_type (sizetype, size_zero_node, NULL_TREE);
4911 itype
4737 tree itype = NULL_TREE; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c487 char *itype = NULL; local
490 itype = "IMEMBER";
492 itype = "HEIM_INTEGER";
494 itype = "INTEGER";
496 itype = "UNSIGNED";
498 itype = "UNSIGNED";
503 add_line(temp, "{ A1_PARSE_T(A1T_%s), %s, NULL }", itype, poffset);
/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.h135 int itype; member in struct:smb_vc_info
148 int itype; member in struct:smb_share_info
H A Dsmb_conn.c706 vip->itype = SMB_INFO_VC;
903 sip->itype = SMB_INFO_SHARE;
926 int error, itype; local
963 itype = SMB_INFO_NONE;
964 error = SYSCTL_OUT(req, &itype, sizeof(itype));
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dixp425.c130 static const char *itype[8] = { local
155 db_printf(" irq %2u %s", j, itype[
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf_y.y1275 icmp: | itype icode
1278 itype: seticmptype icmptype label
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c1177 /* Predicting jumps requires itype,ritype,i8type
1182 itype, /* 0 immediate 5,10 */ enumerator in enum:mips16_inst_fmts
1259 case itype:
1350 unpack_mips16 (pc, extension, insn, itype, &upk);

Completed in 723 milliseconds

12