Home
last modified time | relevance | path

Searched refs:FICL_ALIGN (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/stand/ficl/amd64/
HDsysdep.h368 #if !defined FICL_ALIGN
369 #define FICL_ALIGN 3 macro
370 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/arm/
HDsysdep.h367 #if !defined FICL_ALIGN
368 #define FICL_ALIGN 2 macro
369 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/i386/
HDsysdep.h366 #if !defined FICL_ALIGN
367 #define FICL_ALIGN 2 macro
368 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/aarch64/
HDsysdep.h356 #if !defined FICL_ALIGN
357 #define FICL_ALIGN 3 macro
358 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/riscv/
HDsysdep.h356 #if !defined FICL_ALIGN
357 #define FICL_ALIGN 3 macro
358 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/powerpc/
HDsysdep.h367 #if !defined FICL_ALIGN
368 #define FICL_ALIGN 2 macro
372 #define FICL_ALIGN_ADD ((1 << FICL_ALIGN) - 1)
/freebsd-14-stable/stand/ficl/
HDdict.c102 #if FICL_ALIGN > 0 in alignPtr()