Searched defs:ALIGN_SIZE (Results 1 – 6 of 6) sorted by relevance
29 static constexpr size_t ALIGN_SIZE = 4; variable
12 #define ALIGN_SIZE 4 macro
35 #define ALIGN_SIZE 16 macro
34 static constexpr int32_t ALIGN_SIZE = 30; variable
53 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
71 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro