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

/freebsd-current/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c18 #define STACKSIZE 32768 macro
41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE);
43 fibre->fibre.uc_stack.ss_size = STACKSIZE;
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c52 #define STACKSIZE (8 * 1024) macro
102 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
109 stack = (char *)stack + STACKSIZE;
161 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1);
196 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
201 stack = (char *)stack + STACKSIZE;
211 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1);
H A Dt_swapcontext.c38 #define STACKSIZE 65536 macro
40 char stack[STACKSIZE];
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c46 #define STACKSIZE 65536 macro
106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0);
160 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1));
H A Dt_swapcontext.c43 #define STACKSIZE 65536 macro
45 char stack[STACKSIZE];
/freebsd-current/usr.bin/indent/
H A Dindent_globs.h239 #define STACKSIZE 256 macro
243 int p_stack[STACKSIZE]; /* this is the parsers stack */
244 int il[STACKSIZE]; /* this stack stores indentation levels */
245 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
H A Dparse.c209 if (ps.tos >= STACKSIZE - 1)
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c247 if (TPS(stack_ptr) < STACKSIZE) {
275 if (TPS(stack_ptr) < STACKSIZE) {

Completed in 96 milliseconds