Searched refs:NUM_OPCODES (Results 1 – 5 of 5) sorted by relevance
211 #define NUM_OPCODES (cast(int, OP_VARARG) + 1) macro252 LUAI_DATA const lu_byte luaP_opmodes[NUM_OPCODES];261 LUAI_DATA const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
16 const char *const luaP_opnames[NUM_OPCODES+1] = {61 const lu_byte luaP_opmodes[NUM_OPCODES] = {
328 check(op < NUM_OPCODES); in symbexec()
229 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1) macro273 LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];282 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
18 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {65 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {