Searched defs:STACKALIGN (Results 1 – 3 of 3) sorted by relevance
40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
50 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
44 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro