Searched refs:SETARG_B (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlopcodes.h101 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
H A Dlcode.c77 SETARG_B(*previous, l - from);
521 SETARG_B(*pc, nresults + 1);
547 SETARG_B(getinstruction(fs, e), 2);
1147 SETARG_B(getinstruction(fs, e2), e1->u.info);
H A Dlparser.c746 SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.c49 SETARG_B(*previous, l - from);
363 SETARG_B(getcode(fs, e), nresults+1);
376 SETARG_B(getcode(fs, e), 2);
839 SETARG_B(getcode(fs, e2), e1->u.info);
H A Dlopcodes.h101 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
H A Dlparser.c750 SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */

Completed in 69 milliseconds