Searched refs:MAXARG_Ax (Results 1 – 2 of 2) sorted by relevance
81 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro83 #define MAXARG_Ax MAX_INT macro
440 lua_assert(a <= MAXARG_Ax); in codeextraarg()562 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
Completed in 7 milliseconds