Home
last modified time | relevance | path

Searched refs:STACKSIZE (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DIntDiffer.java27 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/
DDiffer.java23 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/
D4-1.c29 #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/
D6-1.c29 #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/
Darm64-variadic-aapcs.ll11 ; 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]]
Darm64-stack-no-frame.ll10 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]]
18 ; CHECK: add sp, sp, #[[STACKSIZE]]
/external/llvm/test/CodeGen/AArch64/
Darm64-stack-no-frame.ll10 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]]
18 ; CHECK: add sp, sp, #[[STACKSIZE]]
Darm64-variadic-aapcs.ll11 ; 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/
Dthread_lwp.h6 #define STACKSIZE 1000 /* stacksize for a thread */ macro
21 lwp_setstkcache(STACKSIZE, NSTACKS); in PyThread__init_thread()
/external/u-boot/cmd/ti/
Dddr3.c19 #define STACKSIZE (512 << 10) /* 512 KiB */ macro
25 STACKSIZE) >> 17) - 2)