Searched refs:ALCHAR (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dftypes.h68 #define ALIADDR (ALPOINT/ALCHAR)
69 #define ALISHORT (ALSHORT/ALCHAR)
70 #define ALILONG (ALLONG/ALCHAR)
71 #define ALIDOUBLE (ALDOUBLE/ALCHAR)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h61 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h54 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c70 if (s > ALCHAR)
71 printf("\t.align\t%d\n", s / ALCHAR);
H A Dmacdefs.h57 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h51 # define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h59 #define ALCHAR 8 macro
H A Dcode.c60 if (al > ALCHAR)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsymtabs.c432 if (al != ALCHAR)
433 printf("\t.align %d\n", P2ALIGN(al/ALCHAR));
H A Dgcc_compat.c500 if (mxal < ALCHAR)
501 mxal = ALCHAR; /* for bitfields */
H A Dinit.c740 if ((off & (ALCHAR-1)) == 0 && fsz == SZCHAR)
764 if ((off & (ALCHAR-1)) || (fsz < SZCHAR)) {
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h62 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h60 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h56 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h46 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h70 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h60 #define ALCHAR 8 macro
H A Dcode.c88 if (ispow2(al/ALCHAR))
89 printf("\t.p2align %d\n", ispow2(al/ALCHAR));
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h62 #define ALCHAR 9 macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c438 if (al != ALCHAR)
439 printf(PRTPREF "\t.align %d\n", P2ALIGN(al/ALCHAR));
H A Dinit.c763 if ((off & (ALCHAR-1)) == 0 && fsz == SZCHAR)
787 if ((off & (ALCHAR-1)) || (fsz < SZCHAR)) {
H A Dgcc_compat.c609 if (mxal < ALCHAR)
610 mxal = ALCHAR; /* for bitfields */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h59 #define ALCHAR 8 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h63 #define ALCHAR 8 macro
H A Dcode.c90 printf(PRTPREF "\t.align %d\n", ispow2(al/ALCHAR));

Completed in 339 milliseconds

12