Searched refs:cast_byte (Results 1 – 14 of 14) sorted by relevance
62 #define resetbits(x,m) ((x) &= cast_byte(~(m)))104 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)119 #define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a))
50 h ^= ((h<<5) + (h>>2) + cast_byte(str[l - 1])); in luaS_hash()214 ts->shrlen = cast_byte(l); in internshrstr()
34 c->nupvalues = cast_byte(nupvals); in luaF_newCclosure()43 c->nupvalues = cast_byte(nupvals); in luaF_newLclosure()
75 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))83 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))839 curr->marked = cast_byte((marked & ~maskgcbits) | white); in sweeplist()1138 curr->marked = cast_byte(marked | G_SURVIVAL | white); in sweepgen()1160 p->marked = cast_byte((p->marked & ~maskgcbits) | white); in whitelist()1563 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
149 #define cast_byte(i) cast(lu_byte, (i)) macro
73 events->flags |= cast_byte(1u<<event); /* cache this fact */ in luaT_gettm()
509 t->lsizenode = cast_byte(lsize); in setnodevector()640 t->flags = cast_byte(maskflags); /* table has no metamethod fields */ in luaH_new()
69 return cast_byte(b); in loadByte()
81 ts->extra = cast_byte(i+1); /* reserved word */ in luaX_init()
747 #define setrealasize(t) ((t)->flags &= cast_byte(~BITRAS))
143 L->hookmask = cast_byte(mask); in lua_sethook()
379 up->idx = cast_byte(v->u.info); in newupvalue()987 f->numparams = cast_byte(fs->nactvar); in parlist()
859 L->status = cast_byte(status); /* mark thread as 'dead' */ in lua_resume()
478 fs->f->maxstacksize = cast_byte(newstack); in luaK_checkstack()