Home
last modified time | relevance | path

Searched refs:MAXARG_Ax (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h68 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro
70 #define MAXARG_Ax MAX_INT macro
H A Dlcode.c244 lua_assert(a <= MAXARG_Ax); in codeextraarg()
309 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
877 else if (c <= MAXARG_Ax) { in luaK_setlist()