Searched refs:P2ALIGN (Results 1 – 3 of 3) sorted by relevance
89 #ifndef P2ALIGN90 #define P2ALIGN(x, align) \ macro
52 #define P2ALIGN(x, align) ((x) & -(align)) macro
153 x = (uint32_t)P2ALIGN(x, 1024); \