Searched defs:ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance
64 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
51 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro