Home
last modified time | relevance | path

Searched refs:MAXARG_Bx (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h57 #define MAXARG_Bx ((1<<SIZE_Bx)-1) macro
58 #define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */
60 #define MAXARG_Bx MAX_INT macro
H A Dlcode.c241 MAXARG_Bx, "constant table overflow"); in addk()
H A Dlparser.c316 MAXARG_Bx, "constant table overflow"); in pushclosure()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h61 #define MAXARG_Bx ((1<<SIZE_Bx)-1) macro
62 #define MAXARG_sBx (MAXARG_Bx>>1) /* `sBx' is signed */
64 #define MAXARG_Bx MAX_INT macro
H A Dlcode.c237 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx); in luaK_codeABx()
249 if (k <= MAXARG_Bx) in luaK_codek()
H A Dlparser.c503 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions"); in addprototype()