Home
last modified time | relevance | path

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

/external/lua/src/
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)