Searched defs:ALIGN_SZ (Results 1 – 5 of 5) sorted by relevance
122 #define ALIGN_SZ(p, a) \ macro
124 #define ALIGN_SZ(p, a) \ macro
121 #define ALIGN_SZ(p, a) (((p) + ((a)-1)) & ~((a)-1)) macro