Searched defs:SA32 (Results 1 – 2 of 2) sorted by relevance
67 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro
76 #define SA32(X) (((X)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro