Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlvm.h109 LUAI_FUNC lua_Integer luaV_mod (lua_State *L, lua_Integer x, lua_Integer y);
H A Dlobject.c89 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
H A Dlvm.c572 lua_Integer luaV_mod (lua_State *L, lua_Integer m, lua_Integer n) { in luaV_mod() function
997 setivalue(ra, luaV_mod(L, ib, ic)); in luaV_execute()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c391 static lua_Number luaV_mod (lua_State *L, lua_Number m, lua_Number n) { in luaV_mod() function
423 res = luaV_mod(L, nvalue(b), nvalue(c)); in luaV_arith()
693 arith_op(luaV_mod, TM_MOD); in luaV_execute()