Searched refs:kStackSize (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc17 const int kStackSize = 1 << 20; variable
26 char stack_memory[kStackSize + 1];
27 char *heap_memory = new char[kStackSize + 1];
35 child_context.uc_stack.ss_size = kStackSize / 2;
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cc24 const int kStackSize = 1 << 20; local
25 char child_stack[kStackSize + 1];
26 char *sp = child_stack + kStackSize; // Stack grows down.
37 for (int i = 0; i < kStackSize; i++)
H A Dswapcontext_test.cc18 const int kStackSize = 1 << 20; variable
54 child_context.uc_stack.ss_size = kStackSize / 2;
64 for (int i = 0; i < kStackSize; i++) {
71 char stack[kStackSize + 1];
80 char *heap = new char[kStackSize + 1];
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-use-after-return.cc28 #ifndef kStackSize
29 # define kStackSize 0 macro
69 if (kStackSize > 0)
70 pthread_attr_setstacksize(&attr, kStackSize);
/external/icu/icu4c/source/common/
H A Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator in enum:RBBIRuleScanner::__anon6636
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
H A Drbbiscan.cpp1052 if (fStackPtr >= kStackSize) {
1145 if (fNodeStackPtr >= kStackSize) {
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h45 kStackSize = 100 // The size of the state stack for enumerator in enum:RegexCompile::__anon6840
160 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp243 if (fStackPtr >= kStackSize) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java24 private final static int kStackSize = 100; // The size of the state stack for field in class:RBBIRuleScanner
54 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
58 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
910 if (fStackPtr >= kStackSize) {
999 if (fNodeStackPtr >= kStackSize) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java23 private final static int kStackSize = 100; // The size of the state stack for field in class:RBBIRuleScanner
53 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
57 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
909 if (fStackPtr >= kStackSize) {
998 if (fNodeStackPtr >= kStackSize) {
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3029 const size_t kStackSize = SMALLPRESTACKSIZE; local
3030 res = posix_memalign(&stack, 4096, kStackSize);
3032 res = pthread_attr_setstack(&attr, stack, kStackSize);
/external/v8/src/
H A Dobjects.h9474 static const int kStackSize = 32;
9476 static const int kDepthMask = kStackSize-1;
9477 STATIC_ASSERT(IS_POWER_OF_TWO(kStackSize));
9484 inline bool StackBlown() { return maximum_depth_ - depth_ == kStackSize; }
9492 ConsString* frames_[kStackSize];
H A Dobjects.cc10629 maximum_depth_ = kStackSize + depth_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 244 milliseconds