Home
last modified time | relevance | path

Searched refs:MAXARG_B (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h66 #define MAXARG_B ((1<<SIZE_B)-1) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h76 #define MAXARG_B ((1<<SIZE_B)-1) macro
H A Dlcode.c229 lua_assert(a <= MAXARG_A && b <= MAXARG_B && c <= MAXARG_C); in luaK_codeABC()