Searched refs:MAXARG_Bx (Results 1 – 3 of 3) sorted by relevance
62 #define MAXARG_Bx ((1<<SIZE_Bx)-1) macro63 #define MAXARG_sBx (MAXARG_Bx>>1) /* 'sBx' is signed */65 #define MAXARG_Bx MAX_INT macro
262 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx); in luaK_codeABx()274 if (k <= MAXARG_Bx) in luaK_codek()
505 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions"); in addprototype()