Searched refs:SA32 (Results 1 – 1 of 1) sorted by relevance
65 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro121 #define SA(x) SA32(x)