Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 25 of 26) sorted by relevance

12

/l4re-core-master/ned/doc/
A DAw.lua34 sigma0 = L4.cast(L4.Proto.Factory, L4.Env.sigma0):create(L4.Proto.Sigma0);
49 scheduler = L4.Env.user_factory:create(L4.Proto.Scheduler, 0x90, 0x80)
99 scheduler = L4.Env.user_factory:create(L4.Proto.Scheduler, 0x80, 0x70)
135 scheduler = L4.Env.user_factory:create(L4.Proto.Scheduler, 0x78, 0x70)
A Dtutorial.lua201 l = L4.Loader.new({mem = L4.Env.user_factory:create(L4.Proto.Factory, 512*1024)})
228 mem = L4.Env.user_factory:create(L4.Proto.Factory, 128*1024)
A Dned.dox65 table \c L4.Proto. The definition is not complete and only covers
70 \skipline Proto = {
/l4re-core-master/lua/lib/contrib/src/
A Dldump.c100 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode()
106 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
108 static void dumpConstants (DumpState *D, const Proto *f) { in dumpConstants()
134 static void dumpProtos (DumpState *D, const Proto *f) { in dumpProtos()
143 static void dumpUpvalues (DumpState *D, const Proto *f) { in dumpUpvalues()
154 static void dumpDebug (DumpState *D, const Proto *f) { in dumpDebug()
179 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { in dumpFunction()
213 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, in luaU_dump()
A Dlundump.c110 static TString *loadStringN (LoadState *S, Proto *p) { in loadStringN()
136 static TString *loadString (LoadState *S, Proto *p) { in loadString()
144 static void loadCode (LoadState *S, Proto *f) { in loadCode()
152 static void loadFunction(LoadState *S, Proto *f, TString *psource);
155 static void loadConstants (LoadState *S, Proto *f) { in loadConstants()
191 static void loadProtos (LoadState *S, Proto *f) { in loadProtos()
194 f->p = luaM_newvectorchecked(S->L, n, Proto *); in loadProtos()
212 static void loadUpvalues (LoadState *S, Proto *f) { in loadUpvalues()
227 static void loadDebug (LoadState *S, Proto *f) { in loadDebug()
256 static void loadFunction (LoadState *S, Proto *f, TString *psource) { in loadFunction()
A Dldebug.c60 static int getbaseline (const Proto *f, int pc, int *basepc) { in getbaseline()
83 int luaG_getfuncline (const Proto *f, int pc) { in luaG_getfuncline()
177 static const char *upvalname (const Proto *p, int uv) { in upvalname()
265 const Proto *p = cl->l.p; in funcinfo()
282 static int nextline (const Proto *p, int currentline, int pc) { in nextline()
298 const Proto *p = f->l.p; in collectvalidlines()
426 static void kname (const Proto *p, int c, const char **name) { in kname()
464 static int findsetreg (const Proto *p, int lastpc, int reg) { in findsetreg()
596 const Proto *p = ci_func(ci)->p; /* calling function */ in funcnamefromcode()
800 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()
[all …]
A Dlfunc.h50 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
59 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
60 LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number,
A Dluac.c28 static void PrintFunction(const Proto* f, int full);
143 static const Proto* combine(lua_State* L, int n) in combine()
149 Proto* f; in combine()
173 const Proto* f; in pmain()
266 static void PrintType(const Proto* f, int i) in PrintType()
295 static void PrintConstant(const Proto* f, int i) in PrintConstant()
335 static void PrintCode(const Proto* f) in PrintCode()
669 static void PrintHeader(const Proto* f) in PrintHeader()
689 static void PrintDebug(const Proto* f) in PrintDebug()
717 static void PrintFunction(const Proto* f, int full) in PrintFunction()
A Dlfunc.c240 Proto *luaF_newproto (lua_State *L) { in luaF_newproto()
241 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto()
242 Proto *f = gco2p(o); in luaF_newproto()
267 void luaF_freeproto (lua_State *L, Proto *f) { in luaF_freeproto()
283 const char *luaF_getlocalname (const Proto *f, int local_number, int pc) { in luaF_getlocalname()
A Dlundump.h33 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w,
A Dldebug.h39 LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc);
A Dlobject.h539 typedef struct Proto { struct
555 struct Proto **p; /* functions defined inside the function */ argument
562 } Proto; argument
643 struct Proto *p;
A Dlparser.h145 Proto *f; /* current function header */
A Dlparser.c176 Proto *f = fs->f; in registerlocalvar()
353 Proto *f = fs->f; in allocupvalue()
686 static Proto *addprototype (LexState *ls) { in addprototype()
687 Proto *clp; in addprototype()
690 Proto *f = fs->f; /* prototype of current function */ in addprototype()
693 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions"); in addprototype()
718 Proto *f = fs->f; in open_func()
747 Proto *f = fs->f; in close_func()
757 luaM_shrinkvector(L, f->p, f->sizep, fs->np, Proto *); in close_func()
950 Proto *f = fs->f; in parlist()
A Dltm.h98 struct CallInfo *ci, const Proto *p);
A Dldo.c352 Proto *p = ci_func(ci)->p; in luaD_hookcall()
371 Proto *p = ci_func(ci)->p; in rethook()
482 Proto *p = clLvalue(s2v(func))->p; in luaD_pretailcall()
540 Proto *p = clLvalue(s2v(func))->p; in luaD_precall()
A Dlstate.h354 struct Proto p;
A Dlcode.c328 static void savelineinfo (FuncState *fs, Proto *f, int line) { in savelineinfo()
353 Proto *f = fs->f; in removelastlineinfo()
382 Proto *f = fs->f; in luaK_code()
545 Proto *f = fs->f; in addk()
1788 Proto *p = fs->f; in luaK_finish()
A Dltm.c239 const Proto *p) { in luaT_adjustvarargs()
A Dlvm.c787 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, in pushclosure()
1809 Proto *p = cl->p->p[GETARG_Bx(i)]; in luaV_execute()
A Dlapi.c1363 Proto *p = f->p; in aux_upvalue()
/l4re-core-master/ned/server/src/
A Dned.lua17 Proto = {
196 local ns = ns_fab:create(Proto.Namespace);
240 return self.loader.log_fab:create(Proto.Log, table.unpack(self.log_args));
301 return self.factory:create(Proto.Ipc_gate);
/l4re-core-master/l4sys/include/
A D__typeinfo.h98 enum { Proto = P }; enumerator
130 enum { Proto = I::Proto }; enumerator
133 { return (proto == Proto) || Next::contains(proto); } in contains()
202 struct __Iface_conflict : Bool<I1::Proto != PROTO_EMPTY && I1::Proto == I2::Proto> {};
309 if (I::Proto == proto)
310 return _f(self, a1, a2, Bool<I::Proto == (long)L4_PROTO_META>());
A Dfactory52 typedef l4_mword_t Proto;
/l4re-core-master/l4sys/include/cxx/
A Dipc_epiface482 if (I::Proto == tag.label())
483 return _f(self, tag, r, utcb, Bool<I::Proto == (long)L4_PROTO_META>());

Completed in 39 milliseconds

12