Searched defs:ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance
35 #define ALIGN_SIZE 16 macro
53 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
71 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro