Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/
H A Dgetifaddrs.c76 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h79 #define ALIGN(x, a) (((x) + ((__typeof__(x))(a) - 1)) & \ macro
/f-stack/freebsd/arm/include/
H A Dparam.h81 #define ALIGN(p) _ALIGN(p) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h70 #define ALIGN(p) _ALIGN(p) macro
/f-stack/freebsd/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p) macro
/f-stack/freebsd/mips/include/
H A Dparam.h120 #define ALIGN(p) _ALIGN(p) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p) macro
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h79 #define ALIGN(x, a) RTE_ALIGN(x, a) macro
/f-stack/tools/ndp/
H A Dndp.c143 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro