Searched refs:MAXARG_B (Results 1 – 4 of 4) sorted by relevance
96 #define MAXARG_B ((1<<SIZE_B)-1) macro175 #define MAXINDEXRK MAXARG_B
399 lua_assert(a <= MAXARG_A && b <= MAXARG_B && in luaK_codeABCk()1228 return (e->k == VK && !hasjumps(e) && e->u.info <= MAXARG_B && in isKstr()
75 #define MAXARG_B ((1<<SIZE_B)-1) macro
232 lua_assert(a <= MAXARG_A && b <= MAXARG_B && c <= MAXARG_C); in luaK_codeABC()