/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | gpr_asm.h | 51 #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
|
D | fpu_asm.h | 10 #define PUSH_FPU(stack_size) \ argument 30 #define POP_FPU(stack_size) \ argument
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 86 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() 204 size_t stack_size = 8 * pthread_stack; in run_test() local
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | stack_expansion_signal.c | 32 static int consume_stack(unsigned int stack_size, union pipe write_pipe) in consume_stack() 50 static int child(unsigned int stack_size, union pipe write_pipe) in child() 72 static int test_one_size(unsigned int stack_size) in test_one_size()
|
/external/ltp/lib/ |
D | cloner.c | 61 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_() 89 size_t stack_size, void *stack) in ltp_clone() 95 size_t stack_size, void *stack, ...) in ltp_clone7()
|
/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 86 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/cronet/stable/base/threading/ |
D | platform_thread_posix.cc | 115 bool CreateThread(size_t stack_size, in CreateThread() 311 bool PlatformThreadBase::CreateWithType(size_t stack_size, in CreateWithType() 321 bool PlatformThreadBase::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() 326 bool PlatformThreadBase::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType()
|
D | platform_thread_win.cc | 149 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 305 bool PlatformThread::CreateWithType(size_t stack_size, in CreateWithType() 316 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() 321 bool PlatformThread::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType()
|
/external/cronet/tot/base/threading/ |
D | platform_thread_posix.cc | 115 bool CreateThread(size_t stack_size, in CreateThread() 311 bool PlatformThreadBase::CreateWithType(size_t stack_size, in CreateWithType() 321 bool PlatformThreadBase::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() 326 bool PlatformThreadBase::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType()
|
D | platform_thread_win.cc | 149 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 305 bool PlatformThread::CreateWithType(size_t stack_size, in CreateWithType() 316 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() 321 bool PlatformThread::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType()
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/runtime/ |
D | tls.rs | 24 let mut stack_size = 0; in startup_tls_info() localVariable 97 pub stack_size: usize, field
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
D | platform_thread_posix_for_testing.cc | 69 bool CreateThread(size_t stack_size, in CreateThread() 119 bool PlatformThreadForTesting::Create(size_t stack_size, in Create()
|
D | platform_thread_win_for_testing.cc | 86 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 190 bool PlatformThreadForTesting::Create(size_t stack_size, in Create()
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
D | platform_thread_posix_for_testing.cc | 69 bool CreateThread(size_t stack_size, in CreateThread() 119 bool PlatformThreadForTesting::Create(size_t stack_size, in Create()
|
D | platform_thread_win_for_testing.cc | 86 bool CreateThreadInternal(size_t stack_size, in CreateThreadInternal() 190 bool PlatformThreadForTesting::Create(size_t stack_size, in Create()
|
/external/coreboot/src/lib/ |
D | stack.c | 33 size_t stack_size = CONFIG_STACK_SIZE ? in checkstack() local
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_scratch.c | 67 panfrost_get_stack_shift(unsigned stack_size) in panfrost_get_stack_shift()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_rt_intrinsics.c | 128 int32_t stack_size = nir_intrinsic_stack_size(intrin); in lower_rt_intrinsics_impl() local 144 int32_t stack_size = nir_intrinsic_stack_size(intrin); in lower_rt_intrinsics_impl() local
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_x64.c | 34 uint32_t stack_size, in marl_fiber_set_target()
|
D | osfiber_ppc64.c | 29 uint32_t stack_size, in marl_fiber_set_target()
|
D | osfiber_mips64.c | 29 uint32_t stack_size, in marl_fiber_set_target()
|
D | osfiber_x86.c | 29 uint32_t stack_size, in marl_fiber_set_target()
|
/external/coreboot/src/cpu/intel/car/ |
D | romstage.c | 25 const size_t stack_size = MAX(CONFIG_DCACHE_BSP_STACK_SIZE, in romstage_main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 7-1.c | 33 static size_t stack_size; variable
|
/external/trusty/lk/app/ |
D | app.c | 62 …uint32_t stack_size = (app->flags & APP_FLAG_CUSTOM_STACK_SIZE) ? app->stack_size : DEFAULT_STACK_… in start_app() local
|