Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlopcodes.h77 #define OFFSET_sBx (MAXARG_Bx>>1) /* 'sBx' is signed */ macro
147 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))
A Dlcode.c418 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