Searched refs:nexps (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c309 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { argument
311 int extra = nvars - nexps;
1149 int nexps; local
1151 nexps = explist(ls, &e);
1152 if (nexps != nvars) {
1153 adjust_assign(ls, nvars, nexps, &e);
1154 if (nexps > nvars)
1155 ls->fs->freereg -= nexps - nvars; /* remove extra values */
1436 int nexps; local
1443 nexps
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c309 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { argument
311 int extra = nvars - nexps;
326 if (nexps > nvars)
327 ls->fs->freereg -= nexps - nvars; /* remove extra values */
1161 int nexps; local
1163 nexps = explist(ls, &e);
1164 if (nexps != nvars)
1165 adjust_assign(ls, nvars, nexps, &e);
1445 int nexps; local
1452 nexps
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3636 int nexps = 0;
3752 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode,
3758 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode,
3765 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode,
3776 exp [nexps++] = gen_rtx_EXPR_LIST (VOIDmode,
3790 if (nexps == 0)
3793 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps));
3794 for (i = 0; i < nexps; i++)
3628 int nexps = 0; local

Completed in 227 milliseconds