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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lmem.h 26 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
47 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
lmem.c 66 l_noret luaM_toobig (lua_State *L) {
lstring.c 161 luaM_toobig(L);
178 luaM_toobig(L);
  /external/lua/src/
lmem.h 20 ** product 'n'*'e', it raises an error (calling 'luaM_toobig'). Because
32 ? luaM_toobig(L) : cast_void(0)) , \
59 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
lmem.c 68 l_noret luaM_toobig (lua_State *L) {
lstring.c 205 luaM_toobig(L);
240 luaM_toobig(L);

Completed in 251 milliseconds