Searched defs:ALIGN (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/hosts/
H A Dmipsbsd.h3 #undef ALIGN macro
/freebsd-11-stable/lib/libmd/i386/
H A Drmd160.S20 #define ALIGN 4 define
25 #define ALIGN 4 define
34 #define ALIGN 4 define
H A Dsha.S21 #define ALIGN 4 define
26 #define ALIGN 4 define
35 #define ALIGN 4 define
/freebsd-11-stable/sys/riscv/include/
H A Dparam.h65 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h87 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h67 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/lib/libc/net/
H A Dgetifaddrs.c72 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h83 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h115 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h68 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p) macro
/freebsd-11-stable/contrib/dtc/
H A Ddtc.h72 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
H A Dfdtdump.c21 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
H A Dfdtput.c131 #define ALIGN(x) (((x) + (FDT_TAGSIZE) - 1) & ~((FDT_TAGSIZE) - 1)) macro
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c795 #define ALIGN (sizeof(int)-1) macro
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c413 #undef ALIGN macro
414 #define ALIGN(x, log_a) ((((x) + (1 << (log_a)) - 1)) & ~((1 << (log_a)) - 1)) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h132 #undef ALIGN macro
133 #define ALIGN(x, y) roundup2((x), (y)) macro
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h690 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES) macro
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad.h1822 #define ALIGN(l, size) (((l) + ((size) - 1)) / (size) * (size)) macro

Completed in 205 milliseconds