Searched refs:__align_up (Results 1 – 6 of 6) sorted by relevance
30 #define _ALIGN(p) __align_up((p), _ALIGNBYTES + 1)
25 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
80 ((namelen) == 0 ? 0 : __align_up((namelen) + 1, _IN_ALIGN))
655 #define __align_up(x, y) __builtin_align_up(x, y) macro
198 #define NL_ITEM_ALIGN(_len) __align_up(_len, NL_ITEM_ALIGN_SIZE)
306 #define __align_up(x, y) __builtin_align_up(x, y) macro