Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h228 #define NUM_OPCODES (cast(int, OP_EXTRAARG) + 1) macro
/freebsd/contrib/lua/src/
H A Dlopcodes.h313 #define NUM_OPCODES ((int)(OP_EXTRAARG) + 1) macro