Searched refs:STACK_SIZE (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/stand/sparc64/loader/ |
| D | locore.S | 23 #define STACK_SIZE (2 * PAGE_SIZE) macro 36 setx stack + STACK_SIZE - SPOFF - CCFSZ, %l7, %l6 42 .comm stack, STACK_SIZE, 32
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-interrupt-handler.S | 62 #define STACK_SIZE (36*8) macro 64 dsubu sp, sp, STACK_SIZE 96 daddu $1, sp, STACK_SIZE // Correct the SP for the space we used
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_mmap.c | 61 #define STACK_SIZE (2 * 1024 * 1024) macro 194 if (len <= STACK_SIZE - GUARD_SIZE) { in linux_mmap_common() 195 addr = addr - (STACK_SIZE - GUARD_SIZE - len); in linux_mmap_common() 196 len = STACK_SIZE - GUARD_SIZE; in linux_mmap_common()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | standalone.c | 555 #ifndef STACK_SIZE 556 #define STACK_SIZE 100000 macro 559 int kdb_stack_beg[STACK_SIZE / sizeof (int)];
|
| /freebsd-12-stable/contrib/libdivsufsort/include/ |
| D | divsufsort_private.h | 156 assert(ssize < STACK_SIZE);\ 162 assert(ssize < STACK_SIZE);\
|
| /freebsd-12-stable/contrib/libdivsufsort/lib/ |
| D | sssort.c | 313 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro 314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; in ss_mintrosort() 440 #undef STACK_SIZE in ss_mintrosort() 657 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro 669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE]; in ss_swapmerge() 735 #undef STACK_SIZE in ss_swapmerge()
|
| D | trsort.c | 330 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro 331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; in tr_introsort() 544 #undef STACK_SIZE in tr_introsort()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/ |
| D | divsufsort.c | 104 assert(ssize < STACK_SIZE);\ 110 assert(ssize < STACK_SIZE);\ 403 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro 404 struct { int *a, *b, c; int d; } stack[STACK_SIZE]; in ss_mintrosort() 530 #undef STACK_SIZE in ss_mintrosort() 747 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro 759 struct { int *a, *b, *c; int d; } stack[STACK_SIZE]; in ss_swapmerge() 825 #undef STACK_SIZE in ss_swapmerge() 1178 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro 1179 struct { const int *a; int *b, *c; int d, e; }stack[STACK_SIZE]; in tr_introsort() [all …]
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 1110 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0 argument
|
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic7xxx_reg.h | 1776 #define STACK_SIZE 0x04 macro
|
| D | aic7xxx.reg | 676 const STACK_SIZE 4
|
| D | aic7xxx.c | 6803 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | sourcebuild.texi | 1241 such as @code{NO_LABEL_VALUES} and @code{STACK_SIZE} are used.
|