Searched defs:PALIGN (Results 1 – 3 of 3) sorted by relevance
23 #define PALIGN(p, a) ((void *)LTP_ALIGN((unsigned long)(p), (a))) macro
23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
24 #define PALIGN(p, a) ((void *)(ALIGN((uintptr_t)(p), (a)))) macro