Searched refs:SZPOINT (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dftypes.h64 #define FSZADDR (SZPOINT(0)/SZCHAR) /* XXX - typecheck? */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h56 #define SZPOINT(t) (ISFTN(DECREF(t)) ? 32 : 16) macro
H A Dcode.c131 a[i]->soffset += SZPOINT(INT);
H A Dlocal2.c178 return SZPOINT(p->n_type)/SZCHAR;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h49 #define SZPOINT(t) 16 /* Actually 15 */ macro
H A Dcode.c174 a[i]->soffset += SZPOINT(INT);
H A Dlocal2.c136 return SZPOINT(p->n_type)/SZCHAR;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h547 #if SZPOINT(CHAR) <= SZINT
549 #elif SZPOINT(CHAR) <= SZLONG
551 #elif SZPOINT(CHAR) <= SZLONGLONG
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h50 # define SZPOINT(t) 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h54 #define SZPOINT(t) 16 macro
H A Dcode.c127 sp[i]->soffset += SZPOINT(INT);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h600 #if SZPOINT(CHAR) <= SZINT
602 #elif SZPOINT(CHAR) <= SZLONG
604 #elif SZPOINT(CHAR) <= SZLONGLONG
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c147 a[i]->soffset += SZPOINT(LONG);
H A Dmacdefs.h52 #define SZPOINT(t) 32 macro
H A Dlocal2.c287 return SZPOINT(p->n_type)/SZCHAR;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h59 #define SZPOINT(t) 64 macro
H A Dlocal2.c133 return SZPOINT(p->n_type) / SZCHAR;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h51 #define SZPOINT(t) 64 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h51 #define SZPOINT(t) 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h37 #define SZPOINT(t) 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h65 #define SZPOINT(t) 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h55 #define SZPOINT(t) 32 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h56 #define SZPOINT(x) 36 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h54 #define SZPOINT(t) 16 /* FIXME: 32 for large model work */ macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h58 #define SZPOINT(t) 32 macro

Completed in 280 milliseconds

12