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

/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c56 #define STK_FSIZE (1024*sizeof(char*)) macro
235 bsize = roundof(bsize,STK_FSIZE/16);
238 bsize = roundof(bsize,STK_FSIZE);
506 n = roundof(n,STK_FSIZE/16);
509 n = roundof(n,STK_FSIZE);

Completed in 35 milliseconds