Home
last modified time | relevance | path

Searched refs:typealign (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dproc.c428 align = (q->vtype==TYCHAR ? ALILONG : typealign[q->vtype]); in dobss()
514 if(p->extleng % typealign[type] != 0) in docommon()
517 p->extleng = roundup(p->extleng, typealign[type]); in docommon()
588 autoleng = roundup( autoleng, typealign[t]); in autovar()
H A Dinit.c80 int typealign[NTYPES] variable
H A Dput.c234 preven(typealign[ type==TYCHAR ? TYLONG : type ]); in putconst()
H A Dmain.c386 typealign[type]); in dodata()
H A Dequiv.c166 if(np->b_name.voffset % typealign[np->vtype] != 0) in doequiv()
H A Ddefs.h100 extern int typealign[];