HomeSort by: relevance | last modified time | path
    Searched defs:STACKSIZE (Results 1 - 25 of 220) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/ia64/stand/ia64/ski/
start.S 31 #define STACKSIZE 16384
50 add r12=STACKSIZE-16,r2
64 stack: .skip STACKSIZE
  /src/crypto/external/bsd/openssl/dist/crypto/async/arch/
async_posix.c 18 #define STACKSIZE 32768
41 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE);
43 fibre->fibre.uc_stack.ss_size = STACKSIZE;
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/arch/
async_posix.c 18 #define STACKSIZE 32768
39 fibre->fibre.uc_stack.ss_sp = OPENSSL_malloc(STACKSIZE);
41 fibre->fibre.uc_stack.ss_size = STACKSIZE;
  /src/sys/arch/evbarm/stand/gzboot/
srtbegin.S 41 #define STACKSIZE 1024
114 add sp, r1, #STACKSIZE
137 .comm Lstackspace, STACKSIZE
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_loop_ppm_int.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
421 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
424 .space (STACKSIZE);
se_ssync.S 19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 // change for how much stack you need
se_cof.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
416 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
419 .space (STACKSIZE);
se_kill_wbbr.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
414 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
417 .space (STACKSIZE);
se_loop_disable.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
400 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
403 .space (STACKSIZE);
se_loop_lr.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
499 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
502 .space (STACKSIZE);
se_loop_nest_ppm.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
434 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
437 .space (STACKSIZE);
se_loop_nest_ppm_1.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
434 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
437 .space (STACKSIZE);
se_loop_nest_ppm_2.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
483 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
486 .space (STACKSIZE);
se_loop_ppm.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
469 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
472 .space (STACKSIZE);
se_loop_ppm_1.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
511 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
514 .space (STACKSIZE);
se_rts_rti.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
434 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
437 .space (STACKSIZE);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_loop_ppm_int.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
421 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
424 .space (STACKSIZE);
se_ssync.S 19 #ifndef STACKSIZE
20 #define STACKSIZE 0x10 // change for how much stack you need
se_cof.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
416 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
419 .space (STACKSIZE);
se_kill_wbbr.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
414 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
417 .space (STACKSIZE);
se_loop_disable.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
400 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
403 .space (STACKSIZE);
se_loop_lr.S 25 #ifndef STACKSIZE
26 #define STACKSIZE 0x00000010
499 .space (STACKSIZE); //<< WARNING: LINE MAY NEED MANUAL TRANSLATION >>
502 .space (STACKSIZE);
  /src/lib/librumpuser/
rumpfiber.h 53 #define STACKSIZE 65536
  /src/tests/lib/libc/sys/
t_swapcontext.c 38 #define STACKSIZE 65536
40 char stack[STACKSIZE];
  /src/tests/lib/libpthread/
t_swapcontext.c 43 #define STACKSIZE 65536
45 char stack[STACKSIZE];

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 9