Searched refs:MAXARG_Ax (Results 1 – 2 of 2) sorted by relevance
68 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro70 #define MAXARG_Ax MAX_INT macro
245 lua_assert(a <= MAXARG_Ax); in codeextraarg()310 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()873 else if (c <= MAXARG_Ax) { in luaK_setlist()