Searched refs:SIZE_C (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 38 #define SIZE_C 9 macro 40 #define SIZE_Bx (SIZE_C + SIZE_B) 42 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) 49 #define POS_B (POS_C + SIZE_C) 76 #define MAXARG_C ((1<<SIZE_C)-1) 103 #define GETARG_C(i) getarg(i, POS_C, SIZE_C) 104 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 38 #define SIZE_C 8 macro 40 #define SIZE_Bx (SIZE_C + SIZE_B + 1) 97 #define MAXARG_C ((1<<SIZE_C)-1) 132 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) 134 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
|