Searched refs:STK_ALIGN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c55 #define STK_ALIGN ALIGN_BOUND macro
351 cp = sp->stkbase + roundof(sizeof(struct frame), STK_ALIGN);
366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN));
399 n = roundof(n,STK_ALIGN);
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN);
470 n = roundof(cp-(unsigned char*)str,STK_ALIGN);
529 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN);
533 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN);

Completed in 57 milliseconds