SIZE_A 46 lib/lua/lopcodes.h #define POS_C (POS_A + SIZE_A) SIZE_A 65 lib/lua/lopcodes.h #define MAXARG_A ((1<<SIZE_A)-1) SIZE_A 84 lib/lua/lopcodes.h #define GETARG_A(i) (cast(int, ((i)>>POS_A) & MASK1(SIZE_A,0))) SIZE_A 85 lib/lua/lopcodes.h #define SETARG_A(i,u) ((i) = (((i)&MASK0(SIZE_A,POS_A)) | \ SIZE_A 86 lib/lua/lopcodes.h ((cast(Instruction, u)<<POS_A)&MASK1(SIZE_A,POS_A))))