Searched refs:SIZE_B (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 39 #define SIZE_B 9 macro 40 #define SIZE_Bx (SIZE_C + SIZE_B) 42 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) 75 #define MAXARG_B ((1<<SIZE_B)-1) 100 #define GETARG_B(i) getarg(i, POS_B, SIZE_B) 101 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) 134 #define BITRK (1 << (SIZE_B - 1))
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 39 #define SIZE_B 8 macro 40 #define SIZE_Bx (SIZE_C + SIZE_B + 1) 52 #define POS_C (POS_B + SIZE_B) 96 #define MAXARG_B ((1<<SIZE_B)-1) 128 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) 130 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B)
|