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