Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h141 #define SETARG_Bx(i,v) setarg(i, v, POS_Bx, SIZE_Bx) macro
148 #define SETARG_sBx(i,b) SETARG_Bx((i),cast_uint((b)+OFFSET_sBx))
Dlparser.c1527 SETARG_Bx(*jmp, offset); in fixforjump()