Searched refs:SIZE_B (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| 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-12-stable/contrib/lua/src/ |
| 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))
|