Searched defs:ALIGN32 (Results 1 – 3 of 3) sorted by relevance
48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
47 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro