| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | extends_type_of.c | 30 typedef struct vtype struct 34 struct vtype *extends; argument 36 vtype; typedef 39 extern GFC_LOGICAL_4 is_extension_of (struct vtype *, struct vtype *); 49 is_extension_of (struct vtype *v1, struct vtype *v2) in is_extension_of()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | extends_type_of.c | 30 typedef struct vtype struct 34 struct vtype *extends; argument 36 vtype; typedef 39 extern GFC_LOGICAL_4 is_extension_of (struct vtype *, struct vtype *); 49 is_extension_of (struct vtype *v1, struct vtype *v2) in is_extension_of()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | expr.c | 59 p->vtype = t; 85 p->vtype = TYSHORT; 157 rtype = realp->vtype; 158 itype = imagp->vtype; 187 p->vtype = TYERROR; in errnode() 203 if(t == p->vtype) 206 else if( ISCONST(p) && p->vtype!=TYADDR) 209 consconv(t, &(q->b_const.fconst), p->vtype, &(p->b_const.fconst)); 215 q->vtype = t; 261 if(e->vtype == TYCHAR) [all …]
|
| H A D | put.c | 116 if( ISCOMPLEX(p->vtype) ) in realpart() 117 q->vtype += (TYREAL-TYCOMPLEX); in realpart() 129 if( ISCOMPLEX(p->vtype) ) { in imagpart() 131 q->vtype += (TYREAL-TYCOMPLEX); in imagpart() 133 MKICON(typesize[q->vtype])); in imagpart() 135 q = mkrealcon( ISINT(p->vtype) ? TYDREAL : p->vtype , 0.0); in imagpart() 152 type = p->vtype; in putconst() 153 q->vtype = ( type==TYADDR ? TYINT : type ); in putconst() 161 switch(type = p->vtype) { in putconst() 271 fatal1("putconst: bad type %d", p->vtype); in putconst()
|
| H A D | putscj.c | 73 #define P2TYPE(x) (types2[(x)->vtype]) 180 if( ( k = (p = fixtype(p))->vtype) != TYLOGICAL) { in putif() 215 bigptr x1 = fmktemp(p->vtype, NULL); in prarif() 278 if (!ISINT(x->vtype)) { in putcmgo() 283 y = fmktemp(x->vtype, NULL); in putcmgo() 322 switch(type = q->vtype) { in putx() 349 if( ISCOMPLEX(q->vtype) ) in putx() 363 if (ISCOMPLEX(q->b_expr.leftp->vtype) || in putx() 364 ISCOMPLEX(q->b_expr.rightp->vtype)) { in putx() 374 if (ISCOMPLEX(q->b_expr.leftp->vtype) || in putx() [all …]
|
| H A D | io.c | 271 if(IOSTP->tag!=TADDR || ! ISINT(IOSTP->vtype) ) in endioctl() 390 if(n!=IOSFMT && ( n!=IOSUNIT || (p!=NULL && p->vtype!=TYCHAR) ) ) 447 else if(qe->vtype != TYERROR) 451 tp = fmktemp(qe->vtype, qe->vleng); 476 type = addr->vtype; 488 addr->vtype = TYCHAR; 527 q->vtype = TYINT; 550 if( ISINT(p->vtype) ) in startrw() 562 if( ISINT(p->vtype) ) in startrw() 564 else if(p->vtype == TYCHAR) in startrw() [all …]
|
| H A D | data.c | 177 off = typesize[np->vtype] * curdtelt; 178 if(np->vtype == TYCHAR) 196 if(q->vtype == TYCHAR) 203 else *elenp = typesize[q->vtype]; 210 *vlenp = (np->vtype==TYCHAR ? 211 np->vleng->b_const.fconst.ci : typesize[np->vtype]); 259 type = varp->vtype; 260 valtype = valp->vtype; 266 varp->vtype = type = TYCHAR;
|
| H A D | proc.c | 279 p->vtype = t; 286 p->vtype = t; 337 type = np->vtype; in doentry() 384 if(q->vtype == TYCHAR) { in doentry() 428 align = (q->vtype==TYCHAR ? ALILONG : typealign[q->vtype]); in dobss() 444 if(q->vtype==TYCHAR && (q->vleng==NULL || !ISICON(q->vleng))) in dobss() 478 leng = typesize[q->vtype]; 513 type = v->vtype; in docommon() 592 q->vtype = t; in autovar() 633 if(q->vtype==type && q->b_addr.ntempelt==nelt && [all …]
|
| H A D | exec.c | 242 p->vtype = p->b_expr.leftp->vtype = TYINT; 265 else if( ISINT(p->vtype) ) 272 p->vtype = TYCHAR; 278 else if(p->vtype != TYCHAR) 325 if( ! ONEOF(dovarp->vtype, MSKINT|MSKREAL) ) 341 dotype = dovarp->vtype; 346 if( ! ONEOF(p->vtype, MSKINT|MSKREAL) ) 513 if( ! ONEOF(p->vtype, MSKINT|MSKADDR) ) 532 if( ! ONEOF(expr->vtype, MSKINT|MSKREAL) ) 588 if( ! ISINT(p->vtype) )
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | PathTree.h | 48 static void make_deltas (int vtype, TValue *v1, TValue *v2); 49 static void make_ratios (int vtype, TValue *v1, TValue *v2); 154 ValueTag vtype; member 250 if (slot.vtype == VT_LLONG || slot.vtype == VT_ULLONG) in IS_MVAL_ZERO() 265 if (slot.vtype == VT_LLONG) in ASN_METRIC_VAL() 271 else if (slot.vtype == VT_ULLONG) in ASN_METRIC_VAL() 288 if (slot.vtype == VT_LLONG) in ADD_METRIC_VAL() 294 else if (slot.vtype == VT_ULLONG) in ADD_METRIC_VAL() 310 if (slot.vtype == VT_LLONG) in SUB_METRIC_VAL() 316 else if (slot.vtype == VT_ULLONG) in SUB_METRIC_VAL() [all …]
|
| H A D | PathTree.cc | 233 PathTree::allocate_slot (int id, ValueTag vtype) in allocate_slot() argument 240 DBG (assert (slots[slot_idx].vtype == vtype)); in allocate_slot() 252 slots[slot_idx].vtype = vtype; in allocate_slot() 581 ValueTag vtype = mtr->get_vtype (); in process_packets() local 582 switch (vtype) in process_packets() 589 vtype = VT_ULLONG; // ym: not sure when this would happen in process_packets() 592 allocate_slot (mtr->get_id (), vtype); in process_packets() 996 ValueTag vtype = mtr->get_vtype (); in compute_metrics() local 997 hist_data->total->value[mind].tag = vtype; in compute_metrics() 999 switch (vtype) in compute_metrics() [all …]
|
| H A D | DataSpace.cc | 260 prop->vtype = TYPE_OBJ; in compute_metrics() 426 ValueTag vtype = mtr->get_vtype (); in compute_metrics() local 427 switch (vtype) in compute_metrics() 430 hist_data->total->value[mind].tag = vtype; in compute_metrics() 433 hi->value[mind].tag = vtype; in compute_metrics() 439 hist_data->total->value[mind].tag = vtype; in compute_metrics() 443 hi->value[mind].tag = vtype; in compute_metrics()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | PathTree.h | 48 static void make_deltas (int vtype, TValue *v1, TValue *v2); 49 static void make_ratios (int vtype, TValue *v1, TValue *v2); 154 ValueTag vtype; member 250 if (slot.vtype == VT_LLONG || slot.vtype == VT_ULLONG) in IS_MVAL_ZERO() 265 if (slot.vtype == VT_LLONG) in ASN_METRIC_VAL() 271 else if (slot.vtype == VT_ULLONG) in ASN_METRIC_VAL() 288 if (slot.vtype == VT_LLONG) in ADD_METRIC_VAL() 294 else if (slot.vtype == VT_ULLONG) in ADD_METRIC_VAL() 310 if (slot.vtype == VT_LLONG) in SUB_METRIC_VAL() 316 else if (slot.vtype == VT_ULLONG) in SUB_METRIC_VAL() [all …]
|
| H A D | PathTree.cc | 233 PathTree::allocate_slot (int id, ValueTag vtype) in allocate_slot() argument 240 DBG (assert (slots[slot_idx].vtype == vtype)); in allocate_slot() 252 slots[slot_idx].vtype = vtype; in allocate_slot() 581 ValueTag vtype = mtr->get_vtype (); in process_packets() local 582 switch (vtype) in process_packets() 589 vtype = VT_ULLONG; // ym: not sure when this would happen in process_packets() 592 allocate_slot (mtr->get_id (), vtype); in process_packets() 996 ValueTag vtype = mtr->get_vtype (); in compute_metrics() local 997 hist_data->total->value[mind].tag = vtype; in compute_metrics() 999 switch (vtype) in compute_metrics() [all …]
|
| H A D | DataSpace.cc | 260 prop->vtype = TYPE_OBJ; in compute_metrics() 426 ValueTag vtype = mtr->get_vtype (); in compute_metrics() local 427 switch (vtype) in compute_metrics() 430 hist_data->total->value[mind].tag = vtype; in compute_metrics() 433 hi->value[mind].tag = vtype; in compute_metrics() 439 hist_data->total->value[mind].tag = vtype; in compute_metrics() 443 hi->value[mind].tag = vtype; in compute_metrics()
|
| /netbsd-src/share/examples/puffs/pgfs/ |
| H A D | pgfs_subs.c | 97 fromvtype(enum vtype vtype) in fromvtype() argument 100 if (vtype < __arraycount(vtype_table)) { in fromvtype() 101 assert(vtype_table[vtype] != NULL); in fromvtype() 102 return vtype_table[vtype]; in fromvtype() 660 mkfile(struct Xconn *xc, enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, in mkfile() argument 667 type = fromvtype(vtype); in mkfile() 741 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *idp) in mklinkfile() argument 746 error = mkfile(xc, vtype, mode, uid, gid, &fileid); in mklinkfile() 762 enum vtype vtype, mode_t mode, uid_t uid, gid_t gid, fileid_t *fileidp, in mklinkfile_lo() argument 770 error = mklinkfile(xc, parent_fileid, name, vtype, mode, uid, gid, in mklinkfile_lo() [all …]
|
| H A D | pgfs_subs.h | 36 enum vtype; 64 int mkfile(struct Xconn *, enum vtype, mode_t, uid_t, gid_t, fileid_t *); 67 int mklinkfile(struct Xconn *, fileid_t, const char *, enum vtype, mode_t, 69 int mklinkfile_lo(struct Xconn *, fileid_t, const char *, enum vtype, mode_t,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | class.c | 803 add_proc_comp (gfc_symbol *vtype, const char *name, gfc_typebound_proc *tb) in add_proc_comp() argument 810 c = gfc_find_component (vtype, name, true, true, NULL); in add_proc_comp() 815 if (!gfc_add_component (vtype, name, &c)) in add_proc_comp() 850 add_procs_to_declared_vtab1 (gfc_symtree *st, gfc_symbol *vtype) in add_procs_to_declared_vtab1() argument 856 add_procs_to_declared_vtab1 (st->left, vtype); in add_procs_to_declared_vtab1() 859 add_procs_to_declared_vtab1 (st->right, vtype); in add_procs_to_declared_vtab1() 863 add_proc_comp (vtype, st->name, st->n.tb); in add_procs_to_declared_vtab1() 870 copy_vtab_proc_comps (gfc_symbol *declared, gfc_symbol *vtype) in copy_vtab_proc_comps() argument 879 if (gfc_find_component (vtype, cmp->name, true, true, NULL)) in copy_vtab_proc_comps() 882 add_proc_comp (vtype, cmp->name, cmp->tb); in copy_vtab_proc_comps() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | class.cc | 818 add_proc_comp (gfc_symbol *vtype, const char *name, gfc_typebound_proc *tb) in add_proc_comp() argument 825 c = gfc_find_component (vtype, name, true, true, NULL); in add_proc_comp() 830 if (!gfc_add_component (vtype, name, &c)) in add_proc_comp() 865 add_procs_to_declared_vtab1 (gfc_symtree *st, gfc_symbol *vtype) in add_procs_to_declared_vtab1() argument 871 add_procs_to_declared_vtab1 (st->left, vtype); in add_procs_to_declared_vtab1() 874 add_procs_to_declared_vtab1 (st->right, vtype); in add_procs_to_declared_vtab1() 878 add_proc_comp (vtype, st->name, st->n.tb); in add_procs_to_declared_vtab1() 885 copy_vtab_proc_comps (gfc_symbol *declared, gfc_symbol *vtype) in copy_vtab_proc_comps() argument 894 if (gfc_find_component (vtype, cmp->name, true, true, NULL)) in copy_vtab_proc_comps() 897 add_proc_comp (vtype, cmp->name, cmp->tb); in copy_vtab_proc_comps() [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | vnode.h | 90 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum 179 enum vtype v_type; /* - vnode type */ 258 enum vtype va_type; /* vnode type (for create) */ 387 extern const enum vtype iftovt_tab[]; 596 void vdevgone(int, int, int, enum vtype); 597 int vfinddev(dev_t, enum vtype, struct vnode **); 660 uint8_t vtype2dt(enum vtype);
|
| /netbsd-src/tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtstr() 66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtdev() 90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtnorm() 108 enum vtype vt; 109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype);
|
| /netbsd-src/external/cddl/osnet/dist/lib/libnvpair/ |
| H A D | libnvpair.c | 47 #define DEFINEOP(opname, vtype) \ argument 50 const char *, vtype); \ 54 #define DEFINEARROP(opname, vtype) \ argument 57 const char *, vtype, uint_t); \ 189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 192 nvlist_t *nvl, const char *name, vtype value) \ 222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \ argument 225 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \ 420 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument 423 int (*func)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype), \ [all …]
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | ctlreg.h | 497 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 500 vtype _v; \ 511 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 514 vtype _v; \ 569 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 572 vtype _v; \ 637 #define SPARC64_LD_DEF(ld, type, vtype) \ argument 640 vtype _v; \
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_quota2.c | 435 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check() argument 471 q2vp = &q2e[i]->q2e_val[vtype]; in quota2_check() 491 quota2_ufs_rwq2v(&q2e[i]->q2e_val[vtype], &q2v, needswap); in quota2_check() 497 KAUTH_ARG(i), KAUTH_ARG(vtype), NULL) != 0) { in quota2_check() 501 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) { in quota2_check() 505 quotatypes[i], limnames[vtype]); in quota2_check() 506 dq->dq_flags |= DQ_WARN(vtype); in quota2_check() 511 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) { in quota2_check() 515 quotatypes[i], limnames[vtype]); in quota2_check() 516 dq->dq_flags |= DQ_WARN(vtype); in quota2_check() [all …]
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | ulfs_quota2.c | 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, in quota2_check() argument 475 q2vp = &q2e[i]->q2e_val[vtype]; in quota2_check() 495 lfsquota2_ulfs_rwq2v(&q2e[i]->q2e_val[vtype], &q2v, needswap); in quota2_check() 501 KAUTH_ARG(i), KAUTH_ARG(vtype), NULL) != 0) { in quota2_check() 505 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) { in quota2_check() 509 lfs_quotatypes[i], limnames[vtype]); in quota2_check() 510 dq->dq_flags |= DQ_WARN(vtype); in quota2_check() 515 if ((dq->dq_flags & DQ_WARN(vtype)) == 0) { in quota2_check() 519 lfs_quotatypes[i], limnames[vtype]); in quota2_check() 520 dq->dq_flags |= DQ_WARN(vtype); in quota2_check() [all …]
|