Searched defs:ALIGN_SIZE (Results 1 – 5 of 5) sorted by relevance
60 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator113 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator
503 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
556 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
512 #define ALIGN_SIZE(size, boundary) (((size) + (boundary)-1) & ~((boundary)-1)) macro
673 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro