/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_nextstep.h | 228 PRUint32 stackSize);
|
_reliantunix.h | 193 CONTEXT(thread)->uc_stack.ss_size = thread->stack->stackSize; \
|
_solaris.h | 217 PRUint32 stackSize); 574 uc->uc_stack.ss_size = _thread->stack->stackSize; \ 784 PRUint32 stackSize);
|
_irix.h | 435 PRUint32 stackSize);
|
_linux.h | 463 PRUint32 stackSize);
|
_winnt.h | 173 PRUint32 fiber_stacksize; /* stacksize for fiber */
|
/external/freetype/src/truetype/ |
ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */
|
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 131 S_STACK_SIZE(MFI->StackSize), 4);
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 49 --main-stacksize=<number> set size of main thread's stack (in bytes)
|
cmdline2.stdout.exp | 49 --main-stacksize=<number> set size of main thread's stack (in bytes)
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 102 // -- Frame directive "frame Stackpointer, Stacksize, RARegister" 209 unsigned stackSize = MF->getFrameInfo()->getStackSize(); 214 "," + Twine(stackSize) + ",$" +
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } 267 inline int32_t getStackSize() const { return stackSize; } 281 int32_t stackSize; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } 267 inline int32_t getStackSize() const { return stackSize; } 281 int32_t stackSize; [all...] |
/dalvik/vm/ |
Exception.cpp | [all...] |
Thread.cpp | [all...] |
/dalvik/vm/arch/mips/ |
CallO32.S | 162 andi $t1,0x78 /* t1 <- stackSize in bytes */
|
/dalvik/vm/interp/ |
Stack.h | 178 bool dvmInitInterpStack(Thread* thread, int stackSize);
|
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 1194 int stacksize = 0; local [all...] |
/external/markdown/ |
test-markdown.py | 61 def stacksize(since=0.0): function
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.mm | 474 NSUInteger stackSize = nodeStack.size(); 494 DCHECK([path length] == stackSize);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 363 self.stacksize = max_depth(self.entry, 0) 539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 363 self.stacksize = max_depth(self.entry, 0) 539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.cpp | 687 int64_t StackSize = Offset - LocalAreaOffset; 688 MFI->setStackSize(StackSize); 689 NumBytesStackSpace += StackSize; [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 194 'ss2ss', 'ss2tf', 'sscanf', 'sskf', 'ssprint', 'ssrand', 'st_deviation', 'st_ility', 'stabil', 'stacksize',
|