Searched refs:luaV_mod (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lvm.h | 129 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
|
D | lobject.c | 59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
|
D | lvm.c | 736 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()
|