Home
last modified time | relevance | path

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

/external/lua/src/
Dljumptab.h19 static const void *const disptab[NUM_OPCODES] = {
Dlopcodes.h312 #define NUM_OPCODES ((int)(OP_EXTRAARG) + 1) macro
368 LUAI_DDEC(const lu_byte luaP_opmodes[NUM_OPCODES];)
Dlopcodes.c18 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {