Searched refs:SIZE_C (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 37 #define SIZE_C 9 macro 39 #define SIZE_Bx (SIZE_C + SIZE_B) 47 #define POS_B (POS_C + SIZE_C) 67 #define MAXARG_C ((1<<SIZE_C)-1) 92 #define GETARG_C(i) (cast(int, ((i)>>POS_C) & MASK1(SIZE_C,0))) 93 #define SETARG_C(i,b) ((i) = (((i)&MASK0(SIZE_C,POS_C)) | \ 94 ((cast(Instruction, b)<<POS_C)&MASK1(SIZE_C,POS_C))))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 39 #define SIZE_C 9 macro 41 #define SIZE_Bx (SIZE_C + SIZE_B) 43 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) 50 #define POS_B (POS_C + SIZE_C) 77 #define MAXARG_C ((1<<SIZE_C)-1) 104 #define GETARG_C(i) getarg(i, POS_C, SIZE_C) 105 #define SETARG_C(i,v) setarg(i, v, POS_C, SIZE_C)
|