HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OPCODES (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.c 17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
64 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
lopcodes.h 228 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1)
272 LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];
281 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */

Completed in 126 milliseconds