Searched defs:ALIGN_PTR (Results 1 – 2 of 2) sorted by relevance
311 #define ALIGN_PTR(a) \ macro
8 #define ALIGN_PTR(x, bytes) ((((unsigned)(x))+(bytes-1))&(~(bytes-1))) macro