Searched refs:luaD_reallocstack (Results 1 – 6 of 6) sorted by relevance
| /external/syslinux/com32/lua/src/ |
| D | ldo.h | 38 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
|
| D | ldo.c | 161 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack() function 185 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack() 189 luaD_reallocstack(L, newsize); in luaD_growstack() 213 luaD_reallocstack(L, goodsize); /* shrink it */ in luaD_shrinkstack()
|
| D | llimits.h | 299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
|
| /external/skia/third_party/lua/src/ |
| D | ldo.h | 38 LUAI_FUNC void luaD_reallocstack (lua_State *L, int newsize);
|
| D | ldo.c | 161 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack() function 185 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack() 189 luaD_reallocstack(L, newsize); in luaD_growstack() 213 luaD_reallocstack(L, goodsize); /* shrink it */ in luaD_shrinkstack()
|
| D | llimits.h | 299 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize)
|