Home
last modified time | relevance | path

Searched refs:stacksize (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_new.py113 stacksize = c.co_stacksize
126 d = new.code(argcount, nlocals, stacksize, flags, codestring,
131 d = new.code(argcount, nlocals, stacksize, flags, codestring,
137 -argcount, nlocals, stacksize, flags, codestring,
142 argcount, -nlocals, stacksize, flags, codestring,
147 argcount, nlocals, stacksize, flags, codestring,
154 d = new.code(argcount, nlocals, stacksize, flags, codestring,
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.c137 L1->stacksize = BASIC_STACK_SIZE; in stack_init()
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init()
158 luaM_freearray(L, L->stack, L->stacksize); /* free stack array */ in freestack()
208 L->stacksize = 0; in preinit_state()
Dldo.c163 int lim = L->stacksize; in luaD_reallocstack()
165 lua_assert(L->stack_last - L->stack == L->stacksize - EXTRA_STACK); in luaD_reallocstack()
166 luaM_reallocvector(L, L->stack, L->stacksize, newsize, TValue); in luaD_reallocstack()
169 L->stacksize = newsize; in luaD_reallocstack()
176 int size = L->stacksize; in luaD_growstack()
210 goodsize >= L->stacksize) /* would grow instead of shrink? */ in luaD_shrinkstack()
Dlstate.h163 int stacksize; member
Dllimits.h299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
Dlgc.c503 StkId lim = th->stack + th->stacksize; /* real end of stack */ in traversestack()
512 return sizeof(lua_State) + sizeof(TValue) * th->stacksize + in traversestack()
Dlvm.c555 lua_assert(base <= L->top && L->top < L->stack + L->stacksize); in luaV_execute()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c44 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New() argument
84 co->co_stacksize = stacksize; in PyCode_New()
233 int stacksize; in code_new() local
248 &argcount, &nlocals, &stacksize, &flags, in code_new()
292 co = (PyObject *)PyCode_New(argcount, nlocals, stacksize, flags, in code_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c44 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New() argument
84 co->co_stacksize = stacksize; in PyCode_New()
233 int stacksize; in code_new() local
248 &argcount, &nlocals, &stacksize, &flags, in code_new()
292 co = (PyObject *)PyCode_New(argcount, nlocals, stacksize, flags, in code_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py363 self.stacksize = max_depth(self.entry, 0)
539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c1002 int stacksize; in r_object() local
1020 stacksize = (int)r_long(p); in r_object()
1052 argcount, nlocals, stacksize, flags, in r_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c1007 int stacksize; in r_object() local
1025 stacksize = (int)r_long(p); in r_object()
1057 argcount, nlocals, stacksize, flags, in r_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c1002 int stacksize; in r_object() local
1020 stacksize = (int)r_long(p); in r_object()
1052 argcount, nlocals, stacksize, flags, in r_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME543 use "limit stacksize 2048" and for the bash shell (the default
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME550 use "limit stacksize 2048" and for the bash shell (the default