Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h237 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1) macro
281 LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];
290 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */
Dlopcodes.c20 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
74 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {