Searched refs:allocate_stack (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/Support/ |
D | ManagedStatic.cpp | 33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() function 47 void *p1 = test1::allocate_stack(a1); in TEST() 48 void *p2 = test1::allocate_stack(a2); in TEST()
|
/external/llvm-project/llvm/unittests/Support/ |
D | ManagedStatic.cpp | 33 void *allocate_stack(pthread_attr_t &a, size_t n = 65536) { in allocate_stack() function 47 void *p1 = test1::allocate_stack(a1); in TEST() 48 void *p2 = test1::allocate_stack(a2); in TEST()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 74 .allocate_stack: label
|
/external/libffi/src/bfin/ |
D | sysv.S | 74 .allocate_stack: label
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3068 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack() function 9254 allocate_stack(common, 2); in compile_ref_iterator_matchingpath() 9277 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9313 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9323 allocate_stack(common, 1); in compile_ref_iterator_matchingpath() 9335 allocate_stack(common, ref ? 2 : 3); in compile_ref_iterator_matchingpath() 9534 allocate_stack(common, callout_arg_size); in compile_callout_matchingpath() 9693 allocate_stack(common, extrasize); in compile_assert_matchingpath() 9711 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath() 10314 allocate_stack(common, stacksize); in compile_bracket_matchingpath() [all …]
|