Searched refs:NUM_OPCODES (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.c20 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
74 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
H A 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 */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.c17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = {
64 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
H A Dlopcodes.h228 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1) macro
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 111 milliseconds