Home
last modified time | relevance | path

Searched refs:SIZE_Ax (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h42 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) macro
67 #if SIZE_Ax < LUAI_BITSINT-1
68 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)
110 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax)
/freebsd/contrib/lua/src/
H A Dlopcodes.h42 #define SIZE_Ax (SIZE_Bx + SIZE_A) macro
80 #if L_INTHASBITS(SIZE_Ax)
81 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax))
144 #define SETARG_Ax(i,v) setarg(i, v, POS_Ax, SIZE_Ax)