Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h40 #define SIZE_Bx (SIZE_C + SIZE_B + 1) macro
42 #define SIZE_Ax (SIZE_Bx + SIZE_A)
43 #define SIZE_sJ (SIZE_Bx + SIZE_A)
71 #if L_INTHASBITS(SIZE_Bx)
72 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
140 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx))
141 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx)
147 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx)
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h40 #define SIZE_Bx (SIZE_C + SIZE_B) macro
59 #if SIZE_Bx < LUAI_BITSINT-1
60 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
107 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx)