Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax) macro
/freebsd/contrib/lua/src/
H A Dlopcodes.h143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) macro