Home
last modified time | relevance | path

Searched refs:TM_MUL (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltm.h26 TM_MUL, enumerator
H A Dlvm.c327 case TM_MUL: setnvalue(ra, luai_nummul(nb, nc)); break; in Arith()
483 arith_op(luai_nummul, TM_MUL); in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.h28 TM_MUL, enumerator
H A Dldebug.c481 case OP_MUL: tm = TM_MUL; break; in getfuncname()
H A Dlvm.c685 arith_op(luai_nummul, TM_MUL); in luaV_execute()