Searched refs:MAXARG_Ax (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 68 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 70 #define MAXARG_Ax MAX_INT macro
|
H A D | lcode.c | 246 lua_assert(a <= MAXARG_Ax); in codeextraarg() 311 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk() 879 else if (c <= MAXARG_Ax) { in luaK_setlist()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 81 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 83 #define MAXARG_Ax MAX_INT macro
|
H A D | lcode.c | 441 lua_assert(a <= MAXARG_Ax); in codeextraarg() 563 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
|
H A D | ltests.c | 829 setnameval(L, "MAXARG_Ax", MAXARG_Ax); in get_limits()
|