Searched refs:OFFSET_sBx (Results 1 – 2 of 2) sorted by relevance
77 #define OFFSET_sBx (MAXARG_Bx>>1) /* 'sBx' is signed */ macro147 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx)148 #define SETARG_sBx(i,b) SETARG_Bx((i),cast_uint((b)+OFFSET_sBx))
418 unsigned int b = bc + OFFSET_sBx; in luaK_codeAsBx()650 return (-OFFSET_sBx <= i && i <= MAXARG_Bx - OFFSET_sBx); in fitsBx()
Completed in 7 milliseconds