Home
last modified time | relevance | path

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

/src/sys/sys/
H A D_align.h30 #define _ALIGN(p) __align_up((p), _ALIGNBYTES + 1)
H A D_param.h25 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
H A Dinotify.h80 ((namelen) == 0 ? 0 : __align_up((namelen) + 1, _IN_ALIGN))
H A Dcdefs.h655 #define __align_up(x, y) __builtin_align_up(x, y) macro
/src/sys/netlink/
H A Dnetlink.h198 #define NL_ITEM_ALIGN(_len) __align_up(_len, NL_ITEM_ALIGN_SIZE)
/src/tools/build/cross-build/include/common/sys/
H A Dcdefs.h306 #define __align_up(x, y) __builtin_align_up(x, y) macro