Searched defs:PTR_ALIGN (Results 1 – 3 of 3) sorted by relevance
39 #define PTR_ALIGN(p, a) ((__typeof__(p))ALIGN((unsigned long)(p), (a))) macro
83 #define PTR_ALIGN(v) \ macro