Home
last modified time | relevance | path

Searched refs:getOpMode (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h254 #define getOpMode(m) (cast(enum OpMode, luaP_opmodes[m] & 3)) macro
H A Dprint.c91 switch (getOpMode(o)) in PrintCode()
H A Dlcode.c805 lua_assert(getOpMode(o) == iABC); in luaK_codeABC()
813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()
H A Dldebug.c330 switch (getOpMode(op)) { in symbexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h275 #define getOpMode(m) (cast(enum OpMode, luaP_opmodes[m] & 3)) macro
H A Dlcode.c226 lua_assert(getOpMode(o) == iABC); in luaK_codeABC()
235 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx); in luaK_codeABx()