Home
last modified time | relevance | path

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

/titanic_44/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); in stkset()
366 stream->_data = (unsigned char*)(cp + roundof(loc-cp,STK_ALIGN)); in stkset()
399 n = roundof(n,STK_ALIGN); in stkalloc()
443 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); in stkfreeze()
470 n = roundof(cp-(unsigned char*)str,STK_ALIGN); in stkcopy()
529 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN); in stkgrow()
533 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN); in stkgrow()