Lines Matching refs:lu_byte

209 typedef unsigned char lu_byte;  typedef
216 #define cast_byte(i)cast(lu_byte,(i))
223 GCObject*next;lu_byte tt;lu_byte marked;
274 GCObject*next;lu_byte tt;lu_byte marked;
275 lu_byte reserved;
285 GCObject*next;lu_byte tt;lu_byte marked;
292 GCObject*next;lu_byte tt;lu_byte marked;
309 lu_byte nups;
310 lu_byte numparams;
311 lu_byte is_vararg;
312 lu_byte maxstacksize;
320 GCObject*next;lu_byte tt;lu_byte marked;
331 GCObject*next;lu_byte tt;lu_byte marked;lu_byte isC;lu_byte nupvalues;GCObject*gclist;struct Table*…
336 GCObject*next;lu_byte tt;lu_byte marked;lu_byte isC;lu_byte nupvalues;GCObject*gclist;struct Table*…
357 GCObject*next;lu_byte tt;lu_byte marked;
358 lu_byte flags;
359 lu_byte lsizenode;
438 lu_byte currentwhite;
439 lu_byte gcstate;
462 GCObject*next;lu_byte tt;lu_byte marked;
463 lu_byte status;
477 lu_byte hookmask;
478 lu_byte allowhook;
560 #define resetbits(x,m)((x)&=cast(lu_byte,~(m)))
579 #define luaC_white(g)cast(lu_byte,(g)->currentwhite&bit2mask(0,1))
586 static void luaC_link(lua_State*L,GCObject*o,lu_byte tt);
620 static const lu_byte log_2[256]={ in luaO_log2()
946 static const lu_byte luaP_opmodes[(cast(int,OP_VARARG)+1)];
960 lu_byte k;
961 lu_byte info;
978 lu_byte nactvar;
1212 lu_byte old_allowhooks=L->allowhook;
2055 lu_byte oldah=L->allowhook;
2211 static void luaC_link(lua_State*L,GCObject*o,lu_byte tt){
2257 #define fromstate(l)(cast(lu_byte*,(l))-0)
2258 #define tostate(l)(cast(lua_State*,cast(lu_byte*,l)+0))
2620 static const lu_byte luaP_opmodes[(cast(int,OP_VARARG)+1)]={
3661 lu_byte nactvar;
3662 lu_byte upval;
3663 lu_byte isbreakable;
3841 static void enterblock(FuncState*fs,BlockCnt*bl,lu_byte isbreakable){
4265 lu_byte left;
4266 lu_byte right;