Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h211 #define NUM_OPCODES (cast(int, OP_VARARG) + 1) macro
252 LUAI_DATA const lu_byte luaP_opmodes[NUM_OPCODES];
261 LUAI_DATA const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
H A Dlopcodes.c16 const char *const luaP_opnames[NUM_OPCODES+1] = {
61 const lu_byte luaP_opmodes[NUM_OPCODES] = {
H A Dldebug.c328 check(op < NUM_OPCODES); in symbexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h229 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1) macro
273 LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];
282 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
H A Dlopcodes.c18 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
65 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {