Searched refs:STACKSIZE (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_clone.c | 52 #define STACKSIZE (8 * 1024) macro 102 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC, in ATF_TC_BODY() 109 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY() 161 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY() 196 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC, in ATF_TC_BODY() 201 stack = (char *)stack + STACKSIZE; in ATF_TC_BODY() 211 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1); in ATF_TC_BODY()
|
| D | t_swapcontext.c | 38 #define STACKSIZE 65536 macro 40 char stack[STACKSIZE];
|
| /freebsd-12-stable/crypto/openssl/crypto/async/arch/ |
| D | async_posix.c | 18 #define STACKSIZE 32768 macro 39 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE); in async_fibre_makecontext() 41 fibre->fibre.uc_stack.ss_size = STACKSIZE; in async_fibre_makecontext()
|
| /freebsd-12-stable/usr.bin/indent/ |
| D | indent_globs.h | 240 #define STACKSIZE 256 macro 244 int p_stack[STACKSIZE]; /* this is the parsers stack */ 245 int il[STACKSIZE]; /* this stack stores indentation levels */ 246 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
|
| D | parse.c | 217 if (ps.tos >= STACKSIZE - 1) in parse()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_join.c | 46 #define STACKSIZE 65536 macro 106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0); in threadfunc1() 160 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1)); in threadfunc2()
|
| D | t_swapcontext.c | 43 #define STACKSIZE 65536 macro 45 char stack[STACKSIZE];
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | i386-stub.c | 132 #define STACKSIZE 10000 macro 133 int remcomStack[STACKSIZE/sizeof(int)]; 134 static int* stackPtr = &remcomStack[STACKSIZE/sizeof(int) - 1]; 921 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | defparse.y | 33 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA 54 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
|
| D | deflex.l | 39 "STACKSIZE" { return STACKSIZE;}
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | deffilep.y | 106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL 126 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);} 572 { "-stack", STACKSIZE }, 896 { "STACKSIZE", STACKSIZE },
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_tparm.c | 177 if (TPS(stack_ptr) < STACKSIZE) { in npush() 205 if (TPS(stack_ptr) < STACKSIZE) { in spush()
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | windows_support.rst | 56 ``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 753 #define STACKSIZE 20 macro 771 STACK_FRAME stack[STACKSIZE];
|
| /freebsd-12-stable/contrib/binutils/binutils/doc/ |
| D | binutils.texi | 3555 @item @code{STACKSIZE} @var{number-reserve} @code{[, } @var{number-commit} @code{]}
|