Searched refs:SIZE_B (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 38 #define SIZE_B 9 macro 39 #define SIZE_Bx (SIZE_C + SIZE_B) 66 #define MAXARG_B ((1<<SIZE_B)-1) 88 #define GETARG_B(i) (cast(int, ((i)>>POS_B) & MASK1(SIZE_B,0))) 89 #define SETARG_B(i,b) ((i) = (((i)&MASK0(SIZE_B,POS_B)) | \ 90 ((cast(Instruction, b)<<POS_B)&MASK1(SIZE_B,POS_B)))) 119 #define BITRK (1 << (SIZE_B - 1))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 40 #define SIZE_B 9 macro 41 #define SIZE_Bx (SIZE_C + SIZE_B) 43 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) 76 #define MAXARG_B ((1<<SIZE_B)-1) 101 #define GETARG_B(i) getarg(i, POS_B, SIZE_B) 102 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) 135 #define BITRK (1 << (SIZE_B - 1))
|