Searched refs:SA64 (Results 1 – 1 of 1) sorted by relevance
105 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro112 #define SA(x) SA64(x)