Searched refs:__align_up (Results 1 – 4 of 4) sorted by relevance
198 #define NL_ITEM_ALIGN(_len) __align_up(_len, NL_ITEM_ALIGN_SIZE)
328 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
805 #define __align_up(x, y) __builtin_align_up(x, y) macro
288 #define __align_up(x, y) __builtin_align_up(x, y) macro