Home
last modified time | relevance | path

Searched refs:NSTACKS (Results 1 – 7 of 7) sorted by relevance

/external/libunwind/tests/
DGia64-test-stack.c105 if (i >= 1 && i <= NSTACKS) in do_unwind_tests()
120 else if (i > NSTACKS && i <= NSTACKS + RECURSION_DEPTH) in do_unwind_tests()
146 v1 = ((unw_word_t) (i - NSTACKS) << 32) + l; in do_unwind_tests()
Dia64-test-rbs.h1 #define NSTACKS 128 macro
Dia64-test-stack.h1 #define NSTACKS 1024 macro
Dia64-test-stack-asm.S28 .common stackmem, NSTACKS*STACK_SIZE, 16
169 mov r8=NSTACKS-1
DGia64-test-rbs.c136 spill_func_t *func[NSTACKS + 1]; in run_check()
Dia64-test-rbs-asm.S28 .common stackmem, NSTACKS*STACK_SIZE, 16
/external/python/cpython2/Python/
Dthread_lwp.h7 #define NSTACKS 2 /* # stacks to be put in cache initially */ macro
21 lwp_setstkcache(STACKSIZE, NSTACKS); in PyThread__init_thread()