Home
last modified time | relevance | path

Searched defs:STACK_SIZE (Results 1 – 16 of 16) sorted by relevance

/external/libunwind/tests/
Dia64-test-rbs.h3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT) macro
Dia64-test-stack.h3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT) macro
/external/selinux/libsepol/src/
Dkernel_to_common.h9 #define STACK_SIZE 16 macro
Dmodule_to_cil.c66 #define STACK_SIZE 16 macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c39 #define STACK_SIZE (1024*1024) macro
/external/skia/src/core/
DSkScan_DAAPath.cpp347 constexpr int STACK_SIZE = 12 << 10; // 12K stack size alloc; Google3 has 16K limit. in DAAFillPath() local
349 constexpr int STACK_SIZE = 64 << 10; // 64k stack size to avoid heap allocation in DAAFillPath() local
/external/skqp/src/core/
DSkScan_DAAPath.cpp347 constexpr int STACK_SIZE = 12 << 10; // 12K stack size alloc; Google3 has 16K limit. in DAAFillPath() local
349 constexpr int STACK_SIZE = 64 << 10; // 64k stack size to avoid heap allocation in DAAFillPath() local
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_test.c39 #define STACK_SIZE 65536 macro
Dmemfd_test.c29 #define STACK_SIZE 65536 macro
/external/bcc/tests/cc/
Dtest_c_api.cc282 #define STACK_SIZE (1024 * 1024) macro
/external/libdivsufsort/lib/
Dsssort.c313 #define STACK_SIZE SS_MISORT_STACKSIZE in ss_mintrosort() macro
657 #define STACK_SIZE SS_SMERGE_STACKSIZE in ss_swapmerge() macro
Dtrsort.c330 #define STACK_SIZE TR_STACKSIZE in tr_introsort() macro
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DDivSuffixSorter.java533 final int STACK_SIZE = SS_SMERGE_STACKSIZE; in ssSwapMerge() local
927 final int STACK_SIZE = SS_MISORT_STACKSIZE; in ssMintroSort() local
1417 final int STACK_SIZE = TR_STACKSIZE; in trIntroSort() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBlockSort.java120 private static final int STACK_SIZE = field in BlockSort
/external/u-boot/arch/x86/
DKconfig682 config STACK_SIZE config
/external/mdnsresponder/mDNSShared/
DCommonServices.h536 …#define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID… argument