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

/macosx-10.10/ksh-23/ksh/src/lib/libast/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);
544 cp = sp->stkbase + roundof((cp-sp->stkbase),STK_ALIGN);
551 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN);

Completed in 113 milliseconds