Home
last modified time | relevance | path

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

12345

/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/ltp/testcases/kernel/syscalls/mmap/
Dmmap18.c86 static void *allocate_stack(size_t stack_size, size_t mapped_size) in allocate_stack()
151 static void grow_stack_success(size_t stack_size, size_t mapped_size) in grow_stack_success()
175 static void grow_stack_fail(size_t stack_size, size_t mapped_size) in grow_stack_fail()
203 size_t stack_size = 8 * PTHREAD_STACK_MIN; in run_test() 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/pcre/src/sljit/
DsljitNativeX86_32.c638 sljit_sw stack_size = 0; in c_fast_call_get_stack_size() local
668 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args()
743 sljit_sw stack_size = 0; in cdecl_call_get_stack_size() local
775 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args()
816 sljit_s32 arg_types, sljit_s32 stack_size) in post_call_with_args()
845 sljit_sw stack_size, prev_stack_size, min_size, offset; in tail_call_with_args() local
1205 sljit_sw stack_size = 0; in sljit_emit_call() local
1269 sljit_sw stack_size = 0; in sljit_emit_icall() local
/external/rust/crates/syn/tests/common/
Dmod.rs20 let stack_size = match env::var("RUST_MIN_STACK") { in rayon_init() localVariable
/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/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/swiftshader/third_party/marl/src/
Dosfiber_ppc64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_rv64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_mips64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_loongarch64.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x64.c31 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_arm.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_x86.c29 uint32_t stack_size, in marl_fiber_set_target()
Dosfiber_aarch64.c29 uint32_t stack_size, in marl_fiber_set_target()
/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_setstacksize/
D4-1.c41 size_t stack_size; in main() 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/
D7-1.c33 static size_t stack_size; variable
D6-1.c32 static size_t stack_size; variable
/external/tensorflow/tensorflow/c/
Denv.h41 size_t stack_size; member
/external/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()

12345