Searched refs:P2ALIGN (Results 1 – 3 of 3) sorted by relevance
84 #ifndef P2ALIGN85 #define P2ALIGN(x, align) \ macro
53 #define P2ALIGN(x, align) ((x) & -(align)) macro
160 x = (uint32_t)P2ALIGN(x, 1024); \