Searched defs:ALIGN_PTR (Results 1 – 3 of 3) sorted by relevance
44 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)(p)))) macro
311 #define ALIGN_PTR(a) \ macro
8 #define ALIGN_PTR(x, bytes) ((((unsigned)(x))+(bytes-1))&(~(bytes-1))) macro