Searched refs:STACKSIZE (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | IntDiffer.java | 27 this.STACKSIZE = stackSize; in IntDiffer() 99 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { in checkMatch() 142 private int STACKSIZE; field in IntDiffer
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Differ.java | 23 this.STACKSIZE = stackSize; in Differ() 117 if (aCount >= STACKSIZE || bCount >= STACKSIZE) { in checkMatch() 162 private int STACKSIZE; field in Differ
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
D | 4-1.c | 29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE) macro 51 stack_size = STACKSIZE; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 6-1.c | 29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE) macro 60 stack_size = STACKSIZE; in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-variadic-aapcs.ll | 11 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 12 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]] 47 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 48 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]]
|
D | arm64-stack-no-frame.ll | 10 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 18 ; CHECK: add sp, sp, #[[STACKSIZE]]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stack-no-frame.ll | 10 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 18 ; CHECK: add sp, sp, #[[STACKSIZE]]
|
D | arm64-variadic-aapcs.ll | 11 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 12 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]] 49 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 50 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]]
|
/external/python/cpython2/Python/ |
D | thread_lwp.h | 6 #define STACKSIZE 1000 /* stacksize for a thread */ macro 21 lwp_setstkcache(STACKSIZE, NSTACKS); in PyThread__init_thread()
|
/external/u-boot/cmd/ti/ |
D | ddr3.c | 19 #define STACKSIZE (512 << 10) /* 512 KiB */ macro 25 STACKSIZE) >> 17) - 2)
|