Searched refs:FICL_ALIGN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/boot/ficl/amd64/
H A Dsysdep.h363 ** FICL_ALIGN is the power of two to which the dictionary
369 #if !defined FICL_ALIGN
370 #define FICL_ALIGN 3 macro
371 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/arm/
H A Dsysdep.h362 ** FICL_ALIGN is the power of two to which the dictionary
368 #if !defined FICL_ALIGN
369 #define FICL_ALIGN 2 macro
370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/i386/
H A Dsysdep.h361 ** FICL_ALIGN is the power of two to which the dictionary
367 #if !defined FICL_ALIGN
368 #define FICL_ALIGN 2 macro
369 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/ia64/
H A Dsysdep.h363 ** FICL_ALIGN is the power of two to which the dictionary
369 #if !defined FICL_ALIGN
370 #define FICL_ALIGN 3 macro
371 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/mips/
H A Dsysdep.h362 ** FICL_ALIGN is the power of two to which the dictionary
368 #if !defined FICL_ALIGN
369 #define FICL_ALIGN 2 macro
370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.h362 ** FICL_ALIGN is the power of two to which the dictionary
368 #if !defined FICL_ALIGN
369 #define FICL_ALIGN 2 macro
370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.h352 ** FICL_ALIGN is the power of two to which the dictionary
358 #if !defined FICL_ALIGN
359 #define FICL_ALIGN 3 macro
360 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-10.0-release/sys/boot/ficl/
H A Ddict.c98 ** Aligns the given pointer to FICL_ALIGN address units.
103 #if FICL_ALIGN > 0

Completed in 60 milliseconds