Searched refs:POS_B (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 47 #define POS_B (POS_C + SIZE_C) macro 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)))) 106 | (cast(Instruction, b)<<POS_B) \
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 50 #define POS_B (POS_C + SIZE_C) macro 101 #define GETARG_B(i) getarg(i, POS_B, SIZE_B) 102 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) 119 | (cast(Instruction, b)<<POS_B) \
|