Home
last modified time | relevance | path

Searched refs:lu_byte (Results 1 – 18 of 18) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlparser.h77 lu_byte t; /* table (register or upvalue) */
80 lu_byte ridx; /* register holding the variable */
99 lu_byte kind;
100 lu_byte ridx; /* register holding the variable */
114 lu_byte nactvar; /* number of active variables in that position */
115 lu_byte close; /* goto that escapes upvalues */
158 lu_byte nactvar; /* number of active local variables */
159 lu_byte nups; /* number of upvalues */
160 lu_byte freereg; /* first free register */
161 lu_byte iwthabs; /* instructions issued since last absolute line info */
[all …]
A Dlstate.h260 lu_byte currentwhite;
261 lu_byte gcstate; /* state of garbage collector */
262 lu_byte gckind; /* kind of GC running */
263 lu_byte gcstopem; /* stops emergency collections */
266 lu_byte gcrunning; /* true if GC is running */
267 lu_byte gcemergency; /* true if this is an emergency collection */
268 lu_byte gcpause; /* size of pause between successive GCs */
269 lu_byte gcstepmul; /* GC "speed" */
270 lu_byte gcstepsize; /* (log2 of) GC granularity */
306 lu_byte status;
[all …]
A Dlobject.h63 #define TValuefields Value value_; lu_byte tt_
275 #define CommonHeader struct GCObject *next; lu_byte tt; lu_byte marked
376 lu_byte shrlen; /* length for short strings */
504 lu_byte instack; /* whether it is in stack (register) */
506 lu_byte kind; /* kind of corresponding variable */
541 lu_byte numparams; /* number of fixed (named) parameters */
542 lu_byte is_vararg;
632 CommonHeader; lu_byte nupvalues; GCObject *gclist
689 lu_byte key_tt; /* key type */
726 lu_byte flags; /* 1<<p means tagmethod(p) is not present */
[all …]
A Dldump.c53 lu_byte x = (lu_byte)y; in dumpByte()
62 lu_byte buff[DIBS]; in dumpSize()
A Dllimits.h36 typedef unsigned char lu_byte; typedef
130 #define cast_byte(i) cast(lu_byte, (i))
A Dlctype.h77 LUAI_DDEC(const lu_byte luai_ctype_[UCHAR_MAX + 2];)
A Dlctype.c28 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
A Dlopcodes.c18 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
A Dlstate.c36 lu_byte extra_[LUA_EXTRASPACE];
51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l)))
A Dlparser.c53 lu_byte nactvar; /* # active locals outside the block */
54 lu_byte upval; /* true if some variable in the block is an upvalue */
55 lu_byte isloop; /* true if 'block' is a loop */
56 lu_byte insidetbc; /* true if inside the scope of a to-be-closed var. */
630 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
1226 lu_byte left; /* left priority for each binary operator */
1227 lu_byte right; /* right priority */
A Dlopcodes.h368 LUAI_DDEC(const lu_byte luaP_opmodes[NUM_OPCODES];)
A Dlundump.c61 static lu_byte loadByte (LoadState *S) { in loadByte()
A Dldo.c865 lu_byte old_allowhooks = L->allowhook; in luaD_closeprotected()
889 lu_byte old_allowhooks = L->allowhook; in luaD_pcall()
A Dlobject.c36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2()
A Dlgc.c908 lu_byte oldah = L->allowhook; in GCTM()
1090 static const lu_byte nextage[] = { in sweepgen()
A Dltable.c517 lu_byte lsizenode = t1->lsizenode; in exchangehashpart()
A Dldebug.c835 lu_byte mask = L->hookmask; in luaG_traceexec()
A Dlapi.c1159 lu_byte oldrunning = g->gcrunning; in lua_gc()

Completed in 35 milliseconds