Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h142 #define MAXINDEXRK (BITRK - 1) macro
H A Dlcode.c533 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */ in luaK_exp2RK()
546 if (e->u.info <= MAXINDEXRK) /* constant fits in argC? */ in luaK_exp2RK()