Searched refs:SETARG_Bx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 97 #define SETARG_Bx(i,b) ((i) = (((i)&MASK0(SIZE_Bx,POS_Bx)) | \ macro 101 #define SETARG_sBx(i,b) SETARG_Bx((i),cast(unsigned int, (b)+MAXARG_sBx))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 108 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx) macro 114 #define SETARG_sBx(i,b) SETARG_Bx((i),cast(unsigned int, (b)+MAXARG_sBx))
|