Home
last modified time | relevance | path

Searched refs:__align_up (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink.h198 #define NL_ITEM_ALIGN(_len) __align_up(_len, NL_ITEM_ALIGN_SIZE)
/freebsd/sys/sys/
H A Dparam.h328 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
H A Dcdefs.h805 #define __align_up(x, y) __builtin_align_up(x, y) macro
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h288 #define __align_up(x, y) __builtin_align_up(x, y) macro