/dalvik/dx/tests/111-use-null-as-array/ |
multidimensional.sh | 24 local stacksize=$2 57 .limit stack $((stacksize+2))
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameToArgsOffsetElim.cpp | 48 unsigned StackSize = MF.getFrameInfo()->getStackSize(); 57 MBBI = TII.loadImmediate(MBB, MBBI, Reg, StackSize);
|
/toolchain/binutils/binutils-2.25/binutils/ |
deflex.l | 39 "STACKSIZE" { return STACKSIZE;}
|
defparse.y | 34 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA 57 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);} 160 | STACKSIZE { $$ = "STACKSIZE"; }
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 98 // Get stacksize from rlimit, but clip it so that it does not overlap 100 uptr stacksize = rl.rlim_cur; local 101 if (stacksize > end - prev_end) 102 stacksize = end - prev_end; 106 if (stacksize > kMaxThreadStackSize) 107 stacksize = kMaxThreadStackSize; 109 *stack_bottom = end - stacksize; 115 uptr stacksize = 0; local 117 my_pthread_attr_getstack(&attr, &stackaddr, &stacksize); 120 CHECK_LE(stacksize, kMaxThreadStackSize); // Sanity check [all...] |
/bionic/libc/arch-arm/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-arm64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-mips/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-mips64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/bionic/libc/arch-x86_64/bionic/ |
_exit_with_stack_teardown.S | 31 // void _exit_with_stack_teardown(void* stackBase, size_t stackSize)
|
/external/icu/icu4c/source/common/ |
bytestrieiterator.cpp | 111 int32_t stackSize=stack_->size(); 112 int32_t length=stack_->elementAti(stackSize-1); 113 pos=bytes_+stack_->elementAti(stackSize-2); 114 stack_->setSize(stackSize-2);
|
ucharstrieiterator.cpp | 110 int32_t stackSize=stack_->size(); 111 int32_t length=stack_->elementAti(stackSize-1); 112 pos=uchars_+stack_->elementAti(stackSize-2); 113 stack_->setSize(stackSize-2);
|
/external/llvm/lib/Target/AMDGPU/ |
R600MachineFunctionInfo.h | 29 unsigned StackSize;
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-variadic-aapcs.ll | 11 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 12 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]] 49 ; CHECK: sub sp, sp, #[[STACKSIZE:[0-9]+]] 50 ; CHECK: add [[STACK_TOP:x[0-9]+]], sp, #[[STACKSIZE]]
|
/external/llvm/test/CodeGen/MIR/X86/ |
fixed-stack-objects.mir | 20 stackSize: 4
|
variable-sized-stack-object-size-error.mir | 19 stackSize: 24
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 50 int stacksize = 3; local 85 stack[stacksize] = pnext; 86 stacksize++; 99 stack[stacksize-2] = pnext; 101 pprev = stack[stacksize-4]; 102 stacksize--; 109 stack[stacksize-1] = pnext; 113 return --stacksize; 123 int stacksize = 3; local 158 stack[stacksize] = pnext [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 265 " push %edi\n" // stacksize 277 Addr stacksize, Addr flags, Addr sp) 283 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp); 304 vex->guest_EDI = stacksize; 315 Addr stack = VG_PGROUNDUP(sp) - stacksize; 316 tst->client_stack_highest_byte = stack+stacksize-1; 317 tst->client_stack_szB = stacksize; 321 stack+stacksize, pthread_structsize, 325 stack, stacksize, 386 SizeT stacksize; local [all...] |
syswrap-amd64-darwin.c | 337 Addr stacksize, Addr flags, Addr sp) 343 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp); 363 vex->guest_R8 = stacksize; 374 Addr stack = VG_PGROUNDUP(sp) - stacksize; 375 tst->client_stack_highest_byte = stack+stacksize-1; 376 tst->client_stack_szB = stacksize; 380 stack+stacksize, pthread_structsize, 384 stack, stacksize, 438 SizeT stacksize; local 529 stacksize = 512*1024; // wq stacks are always DEFAULT_STACK_SIZ [all...] |
/external/valgrind/memcheck/tests/ |
badjump.stderr.exp | 15 main thread stack using the --main-stacksize= flag.
|
badjump.stderr.exp-kfail | 13 main thread stack using the --main-stacksize= flag.
|
/prebuilts/go/darwin-x86/src/runtime/ |
rt0_darwin_amd64.s | 28 MOVQ $8388608, 0(SP) // stacksize
|
/prebuilts/go/linux-x86/src/runtime/ |
rt0_darwin_amd64.s | 28 MOVQ $8388608, 0(SP) // stacksize
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 54 uint64_t StackSize = MFI->getStackSize(); 59 uint64_t FrameSize = StackSize - 2; 81 NumBytes = StackSize - MSP430FI->getCalleeSavedFrameSize(); 127 uint64_t StackSize = MFI->getStackSize(); 133 uint64_t FrameSize = StackSize - 2; 139 NumBytes = StackSize - CSSize;
|
/hardware/ti/omap4-aah/domx/mm_osal/src/ |
timm_osal_task.c | 83 /* TIMM_OSAL_S32 stackSize;*/ 117 size_t stackSize; 165 &stackSize)) 172 if (uStackSize > stackSize) 174 stackSize = uStackSize; 176 stackSize))
|