Searched refs:MAXARG_Ax (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lopcodes.h | 68 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 70 #define MAXARG_Ax MAX_INT macro
|
| D | lcode.c | 244 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()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lopcodes.h | 68 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 70 #define MAXARG_Ax MAX_INT macro
|
| D | lcode.c | 336 lua_assert(a <= MAXARG_Ax); in codeextraarg() 446 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk() 1195 else if (c <= MAXARG_Ax) { in luaK_setlist()
|