SIZE_B             39 lib/lua/lopcodes.h #define SIZE_Bx		(SIZE_C + SIZE_B)
SIZE_B             66 lib/lua/lopcodes.h #define MAXARG_B        ((1<<SIZE_B)-1)
SIZE_B             88 lib/lua/lopcodes.h #define GETARG_B(i)	(cast(int, ((i)>>POS_B) & MASK1(SIZE_B,0)))
SIZE_B             89 lib/lua/lopcodes.h #define SETARG_B(i,b)	((i) = (((i)&MASK0(SIZE_B,POS_B)) | \
SIZE_B             90 lib/lua/lopcodes.h 		((cast(Instruction, b)<<POS_B)&MASK1(SIZE_B,POS_B))))
SIZE_B            119 lib/lua/lopcodes.h #define BITRK		(1 << (SIZE_B - 1))