Searched defs:STACKALIGN (Results 1 – 4 of 4) sorted by relevance
71 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
73 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
102 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro