Searched defs:STACK_ALIGN (Results 1 – 3 of 3) sorted by relevance
24 #define STACK_ALIGN 16 macro26 #define STACK_ALIGN 4 macro
32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
140 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro