Home
last modified time | relevance | path

Searched refs:nups (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/arm/nvidia/drm2/
H A Dhdmi.c132 (frame->nups & 0x3); in hdmi_avi_infoframe_pack()
615 static const char *hdmi_nups_get_name(enum hdmi_nups nups) in hdmi_nups_get_name() argument
617 switch (nups) { in hdmi_nups_get_name()
683 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups)); in hdmi_avi_infoframe_log()
1031 frame->nups = ptr[2] & 0x3; in hdmi_avi_infoframe_unpack()
H A Dhdmi.h148 enum hdmi_nups nups; member
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c187 for (i=0; i<f->nups; i++) { in indexupvalue()
194 luaY_checklimit(fs, f->nups + 1, LUAI_MAXUPVALUES, "upvalues"); in indexupvalue()
195 luaM_growvector(fs->L, f->upvalues, f->nups, f->sizeupvalues, in indexupvalue()
198 f->upvalues[f->nups] = name; in indexupvalue()
201 fs->upvalues[f->nups].k = cast_byte(v->k); in indexupvalue()
202 fs->upvalues[f->nups].info = cast_byte(v->u.s.info); in indexupvalue()
203 return f->nups++; in indexupvalue()
321 for (i=0; i<func->f->nups; i++) { in pushclosure()
372 luaM_reallocvector(L, f->upvalues, f->sizeupvalues, f->nups, TString *); in close_func()
373 f->sizeupvalues = f->nups; in close_func()
[all …]
H A Dldebug.c173 ar->nups = 0; in info_tailcall()
211 ar->nups = f->c.nupvalues; in auxgetinfo()
281 check(pt->sizeupvalues <= pt->nups); in precheck()
389 check(b < pt->nups); in symbexec()
453 nup = pt->p[b]->nups; in symbexec()
H A Dldump.c134 DumpChar(f->nups,D); in DumpFunction()
H A Dprint.c176 S(f->maxstacksize),S(f->nups)); in PrintHeader()
H A Dlfunc.c126 f->nups = 0; in luaF_newproto()
H A Dldo.c500 cl = luaF_newLclosure(L, tf->nups, hvalue(gt(L))); in f_parser()
502 for (i = 0; i < tf->nups; i++) /* initialize eventual upvalues */ in f_parser()
H A Dlundump.c170 f->nups=LoadByte(S); in LoadFunction()
H A Dlobject.h249 lu_byte nups; /* number of upvalues */ member
H A Dlua.h353 int nups; /* (u) number of upvalues */ member
H A Dldblib.c131 settabsi(L, "nups", ar.nups); in db_getinfo()
H A Dlgc.c233 lua_assert(cl->l.nupvalues == cl->l.p->nups); in traverseclosure()
H A Dlvm.c728 nup = p->nups; in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.h111 lu_byte nups; /* number of upvalues */ member
H A Dlparser.c222 for (i = 0; i < fs->nups; i++) { in searchupvalue()
232 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in newupvalue()
233 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues, in newupvalue()
236 f->upvalues[fs->nups].instack = (v->k == VLOCAL); in newupvalue()
237 f->upvalues[fs->nups].idx = cast_byte(v->u.info); in newupvalue()
238 f->upvalues[fs->nups].name = name; in newupvalue()
240 return fs->nups++; in newupvalue()
537 fs->nups = 0; in open_func()
569 luaM_reallocvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc); in close_func()
570 f->sizeupvalues = fs->nups; in close_func()
[all …]
H A Dldebug.c240 ar->nups = (f == NULL) ? 0 : f->c.nupvalues; in auxgetinfo()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h408 unsigned char nups; /* (u) number of upvalues */ member