Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h142 #define MAXINDEXRK (BITRK - 1) macro
Dlcode.c534 if (fs->nk <= MAXINDEXRK) { /* constant fits in RK operand? */ in luaK_exp2RK()
547 if (e->u.info <= MAXINDEXRK) /* constant fits in argC? */ in luaK_exp2RK()