Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 133) sorted by relevance

123456

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dgpr_asm.h51 #define PUSH_NVREGS(stack_size) \ argument
55 #define PUSH_NVREGS_BELOW_FPU(stack_size) \ argument
58 #define POP_NVREGS(stack_size) \ argument
62 #define POP_NVREGS_BELOW_FPU(stack_size) \ argument
Dfpu_asm.h10 #define PUSH_FPU(stack_size) \ argument
30 #define POP_FPU(stack_size) \ argument
/external/ltp/lib/
Dcloner.c66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
94 size_t stack_size, void *stack) in ltp_clone()
100 size_t stack_size, void *stack, ...) in ltp_clone7()
144 size_t stack_size) in ltp_clone_alloc()
172 size_t stack_size = getpagesize() * 6; in ltp_clone_quick() local
/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c521 sljit_s32 stack_size = 0; in c_fast_call_get_stack_size() local
551 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
627 sljit_s32 stack_size = 0; in cdecl_call_get_stack_size() local
663 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
704 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
732 sljit_s32 stack_size = 0; in sljit_emit_call() local
775 sljit_s32 stack_size = 0; in sljit_emit_icall() local
/external/libchrome/base/threading/
Dplatform_thread_posix.cc86 bool CreateThread(size_t stack_size, in CreateThread()
197 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
205 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
211 bool PlatformThread::CreateNonJoinableWithPriority(size_t stack_size, in CreateNonJoinableWithPriority()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtems.cpp103 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
109 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
150 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
241 void *stack_base, size_t stack_size, in __sanitizer_before_thread_create_hook()
Dasan_fuchsia.cpp88 uptr stack_bottom, stack_size; member
148 uptr stack_size) { in BeforeThreadCreateHook()
219 size_t stack_size) { in __sanitizer_before_thread_create_hook()
/external/rust/crates/syn/tests/common/
Dmod.rs19 let stack_size = match env::var("RUST_MIN_STACK") { in rayon_init() localVariable
/external/llvm-project/lldb/source/Target/
DThreadPlanStack.cpp179 int stack_size = m_plans.size(); in DiscardPlansUpToPlan() local
206 int stack_size = m_plans.size(); in DiscardAllPlans() local
341 int stack_size = m_completed_plans.size(); in GetPreviousPlan() local
363 int stack_size = m_plans.size(); in GetInnermostExpression() local
/external/mesa3d/src/panfrost/lib/
Dpan_scratch.c67 panfrost_get_stack_shift(unsigned stack_size) in panfrost_get_stack_shift()
/external/ltp/testcases/cve/
Dstack_clash.c81 unsigned long read_stack_addr_from_proc(unsigned long *stack_size) in read_stack_addr_from_proc()
135 unsigned long stack_addr, stack_size; in do_child() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/external/swiftshader/third_party/marl/src/
Dosfiber_aarch64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_arm.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_mips64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_ppc64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x86.c29 uint32_t stack_size, in marl_fiber_set_target()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp118 uptr MemprofThread::stack_size() { in stack_size() function in __memprof::MemprofThread
173 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc48 uptr stack_size = 1UL << stack_size_log; in TEST() local
95 const uptr stack_size = 1 << stack_size_log; in TEST() local
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cpp47 uptr stack_size = 1UL << stack_size_log; in TEST() local
94 const uptr stack_size = 1 << stack_size_log; in TEST() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
D1-1.c34 size_t stack_size; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D6-1.c32 size_t stack_size; variable
D7-1.c33 size_t stack_size; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D4-1.c41 size_t stack_size; in main() local

123456