Home
last modified time | relevance | path

Searched refs:MAXZP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h160 #define MAXZP 030 /* number of locations used as stack */ macro
169 if (w->r_color < MAXZP*2) { /* color in bytes */ \
H A Dlocal.c56 if (0 && q->soffset < MAXZP * SZINT && in clocal()
637 if (sp->soffset >= (MAXZP * SZINT)) in fixdef()
641 if (autooff < MAXZP * SZINT) in fixdef()
642 autooff = MAXZP * SZINT; in fixdef()
H A Dlocal2.c611 if (off < MAXZP*2) { in storemod()