Searched defs:ALIGN (Results 1 – 1 of 1) sorted by relevance
25 #define ALIGN(X) (((X) + 7) & ~7) macro27 #define ALIGN(X) (((X) + 3) & ~3) macro