Searched defs:P2ALIGN (Results 1 – 3 of 3) sorted by relevance
428 #define P2ALIGN(x) ispow2(x) in defalign() macro
434 #define P2ALIGN(x) ispow2(x) in defalign() macro
254 #define P2ALIGN(x, align) ((x) & -(align)) macro