Home
last modified time | relevance | path

Searched refs:luaV_mod (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlvm.h129 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
Dlobject.c59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
Dlvm.c736 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_mod() function
1367 op_arithK(L, luaV_mod, luaV_modf); in luaV_execute()
1425 op_arith(L, luaV_mod, luaV_modf); in luaV_execute()