HomeSort by relevance Sort by last modified time
    Searched refs:lua_checkstack (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcorolib.c 22 if (!lua_checkstack(co, narg)) {
34 if (!lua_checkstack(L, nres + 1)) {
ltablib.c 143 if (n <= 0 || !lua_checkstack(L, n)) /* n <= 0 means arith. overflow */
lbaselib.c 370 if (!lua_checkstack(L, 1)) { /* no space for extra boolean? */
luac.c 168 if (!lua_checkstack(L,argc)) fatal("too many input files");
lauxlib.c 336 if (!lua_checkstack(L, space + extra)) {
lapi.c 83 ** to be called by 'lua_checkstack' in protected mode, to grow stack
92 LUA_API int lua_checkstack (lua_State *L, int size) { function
  /external/syslinux/com32/lua/src/
lcorolib.c 22 if (!lua_checkstack(co, narg)) {
34 if (!lua_checkstack(L, nres + 1)) {
ltablib.c 143 if (n <= 0 || !lua_checkstack(L, n)) /* n <= 0 means arith. overflow */
lbaselib.c 370 if (!lua_checkstack(L, 1)) { /* no space for extra boolean? */
lua.h 157 LUA_API int (lua_checkstack) (lua_State *L, int sz);
luac.c 168 if (!lua_checkstack(L,argc)) fatal("too many input files");
lauxlib.c 336 if (!lua_checkstack(L, space + extra)) {
lapi.c 83 ** to be called by 'lua_checkstack' in protected mode, to grow stack
92 LUA_API int lua_checkstack (lua_State *L, int size) { function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 152 LUA_API int (lua_checkstack) (lua_State *L, int sz);
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 534 lua_checkstack(L,5);
846 lua_checkstack(L,5); /* just in case */
    [all...]

Completed in 93 milliseconds