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