Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx) macro
/freebsd/contrib/lua/src/
H A Dlopcodes.h140 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx)) macro