Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h127 #define MAXINDEXRK (BITRK - 1) macro
H A Dlcode.c451 if (fs->nk <= MAXINDEXRK) { /* constant fit in RK operand? */ in luaK_exp2RK()
461 if (e->u.s.info <= MAXINDEXRK) /* constant fit in argC? */ in luaK_exp2RK()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h143 #define MAXINDEXRK (BITRK - 1) macro
H A Dlcode.c532 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */ in luaK_exp2RK()
545 if (e->u.info <= MAXINDEXRK) /* constant fits in argC? */ in luaK_exp2RK()