Home
last modified time | relevance | path

Searched refs:SET_OPCODE (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h81 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
H A Dlparser.c1251 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h91 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ macro
H A Dlparser.c1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()