Searched refs:SIZE_A (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 40 #define SIZE_A 8 macro 46 #define POS_C (POS_A + SIZE_A) 65 #define MAXARG_A ((1<<SIZE_A)-1) 84 #define GETARG_A(i) (cast(int, ((i)>>POS_A) & MASK1(SIZE_A,0))) 85 #define SETARG_A(i,u) ((i) = (((i)&MASK0(SIZE_A,POS_A)) | \ 86 ((cast(Instruction, u)<<POS_A)&MASK1(SIZE_A,POS_A))))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 42 #define SIZE_A 8 macro 43 #define SIZE_Ax (SIZE_C + SIZE_B + SIZE_A) 49 #define POS_C (POS_A + SIZE_A) 75 #define MAXARG_A ((1<<SIZE_A)-1) 98 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 99 #define SETARG_A(i,v) setarg(i, v, POS_A, SIZE_A)
|