HomeSort by: relevance | last modified time | path
    Searched defs:ltype (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-math.c 162 struct type *ltype = arg1->type (); local
165 ltype = check_typedef (ltype);
166 ltype = STRIP_REFERENCE (ltype);
170 if (ltype->code () == TYPE_CODE_PTR
174 && is_integral_type (ltype))
182 struct type *ltype = arg1->type (); local
185 ltype = check_typedef (ltype);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-math.c 162 struct type *ltype = arg1->type (); local
165 ltype = check_typedef (ltype);
166 ltype = STRIP_REFERENCE (ltype);
170 if (ltype->code () == TYPE_CODE_PTR
174 && is_integral_type (ltype))
182 struct type *ltype = arg1->type (); local
185 ltype = check_typedef (ltype);
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 321 uint8_t ltype; local
335 ltype = l & 0xc0;
336 if (ltype == 0x80 || ltype == 0x40) {
343 else if (ltype == 0xc0) { /* pointer */
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
expr.c 415 int opcode, ltype, rtype, ptype, mtype;
423 ltype = lp->vtype;
451 if( (ptype = cktype(opcode, ltype, rtype)) == TYERROR)
466 if(ltype == rtype)
468 if( ! ISCONST(rp) && ISREAL(ltype) && ISREAL(rtype) )
470 if( ISCOMPLEX(ltype) || ISCOMPLEX(rtype) )
472 if( ONEOF(ltype, MSKADDR|MSKINT) && ONEOF(rtype, MSKADDR|MSKINT)
473 && typesize[ltype]>=typesize[rtype] )
489 if(ptype==TYDREAL && ( (ltype==TYREAL && ! ISCONST(lp) ) ||
494 if(ltype != ptype
414 int opcode, ltype, rtype, ptype, mtype; local
1298 int ltype, rtype; local
1632 int etype, mtype, ltype, rtype, opcode; local
2077 int ltype, rtype, mtype; local
    [all...]
putscj.c 681 int ltype, rtype; local
683 ltype = rtype = 0; /* XXX gcc */
725 ltype = lp->vtype;
752 } else if(ltype < TYCOMPLEX) {
765 if(ltype < TYCOMPLEX) {
766 if( ISINT(ltype) )
  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 1209 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); local
1215 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1217 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ctldir.c 601 zfsctl_relock_dot(vnode_t *dvp, int ltype)
604 if (ltype != VOP_ISLOCKED(dvp)) {
605 if (ltype == LK_EXCLUSIVE)
607 else /* if (ltype == LK_SHARED) */
638 int ltype; local
zfs_vnops.c 1643 int ltype; local
1654 ltype = lkflags & LK_TYPE_MASK;
1655 if (ltype != VOP_ISLOCKED(dvp)) {
1656 if (ltype == LK_EXCLUSIVE)
1658 else /* if (ltype == LK_SHARED) */
1811 int ltype; local
1814 ltype = VOP_ISLOCKED(dvp);
1827 vn_lock(dvp, ltype | LK_RETRY);
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 1230 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); local
1240 if (ltype == CTF_ERR)
1253 if (ctf_type_encoding (fp, ltype, &linfo) == 0)
1255 else if ((lsize = ctf_type_size (fp, ltype)) > 0)
1267 lname ? lname : _("(unnamed member)"), ltype);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 1230 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); local
1240 if (ltype == CTF_ERR)
1253 if (ctf_type_encoding (fp, ltype, &linfo) == 0)
1255 else if ((lsize = ctf_type_size (fp, ltype)) > 0)
1267 lname ? lname : _("(unnamed member)"), ltype);
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 1227 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); local
1237 if (ltype == CTF_ERR)
1250 if (ctf_type_encoding (fp, ltype, &linfo) == 0)
1252 else if ((lsize = ctf_type_size (fp, ltype)) > 0)
1264 lname ? lname : _("(unnamed member)"), ltype);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 1194 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); local
1204 if (ltype == CTF_ERR)
1217 if (ctf_type_encoding (fp, ltype, &linfo) == 0)
1219 else if ((lsize = ctf_type_size (fp, ltype)) > 0)
1231 lname ? lname : _("(unnamed member)"), ltype);
  /src/external/historical/nawk/dist/
awk.h 247 long ltype; /* long avoids pointer warnings on 64-bit */ member in struct:rrow
  /src/sys/fs/nfs/client/
nfs_clvnops.c 1041 int error = 0, attrflag, dattrflag, ltype, ncticks; local
1225 ltype = NFSVOPISLOCKED(dvp);
1231 NFSVOPLOCK(dvp, ltype | LK_RETRY);
1247 NFSVOPLOCK(dvp, ltype | LK_RETRY);
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 5615 int error = 0, ltype, oldltype; local
5618 ltype = F_WRLCK;
5620 ltype = F_RDLCK;
5622 ltype = F_UNLCK;
5629 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
5632 error = nfsvno_advlock(vp, ltype, first, end, p);
5644 } else if (ltype != F_UNLCK) {
  /src/external/bsd/pcc/dist/pcc/mip/
pass2.h 207 int ltype; member in struct:optab
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 339 ctf_id_t ltype = lp->dn_type; local
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
359 ltype = lbase = DT_INT_TYPE(dtp);
398 *otype = ltype;
3910 ctf_id_t ltype, rtype; local
3916 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type);
3917 lkind = ctf_type_kind(lp->dn_ctfp, ltype);
4235 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); local
4241 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) {
4242 ltype = ctf_type_reference(lctfp, ltype)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 1470 struct type *ltype = arg1->type (); local
1473 ltype = check_typedef (ltype);
1474 ltype = STRIP_REFERENCE (ltype);
1479 if (ltype->code () == TYPE_CODE_PTR
1483 && is_integral_type (ltype))
1494 struct type *ltype = arg1->type (); local
1497 ltype = check_typedef (ltype);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 1464 struct type *ltype = arg1->type (); local
1467 ltype = check_typedef (ltype);
1468 ltype = STRIP_REFERENCE (ltype);
1473 if (ltype->code () == TYPE_CODE_PTR
1477 && is_integral_type (ltype))
1488 struct type *ltype = arg1->type (); local
1491 ltype = check_typedef (ltype);
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 4287 zfs_deleg_who_type_t ltype = l->who_perm.who_type; local
4289 int lweight = who_type2weight(ltype);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 7111 tree ltype = build_nonstandard_integer_type local
7121 lookup_lhs = build3 (BIT_FIELD_REF, ltype,
7128 lookup_lhs = build2 (MEM_REF, ltype,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 6609 tree ltype = build_nonstandard_integer_type local
6619 lookup_lhs = build3 (BIT_FIELD_REF, ltype,
6626 lookup_lhs = build2 (MEM_REF, ltype,
tree-vect-stmts.cc 7999 tree ltype = elem_type; local
8008 ltype = build_vector_type (elem_type, group_size);
8043 ltype = build_nonstandard_integer_type (lsize, 1);
8044 lvectype = build_vector_type (ltype, nstores);
8058 ltype = vectype;
8061 ltype = build_aligned_type (ltype, TYPE_ALIGN (elem_type));
8087 tree size = TYPE_SIZE_UNIT (ltype);
8120 tree size = TYPE_SIZE (ltype);
8124 tree elem = fold_build3 (BIT_FIELD_REF, ltype, vec_oprnd
9198 tree ltype = TREE_TYPE (vectype); local
9813 tree ltype = build_aligned_type (TREE_TYPE (vectype), local
9923 tree ltype = vectype; local
    [all...]

Completed in 87 milliseconds