Searched refs:nups (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlparser.h110 lu_byte nups; /* number of upvalues */ member in struct:FuncState
H A Dlparser.c221 for (i = 0; i < fs->nups; i++) {
231 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues");
232 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues,
235 f->upvalues[fs->nups].instack = (v->k == VLOCAL);
236 f->upvalues[fs->nups].idx = cast_byte(v->u.info);
237 f->upvalues[fs->nups].name = name;
239 return fs->nups++;
536 fs->nups = 0;
568 luaM_reallocvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc);
569 f->sizeupvalues = fs->nups;
[all...]
H A Dldebug.c240 ar->nups = (f == NULL) ? 0 : f->c.nupvalues;
/freebsd-current/contrib/lutok/
H A Ddebug.cpp153 /// Accessor for the 'nups' field of lua_Debug.
155 /// \return Returns the 'nups' field of the internal lua_Debug structure.
159 return _pimpl->lua_debug.nups;
H A Dstate.cpp183 nupvalues = debug.nups;
/freebsd-current/contrib/lua/src/
H A Dlparser.h159 lu_byte nups; /* number of upvalues */ member in struct:FuncState
H A Dlparser.c345 for (i = 0; i < fs->nups; i++) {
355 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues");
356 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues,
360 return &f->upvalues[fs->nups++];
381 return fs->nups - 1;
742 fs->nups = 0;
771 luaM_shrinkvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc);
1961 lua_assert(!funcstate.prev && funcstate.nups == 1 && !lexstate.fs);
H A Dldblib.c181 settabsi(L, "nups", ar.nups);
H A Dlua.h485 unsigned char nups; /* (u) number of upvalues */ member in struct:lua_Debug
H A Dldebug.c341 ar->nups = (f == NULL) ? 0 : f->c.nupvalues;
/freebsd-current/sys/arm/nvidia/drm2/
H A Dhdmi.c129 (frame->nups & 0x3);
612 static const char *hdmi_nups_get_name(enum hdmi_nups nups) argument
614 switch (nups) {
680 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups));
1028 frame->nups = ptr[2] & 0x3;
H A Dhdmi.h146 enum hdmi_nups nups; member in struct:hdmi_avi_infoframe
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c157 (frame->nups & 0x3);
1151 static const char *hdmi_nups_get_name(enum hdmi_nups nups) argument
1153 switch (nups) {
1216 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups));
1592 frame->nups = ptr[2] & 0x3;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h181 enum hdmi_nups nups; member in struct:hdmi_avi_infoframe
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h407 unsigned char nups; /* (u) number of upvalues */ member in struct:lua_Debug

Completed in 414 milliseconds