Searched refs:BITS_PER_CELL (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 64 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 64 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 32 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h118 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
120 #if !defined BITS_PER_CELL
121 #define BITS_PER_CELL 32 macro
124 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 64 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 32 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 64 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h120 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
122 #if !defined BITS_PER_CELL
123 #define BITS_PER_CELL 32 macro
126 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h121 ** Ficl presently supports values of 32 and 64 for BITS_PER_CELL
123 #if !defined BITS_PER_CELL
124 #define BITS_PER_CELL 64 macro
127 #if ((BITS_PER_CELL != 32) && (BITS_PER_CELL != 64))
/freebsd-11-stable/stand/ficl/
H A Dmath64.h81 #define CELL_HI_BIT (1L << (BITS_PER_CELL-1))
H A Dmath64.c304 #if (BITS_PER_CELL == 32)
309 #elif (BITS_PER_CELL == 64)

Completed in 112 milliseconds