Searched defs:STACKALIGN (Results 1 – 2 of 2) sorted by relevance
53 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro