HomeSort by: relevance | last modified time | path
    Searched refs:newtype (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/sbin/gpt/
type.c 55 "-a -T newtype",
56 "[-b blocknr] [-i index] [-L label] [-s sectors] [-t type] -T newtype",
72 gpt_uuid_t *newtype = v; local
73 gpt_uuid_copy(ent->ent_type, *newtype);
80 gpt_uuid_t newtype; local
84 gpt_uuid_copy(newtype, gpt_uuid_nil);
94 if (gpt == NULL || gpt_uuid_get(gpt, &newtype) == -1)
111 if (gpt == NULL || gpt_uuid_is_nil(newtype) || argc != optind)
114 return gpt_change_ent(gpt, &find, change, &newtype);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 12 ctf_id_t newtype; local
42 if ((newtype = ctf_add_type (dyn, fp, type)) == CTF_ERR)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 12 ctf_id_t newtype; local
42 if ((newtype = ctf_add_type (dyn, fp, type)) == CTF_ERR)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
  /src/external/gpl3/gcc/dist/gcc/
convert.cc 225 tree newtype = type; local
230 newtype = TREE_TYPE (arg0);
239 and T4 is NEWTYPE. All those types are of floating-point types.
240 T4 (NEWTYPE) should be narrower than T2 (ITYPE). This conversion
254 if (TYPE_MODE (type) != TYPE_MODE (newtype))
258 int p2 = REAL_MODE_FORMAT (TYPE_MODE (newtype))->p;
266 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
267 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node)
268 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node)))
270 tree fn = mathfn_built_in (newtype, fcode)
    [all...]
match.pd 6844 tree newtype
6848 (if (element_precision (TREE_TYPE (@0)) > element_precision (newtype)
6849 && (!VECTOR_TYPE_P (type) || is_truth_type_for (newtype, type)))
6850 (cmp (convert:newtype @00) (convert:newtype @10))))))))
8233 into ((newtype)a+(newtype)b) where newtype
8279 (with { tree newtype = type;
8283 newtype = dfloat32_type_node
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 224 tree newtype = type; local
229 newtype = TREE_TYPE (arg0);
238 and T4 is NEWTYPE. All those types are of floating-point types.
239 T4 (NEWTYPE) should be narrower than T2 (ITYPE). This conversion
253 if (TYPE_MODE (type) != TYPE_MODE (newtype))
257 int p2 = REAL_MODE_FORMAT (TYPE_MODE (newtype))->p;
265 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
266 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node)
267 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node)))
269 tree fn = mathfn_built_in (newtype, fcode)
    [all...]
