Home
last modified time | relevance | path

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

123

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dgpr_asm.h55 #define PUSH_NVREGS(stack_size) \ argument
59 #define PUSH_NVREGS_BELOW_FPU(stack_size) \ argument
62 #define POP_NVREGS(stack_size) \ argument
66 #define POP_NVREGS_BELOW_FPU(stack_size) \ argument
Dfpu_asm.h14 #define PUSH_FPU(stack_size) \ argument
34 #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()
126 size_t stack_size) in ltp_clone_malloc()
154 size_t stack_size = getpagesize() * 6; in ltp_clone_quick() local
/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c517 sljit_s32 stack_size = 0; in c_fast_call_get_stack_size() local
547 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
623 sljit_s32 stack_size = 0; in cdecl_call_get_stack_size() local
659 sljit_s32 arg_types, sljit_s32 stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
700 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
728 sljit_s32 stack_size = 0; in sljit_emit_call() local
771 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()
Dplatform_thread.h166 static bool Create(size_t stack_size, in Create()
Dsimple_thread.h73 size_t stack_size = 0; member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D7-1.c33 size_t stack_size; variable
D6-1.c32 size_t stack_size; variable
D1-1.c33 size_t stack_size; variable
D4-1.c35 size_t stack_size; variable
D2-1.c36 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
D1-1.c42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
D2-1.c35 size_t stack_size; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
D1-1.c34 size_t stack_size; in main() local
/external/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()
/external/ltp/testcases/cve/
Dstack_clash.c95 unsigned long read_stack_addr_from_proc(unsigned long *stack_size) in read_stack_addr_from_proc()
149 unsigned long stack_addr, stack_size; in do_child() 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/tensorflow/tensorflow/c/
Denv.h48 size_t stack_size; member
/external/compiler-rt/lib/msan/
Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/compiler-rt/lib/asan/
Dasan_thread.cc183 uptr AsanThread::stack_size() { in stack_size() function in __asan::AsanThread
191 uptr stack_size = this->stack_size(); in AsyncSignalSafeLazyInitFakeStack() local
265 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/u-boot/arch/x86/cpu/
Dsipi_vector.S203 stack_size: label
/external/clang/test/CodeGen/
D2002-02-14-EntryNodePreds.c25 int stack_size; member

123