Searched refs:MAXARG_Bx (Results 1 – 6 of 6) sorted by relevance
57 #define MAXARG_Bx ((1<<SIZE_Bx)-1) macro58 #define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */60 #define MAXARG_Bx MAX_INT macro
241 MAXARG_Bx, "constant table overflow"); in addk()
316 MAXARG_Bx, "constant table overflow"); in pushclosure()
61 #define MAXARG_Bx ((1<<SIZE_Bx)-1) macro62 #define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */64 #define MAXARG_Bx MAX_INT macro
237 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx); in luaK_codeABx()249 if (k <= MAXARG_Bx) in luaK_codek()
503 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions"); in addprototype()