/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_nspr_pthread.h | 256 PRUint32 stackSize);
|
_rhapsody.h | 196 PRUint32 stackSize);
|
_sony.h | 70 CONTEXT(_thread)->uc_stack.ss_size = (_thread)->stack->stackSize; \
|
_beos.h | 473 NSPR_API(PRThread*) _MD_create_user_thread(PRUint32 stacksize, void (*start)(void *), void *arg); 475 NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize);
|
_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);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsTargetStreamer.cpp | 49 void MipsTargetStreamer::emitFrame(unsigned StackReg, unsigned StackSize, 146 void MipsTargetAsmStreamer::emitFrame(unsigned StackReg, unsigned StackSize, 150 << StackSize << ",$" 496 void MipsTargetELFStreamer::emitFrame(unsigned StackReg, unsigned StackSize,
|
/external/valgrind/main/memcheck/tests/ |
addressable.stderr.exp | 29 main thread stack using the --main-stacksize= flag.
|
/hardware/ti/omap3/dspbridge/inc/ |
rms_sh.h | 113 RMS_WORD stackSize; /* Task's stack size */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rms_sh.h | 113 RMS_WORD stackSize; /* Task's stack size */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndrtypes.h | 97 unsigned short StackSize;
|
ndr64types.h | 96 NDR64_UINT32 StackSize;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 287 "%scope", "%stacksize", 338 static int StackSize = 4; [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_ulinux.c | 208 ** stacksize - (input) size of the stack allocated for the task 217 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) 228 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); 300 stacksize); [all...] |
/external/libnfc-nci/src/gki/ulinux/ |
gki_ulinux.c | 205 ** stacksize - (input) size of the stack allocated for the task 214 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) 225 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize); 297 stacksize); [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 121 Twine("SQ_PGM_RESOURCES:STACK_SIZE = " + Twine(MFI->StackSize))); 202 S_STACK_SIZE(MFI->StackSize), 4);
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
llimits.h | 299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
|
lstate.h | 163 int stacksize; member in struct:lua_State
|
/external/freetype/src/truetype/ |
ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
ttinterp.h | 169 FT_UInt stackSize; /* size of exec. stack */
|
/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...] |