HomeSort by relevance Sort by last modified time
    Searched defs:kStackSize (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
clone_test.cc 23 const int kStackSize = 1 << 20;
24 char child_stack[kStackSize + 1];
25 char *sp = child_stack + kStackSize; // Stack grows down.
36 for (int i = 0; i < kStackSize; i++)
swapcontext_test.cc 18 const int kStackSize = 1 << 20;
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/chromium_org/third_party/icu/source/common/
rbbiscan.h 49 kStackSize = 100 // The size of the state stack for
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
  /external/icu4c/common/
rbbiscan.h 49 kStackSize = 100 // The size of the state stack for
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 44 kStackSize = 100 // The size of the state stack for
150 uint16_t fStack[kStackSize]; // State stack, holds state pushes
  /external/icu4c/i18n/
regexcmp.h 44 kStackSize = 100 // The size of the state stack for
148 uint16_t fStack[kStackSize]; // State stack, holds state pushes
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 83 milliseconds