Searched refs:MAXARG_Ax (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 69 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 71 #define MAXARG_Ax MAX_INT macro
|
| HD | lcode.c | 247 lua_assert(a <= MAXARG_Ax); in codeextraarg() 312 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk() 880 else if (c <= MAXARG_Ax) { in luaK_setlist()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 81 #define MAXARG_Ax ((1<<SIZE_Ax)-1) macro 83 #define MAXARG_Ax MAX_INT macro
|
| HD | lcode.c | 449 lua_assert(a <= MAXARG_Ax); in codeextraarg() 567 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk()
|