Home
last modified time | relevance | path

Searched defs:GETARG_Bx (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h96 #define GETARG_Bx(i) (cast(int, ((i)>>POS_Bx) & MASK1(SIZE_Bx,0))) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h107 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx) macro