Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlvm.h71 LUAI_FUNC lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y);
H A Dlobject.c100 case LUA_OPSHL: return luaV_shiftl(v1, v2); in intarith()
101 case LUA_OPSHR: return luaV_shiftl(v1, -v2); in intarith()
H A Dlvm.c595 lua_Integer luaV_shiftl (lua_Integer x, lua_Integer y) { function
983 setivalue(ra, luaV_shiftl(ib, ic));
993 setivalue(ra, luaV_shiftl(ib, -ic));