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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.h111 lu_byte nups; /* number of upvalues */ member in struct:FuncState
H A Dlparser.c222 for (i = 0; i < fs->nups; i++) {
232 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues");
233 luaM_growvector(fs->ls->L, f->upvalues, fs->nups, f->sizeupvalues,
236 f->upvalues[fs->nups].instack = (v->k == VLOCAL);
237 f->upvalues[fs->nups].idx = cast_byte(v->u.info);
238 f->upvalues[fs->nups].name = name;
240 return fs->nups++;
537 fs->nups = 0;
569 luaM_reallocvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc);
570 f->sizeupvalues = fs->nups;
[all...]
H A Dldebug.c240 ar->nups = (f == NULL) ? 0 : f->c.nupvalues;
/freebsd-13-stable/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;
730 fs->nups = 0;
759 luaM_shrinkvector(L, f->upvalues, f->sizeupvalues, fs->nups, Upvaldesc);
1950 lua_assert(!funcstate.prev && funcstate.nups == 1 && !lexstate.fs);
H A Dldblib.c180 settabsi(L, "nups", ar.nups);
H A Dlua.h479 unsigned char nups; /* (u) number of upvalues */ member in struct:lua_Debug
H A Dldebug.c344 ar->nups = (f == NULL) ? 0 : f->c.nupvalues;
/freebsd-13-stable/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-13-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c132 (frame->nups & 0x3);
615 static const char *hdmi_nups_get_name(enum hdmi_nups nups) argument
617 switch (nups) {
683 hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups));
1031 frame->nups = ptr[2] & 0x3;
H A Dhdmi.h148 enum hdmi_nups nups; member in struct:hdmi_avi_infoframe
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h408 unsigned char nups; /* (u) number of upvalues */ member in struct:lua_Debug

Completed in 129 milliseconds