OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaV_mod
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/lua/dist/src/
lvm.h
142
LUAI_FUNC lua_Integer
luaV_mod
(lua_State *L, lua_Integer x, lua_Integer y);
lobject.c
63
case LUA_OPMOD: return
luaV_mod
(L, v1, v2);
lvm.c
786
lua_Integer
luaV_mod
(lua_State *L, lua_Integer m, lua_Integer n) {
1500
op_arithK(L,
luaV_mod
, luaV_modf);
1564
op_arith(L,
luaV_mod
, luaV_modf);
Completed in 85 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026