Searched refs:SETARG_B (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 51 SETARG_B(*previous, l - from); in luaK_nil() 365 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns() 378 SETARG_B(getcode(fs, e), 2); in luaK_setoneret() 841 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
|
H A D | lopcodes.h | 101 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
|
H A D | lparser.c | 754 SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */ in constructor()
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 130 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
|
H A D | lcode.c | 142 SETARG_B(*previous, l - from); in luaK_nil() 1479 SETARG_B(fs->f->code[fs->pc - 1], int2sC(v2)); in finishbinexpneg() 1696 SETARG_B(*ie2, n + 1); /* will concatenate one more element */ in codeconcat()
|