Home
last modified time | relevance | path

Searched refs:LUA_OPPOW (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c76 case LUA_OPPOW: return luai_numpow(NULL, v1, v2); in luaO_arith()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h189 #define LUA_OPPOW 5 macro