Searched refs:nups (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/arm/nvidia/drm2/ |
H A D | hdmi.c | 129 (frame->nups & 0x3); in hdmi_avi_infoframe_pack() 612 static const char *hdmi_nups_get_name(enum hdmi_nups nups) in hdmi_nups_get_name() argument 614 switch (nups) { in hdmi_nups_get_name() 680 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups)); in hdmi_avi_infoframe_log() 1028 frame->nups = ptr[2] & 0x3; in hdmi_avi_infoframe_unpack()
|
H A D | hdmi.h | 146 enum hdmi_nups nups; member
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 221 for (i = 0; i < fs->nups; i++) { in searchupvalue() 231 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in newupvalue() 232 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues, in newupvalue() 235 f->upvalues[fs->nups].instack = (v->k == VLOCAL); in newupvalue() 236 f->upvalues[fs->nups].idx = cast_byte(v->u.info); in newupvalue() 237 f->upvalues[fs->nups].name = name; in newupvalue() 239 return fs->nups++; in newupvalue() 536 fs->nups = 0; in open_func() 568 luaM_reallocvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc); in close_func() 569 f->sizeupvalues = fs->nups; in close_func() [all …]
|
H A D | lparser.h | 110 lu_byte nups; /* number of upvalues */ member
|
H A D | ldebug.c | 240 ar->nups = (f == NULL) ? 0 : f->c.nupvalues; in auxgetinfo()
|
/freebsd/contrib/lua/src/ |
H A D | lparser.h | 159 lu_byte nups; /* number of upvalues */ member
|
H A D | lparser.c | 345 for (i = 0; i < fs->nups; i++) { in searchupvalue() 355 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); in allocupvalue() 356 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues, in allocupvalue() 360 return &f->upvalues[fs->nups++]; in allocupvalue() 381 return fs->nups - 1; in newupvalue() 742 fs->nups = 0; in open_func() 771 luaM_shrinkvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc); in close_func() 1961 lua_assert(!funcstate.prev && funcstate.nups == 1 && !lexstate.fs); in luaY_parser()
|
H A D | ldblib.c | 181 settabsi(L, "nups", ar.nups); in db_getinfo()
|
H A D | lua.h | 485 unsigned char nups; /* (u) number of upvalues */ member
|
H A D | ldebug.c | 341 ar->nups = (f == NULL) ? 0 : f->c.nupvalues; in auxgetinfo()
|
/freebsd/contrib/lutok/ |
H A D | debug.cpp | 159 return _pimpl->lua_debug.nups; in n_ups()
|
H A D | state.cpp | 183 nupvalues = debug.nups; in cxx_closure_trampoline()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_hdmi.c | 160 (frame->nups & 0x3); in hdmi_avi_infoframe_pack_only() 1199 static const char *hdmi_nups_get_name(enum hdmi_nups nups) in hdmi_nups_get_name() argument 1201 switch (nups) { in hdmi_nups_get_name() 1264 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups)); in hdmi_avi_infoframe_log() 1640 frame->nups = ptr[2] & 0x3; in hdmi_avi_infoframe_unpack()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | hdmi.h | 182 enum hdmi_nups nups; member
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 407 unsigned char nups; /* (u) number of upvalues */ member
|