/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.h | 161 FT_Long stackSize; /* size of exec. stack */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndr64types.h | 96 NDR64_UINT32 StackSize;
|
/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...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 1194 int stacksize = 0; local [all...] |
/external/llvm/test/CodeGen/MIR/ARM/ |
ARMLoadStoreDBG.mir | 110 stackSize: 8
|
sched-it-debug-nodes.mir | 121 stackSize: 8
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
macho-private-headers.test | 284 EXE: stacksize 0
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
macho-private-headers.test | 318 EXE: stacksize 0
|
/external/markdown/ |
test-markdown.py | 61 def stacksize(since=0.0): function
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcmark.go | 491 // that can be installed in a stack of stackSize bytes. 492 func gcMaxStackBarriers(stackSize int) (n int) { 500 return stackSize / 2 / int(unsafe.Sizeof(stkbar{})) 504 for offset < stackSize {
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcmark.go | 491 // that can be installed in a stack of stackSize bytes. 492 func gcMaxStackBarriers(stackSize int) (n int) { 500 return stackSize / 2 / int(unsafe.Sizeof(stkbar{})) 504 for offset < stackSize {
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
external.h | 331 unsigned char stacksize[8]; /* Initial stack size, if no null. */ member in struct:mach_o_entry_point_command_external
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAsmPrinter.cpp | 237 Twine("SQ_PGM_RESOURCES:STACK_SIZE = " + Twine(MFI->StackSize))); 308 S_STACK_SIZE(MFI->StackSize), 4);
|
/external/proguard/src/proguard/optimize/evaluation/ |
SimpleEnumUseChecker.java | 446 int stackSize = stackBefore.size(); 448 for (int stackEntryIndex = 0; stackEntryIndex < stackSize; stackEntryIndex++)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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,
|
/toolchain/binutils/binutils-2.25/binutils/ |
nlmheader.y | 333 var_hdr->stackSize = nlmlex_get_number ($2); 618 { "STACKSIZE", STACK },
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
World.java | 1089 int stackSize = m_bodyCount; 1090 if (stack.length < stackSize) { 1091 stack = new Body[stackSize]; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
nlmcode.h | 90 /* Read and convert the stackSize field. */ 94 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp); 582 /* Convert and write the stackSize field. */ 583 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize, temp); [all...] |
/external/valgrind/docs/xml/ |
manual-core.xml | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFrameLowering.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsRasterizationTestUtil.cpp | 699 int stackSize = 0; [all...] |
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 214 // -- Frame directive "frame Stackpointer, Stacksize, RARegister" 305 unsigned stackSize = MF->getFrameInfo()->getStackSize(); 307 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg); [all...] |