Searched refs:lu_byte (Results 1 – 18 of 18) sorted by relevance
77 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 …]
260 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 …]
63 #define TValuefields Value value_; lu_byte tt_275 #define CommonHeader struct GCObject *next; lu_byte tt; lu_byte marked376 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 *gclist689 lu_byte key_tt; /* key type */726 lu_byte flags; /* 1<<p means tagmethod(p) is not present */[all …]
53 lu_byte x = (lu_byte)y; in dumpByte()62 lu_byte buff[DIBS]; in dumpSize()
36 typedef unsigned char lu_byte; typedef130 #define cast_byte(i) cast(lu_byte, (i))
77 LUAI_DDEC(const lu_byte luai_ctype_[UCHAR_MAX + 2];)
28 LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
18 LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
36 lu_byte extra_[LUA_EXTRASPACE];51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l)))
53 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 */
368 LUAI_DDEC(const lu_byte luaP_opmodes[NUM_OPCODES];)
61 static lu_byte loadByte (LoadState *S) { in loadByte()
865 lu_byte old_allowhooks = L->allowhook; in luaD_closeprotected()889 lu_byte old_allowhooks = L->allowhook; in luaD_pcall()
36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2()
908 lu_byte oldah = L->allowhook; in GCTM()1090 static const lu_byte nextage[] = { in sweepgen()
517 lu_byte lsizenode = t1->lsizenode; in exchangehashpart()
835 lu_byte mask = L->hookmask; in luaG_traceexec()
1159 lu_byte oldrunning = g->gcrunning; in lua_gc()
Completed in 35 milliseconds