Home
last modified time | relevance | path

Searched refs:SIZE_Bx (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h39 #define SIZE_Bx (SIZE_C + SIZE_B) macro
56 #if SIZE_Bx < LUAI_BITSINT-1
57 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
96 #define GETARG_Bx(i) (cast(int, ((i)>>POS_Bx) & MASK1(SIZE_Bx,0)))
97 #define SETARG_Bx(i,b) ((i) = (((i)&MASK0(SIZE_Bx,POS_Bx)) | \
98 ((cast(Instruction, b)<<POS_Bx)&MASK1(SIZE_Bx,POS_Bx))))
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h41 #define SIZE_Bx (SIZE_C + SIZE_B) macro
60 #if SIZE_Bx < LUAI_BITSINT-1
61 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
107 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx)
108 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx)