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