Searched defs:ALIGN4 (Results 1 – 4 of 4) sorted by relevance
54 #define ALIGN4(x) ((((x) + 3) >> 2) << 2) macro
50 #define ALIGN4(x) ((((x) + 3) >> 2) << 2) macro
65 ALIGN4, in EmitSpecializedLibcall() enumerator