| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | hdmi.c | 132 (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 D | hdmi.h | 148 enum hdmi_nups nups; member
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 187 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 D | ldebug.c | 173 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 D | ldump.c | 134 DumpChar(f->nups,D); in DumpFunction()
|
| H A D | print.c | 176 S(f->maxstacksize),S(f->nups)); in PrintHeader()
|
| H A D | lfunc.c | 126 f->nups = 0; in luaF_newproto()
|
| H A D | ldo.c | 500 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 D | lundump.c | 170 f->nups=LoadByte(S); in LoadFunction()
|
| H A D | lobject.h | 249 lu_byte nups; /* number of upvalues */ member
|
| H A D | lua.h | 353 int nups; /* (u) number of upvalues */ member
|
| H A D | ldblib.c | 131 settabsi(L, "nups", ar.nups); in db_getinfo()
|
| H A D | lgc.c | 233 lua_assert(cl->l.nupvalues == cl->l.p->nups); in traverseclosure()
|
| H A D | lvm.c | 728 nup = p->nups; in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.h | 111 lu_byte nups; /* number of upvalues */ member
|
| H A D | lparser.c | 222 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 D | ldebug.c | 240 ar->nups = (f == NULL) ? 0 : f->c.nupvalues; in auxgetinfo()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 408 unsigned char nups; /* (u) number of upvalues */ member
|