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

/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h210 #if !defined FICL_USER_CELLS
211 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h230 #if !defined FICL_USER_CELLS
231 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h221 #if !defined FICL_USER_CELLS
222 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h228 #if !defined FICL_USER_CELLS
229 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h221 #if !defined FICL_USER_CELLS
222 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h221 #if !defined FICL_USER_CELLS
222 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h210 #if !defined FICL_USER_CELLS
211 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h221 #if !defined FICL_USER_CELLS
222 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h211 #if !defined FICL_USER_CELLS
212 #define FICL_USER_CELLS 16 macro
/freebsd-11-stable/stand/ficl/
H A Dficl.h495 CELL user[FICL_USER_CELLS];
H A Dwords.c4079 ** FICL_USER_CELLS of them when FICL_WANT_USER is nonzero.
4102 if (c.i >= FICL_USER_CELLS)

Completed in 147 milliseconds