Searched defs:RS6000_ALIGN (Results 1 – 2 of 2) sorted by relevance
1444 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro
1194 #define RS6000_ALIGN(n,a) (((n) + (a) - 1) & ~((a) - 1)) macro