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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.c137 L1->stacksize = BASIC_STACK_SIZE;
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK;
158 luaM_freearray(L, L->stack, L->stacksize); /* free stack array */
206 L->stacksize = 0;
H A Dlstate.h163 int stacksize; member in struct:lua_State
H A Dldo.c163 int lim = L->stacksize;
165 lua_assert(L->stack_last - L->stack == L->stacksize - EXTRA_STACK);
166 luaM_reallocvector(L, L->stack, L->stacksize, newsize, TValue);
169 L->stacksize = newsize;
176 int size = L->stacksize;
210 goodsize >= L->stacksize) /* would grow instead of shrink? */
H A Dllimits.h299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
H A Dlgc.c502 StkId lim = th->stack + th->stacksize; /* real end of stack */
506 return sizeof(lua_State) + sizeof(TValue) * th->stacksize;
H A Dlvm.c555 lua_assert(base <= L->top && L->top < L->stack + L->stacksize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dtsearch.c374 int stacksize = 100; local
388 if (sp == stacksize)
421 if (sp == stacksize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dnetware.bat32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dnetware.bat32 set LFLAGS=-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dx_tables.c689 if (sizeof(void *) * info->stacksize > PAGE_SIZE) {
767 i->stacksize *= xt_jumpstack_multiplier;
768 size = sizeof(void *) * i->stacksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dx_tables.h396 * @stacksize jumps (number of user chains) can possibly be made.
398 unsigned int stacksize; member in struct:xt_table_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dip_tables.c417 if (*stackptr >= private->stacksize) {
836 ++newinfo->stacksize;
1767 ++newinfo->stacksize;
H A Darp_tables.c646 ++newinfo->stacksize;
1424 ++newinfo->stacksize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_tables.c417 if (*stackptr >= private->stacksize) {
832 ++newinfo->stacksize;
1765 ++newinfo->stacksize;

Completed in 139 milliseconds