Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h142 #if !defined(MAXINDEXRK) /* (for debugging only) */
143 #define MAXINDEXRK (BITRK - 1) macro
Dlcode.c769 if (e->u.info <= MAXINDEXRK) /* constant fits in 'argC'? */ in luaK_exp2RK()