Searched defs:PSTACK_ALIGN32 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPisadep.h63 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro
67 #define PSTACK_ALIGN32(sp) (sp) macro
71 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int32_t) - 1)) macro

Completed in 20 milliseconds