Searched refs:cast_byte (Results 1 – 25 of 25) sorted by relevance
60 #define resetbits(x,m) ((x) &= cast_byte(~(m)))102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)117 #define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a))
46 h ^= ((h<<5) + (h>>2) + cast_byte(str[l - 1])); in luaS_hash()210 ts->shrlen = cast_byte(l); in internshrstr()
30 c->nupvalues = cast_byte(nupvals); in luaF_newCclosure()39 c->nupvalues = cast_byte(nupvals); in luaF_newLclosure()
72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))838 curr->marked = cast_byte((marked & ~maskgcbits) | white); in sweeplist()1137 curr->marked = cast_byte(marked | G_SURVIVAL | white); in sweepgen()1159 p->marked = cast_byte((p->marked & ~maskgcbits) | white); in whitelist()1562 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
143 #define cast_byte(i) cast(lu_byte, (i)) macro
64 events->flags |= cast_byte(1u<<event); /* cache this fact */ in luaT_gettm()
499 t->lsizenode = cast_byte(lsize); in setnodevector()630 t->flags = cast_byte(maskflags); /* table has no metamethod fields */ in luaH_new()
65 return cast_byte(b); in loadByte()
77 ts->extra = cast_byte(i+1); /* reserved word */ in luaX_init()
733 #define setrealasize(t) ((t)->flags &= cast_byte(~BITRAS))
142 L->hookmask = cast_byte(mask); in lua_sethook()
375 up->idx = cast_byte(v->u.info); in newupvalue()982 f->numparams = cast_byte(fs->nactvar); in parlist()
866 L->status = cast_byte(status); /* mark thread as 'dead' */ in lua_resume()
473 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()
24 c->c.nupvalues = cast_byte(n); in luaF_newCclosure()32 c->l.nupvalues = cast_byte(n); in luaF_newLclosure()
55 events->flags |= cast_byte(1u<<event); /* cache this fact */ in luaT_gettm()
92 #define cast_byte(i) cast(lu_byte, (i)) macro
299 t->lsizenode = cast_byte(lsize); in setnodevector()371 t->flags = cast_byte(~0); in luaH_new()
55 h = h ^ ((h<<5) + (h>>2) + cast_byte(str[l1 - 1])); in luaS_hash()
59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))746 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()1033 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
188 L->status = cast_byte(errcode); /* mark it as dead */ in luaD_throw()640 L->status = cast_byte(status); /* mark thread as `dead' */ in lua_resume()
67 ts->tsv.extra = cast_byte(i+1); /* reserved word */ in luaX_init()
205 fs->nactvar = cast_byte(fs->nactvar + nvars); in adjustlocalvars()237 f->upvalues[fs->nups].idx = cast_byte(v->u.info); in newupvalue()787 f->numparams = cast_byte(fs->nactvar); in parlist()
69 L->hookmask = cast_byte(mask); in lua_sethook()
268 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()