Searched refs:FICL_ALIGN_ADD (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h359 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h371 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h369 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h359 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h360 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1) macro
/freebsd-11-stable/stand/ficl/
H A Ddict.c106 cp = (char *)ptr + FICL_ALIGN_ADD;
108 c.u = c.u & (~FICL_ALIGN_ADD);

Completed in 175 milliseconds