match.pd 4852 tree newtype
4856 (if (TYPE_PRECISION (TREE_TYPE (@2)) > TYPE_PRECISION (newtype))
4857 (cmp (convert:newtype @0) (convert:newtype @1))))))
6669 into ((newtype)a+(newtype)b) where newtype
6715 (with { tree newtype = type;
6719 newtype = dfloat32_type_node;
6723 newtype = dfloat64_type_node
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 121 int newtype;
123 newtype = DECREF (ntype);
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
120 int newtype; local
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 121 int newtype;
123 newtype = DECREF (ntype);
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
120 int newtype; local
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_dir.h 147 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
  /src/crypto/dist/ipsec-tools/src/racoon/
evt.c 79 int newtype, oldtype; member in struct:__anon5
112 if (evttype_map[i].newtype == type)
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1818 match_builtin_function_types (tree newtype, tree oldtype,
1827 tree newrettype = TREE_TYPE (newtype);
1839 tree newargs = TYPE_ARG_TYPES (newtype);
1856 tree newtype = TREE_VALUE (newargs);
1857 if (newtype == error_mark_node)
1859 newtype = TYPE_MAIN_VARIANT (newtype);
1861 if (!types_close_enough_to_match (oldtype, newtype))
1879 if (!comptypes (last_structptr_types[j], newtype))
1886 last_structptr_types[j] = newtype;
1843 tree newtype = TREE_VALUE (newargs); local
2091 tree newtype, oldtype; local
3152 tree newtype = NULL, oldtype = NULL; local
3861 tree newtype = default_function_type; local
10522 tree newtype = TREE_TYPE (decl1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1700 match_builtin_function_types (tree newtype, tree oldtype,
1709 tree newrettype = TREE_TYPE (newtype);
1721 tree newargs = TYPE_ARG_TYPES (newtype);
1740 tree newtype = TREE_VALUE (newargs);
1741 if (newtype == error_mark_node)
1743 newtype = TYPE_MAIN_VARIANT (newtype);
1745 if (!types_close_enough_to_match (oldtype, newtype))
1763 if (!comptypes (last_structptr_types[j], newtype))
1770 last_structptr_types[j] = newtype;
1727 tree newtype = TREE_VALUE (newargs); local
1952 tree newtype, oldtype; local
2964 tree newtype = NULL, oldtype = NULL; local
3677 tree newtype = default_function_type; local
9584 tree newtype = TREE_TYPE (decl1); local
    [all...]
  /src/sys/dev/ic/
icp.c 432 u_int newsize, newtype; local
474 newtype = icp->icp_info;
480 newtype = 0; /* XXX? */
486 icp->icp_cdr[unit].cd_type, newsize, newtype);
495 newtype != icp->icp_cdr[unit].cd_type) {
499 icp->icp_cdr[unit].cd_type = newtype;
  /src/usr.bin/ftp/
cmds.c 275 changetype(int newtype, int show)
280 if (newtype == 0)
281 newtype = TYPE_I;
282 if (newtype == curtype)
287 if (newtype == p->t_type)
290 errx(1, "changetype: unknown type %d", newtype);
292 if (newtype == TYPE_L && bytename[0] != '\0')
297 curtype = newtype;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 201 tree newtype
207 newtype = cp_build_type_attribute_variant (newtype, attrs);
208 newtype = build_cp_fntype_variant (newtype, rqual,
212 return newtype;
227 tree newtype;
232 newtype = build_function_type (new_ret, args);
233 newtype = apply_memfn_quals (newtype,
200 tree newtype local
    [all...]
decl.cc 2424 tree newtype = TREE_TYPE (newdecl);
2427 if (newtype != error_mark_node && oldtype != error_mark_node
2428 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2429 CLASSTYPE_FRIEND_CLASSES (newtype)
2547 tree newtype;
2553 /* But NEWTYPE might have an attribute, honor that. */
2555 newtype = oldtype;
2559 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2560 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2561 TYPE_USER_ALIGN (newtype) = true
2419 tree newtype = TREE_TYPE (newdecl); local
2542 tree newtype; local
5006 tree newtype, deltype; local
11012 tree newtype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 166 tree newtype
172 newtype = cp_build_type_attribute_variant (newtype, attrs);
173 newtype = build_cp_fntype_variant (newtype, rqual,
177 return newtype;
192 tree newtype;
197 newtype = build_function_type (new_ret, args);
198 newtype = apply_memfn_quals (newtype,
165 tree newtype local
    [all...]
decl.cc 2252 tree newtype = TREE_TYPE (newdecl);
2255 if (newtype != error_mark_node && oldtype != error_mark_node
2256 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2257 CLASSTYPE_FRIEND_CLASSES (newtype)
2372 tree newtype;
2378 /* But NEWTYPE might have an attribute, honor that. */
2380 newtype = oldtype;
2384 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2385 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2386 TYPE_USER_ALIGN (newtype) = true
2247 tree newtype = TREE_TYPE (newdecl); local
2367 tree newtype; local
4673 tree newtype, deltype; local
10530 tree newtype; local
    [all...]
  /src/sbin/fsdb/
fsdb.c 252 CMDFUNC(newtype); /* change type */ variable
299 {"chtype", "Change type of current inode to TYPE", 2, 2, newtype},
1259 CMDFUNC(newtype)
  /src/sys/dev/pci/
twe.c 544 uint8_t newtype, newstripe; local
592 newtype = ad->configuration;
612 td->td_type == newtype &&
629 td->td_type = newtype;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c 1421 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
1425 ASSERT(newtype < DD_USED_NUM);
1436 dsl_dir_phys(dd)->dd_used_breakdown[newtype] >= -delta);
1439 dsl_dir_phys(dd)->dd_used_breakdown[newtype] += delta;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d 2731 // Create an array literal of type 'newtype' with dimensions given by
2733 static Expression recursivelyCreateArrayLiteral(UnionExp* pue, const ref Loc loc, Type newtype, InterState* istate, Expressions* arguments, int argnum)
2739 Type elemType = (cast(TypeArray)newtype).next;
2749 emplaceExp!(ArrayLiteralExp)(pue, loc, newtype, elements);
2759 return createBlockDuplicatedStringLiteral(pue, loc, newtype, ch, len, sz);
2764 return createBlockDuplicatedArrayLiteral(pue, loc, newtype, el, len);
2779 if (e.newtype.ty == Tarray && e.arguments)
2781 result = recursivelyCreateArrayLiteral(pue, e.loc, e.newtype, istate, e.arguments, 0);
2784 if (auto ts = e.newtype.toBasetype().isTypeStruct())
2788 Expression se = e.newtype.defaultInitLiteral(e.loc)
    [all...]
  /src/sys/ufs/lfs/
ulfs_lookup.c 1085 * NEWTYPE is the new value for the type field of the directory entry.
1095 struct inode *oip, ino_t newinum, int newtype,
1108 lfs_dir_settype(fs, ep, newtype);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 117 tree newtype = build_distinct_type_copy (type); local
118 TYPE_FIELDS (newtype) = copy_list (TYPE_FIELDS (type));
120 for (tree f = TYPE_FIELDS (newtype); f; f = DECL_CHAIN (f))
121 DECL_FIELD_CONTEXT (f) = newtype;
123 return newtype;

Completed in 90 milliseconds

1 2 3