Searched refs:ERRORSTACKSIZE (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldo.c158 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro
164 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE);
185 luaD_reallocstack(L, ERRORSTACKSIZE);
/external/syslinux/com32/lua/src/
H A Dldo.c158 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro
164 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE);
185 luaD_reallocstack(L, ERRORSTACKSIZE);

Completed in 59 milliseconds