Searched refs:luaC_white (Results 1 – 3 of 3) sorted by relevance
102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS) macro
72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))262 o->marked = luaC_white(g); in luaC_newobj()815 int white = luaC_white(g); /* current white */ in sweeplist()1093 int white = luaC_white(g); in sweepgen()1124 int white = luaC_white(g); in whitelist()
329 L1->marked = luaC_white(g); in lua_newthread()395 L->marked = luaC_white(g); in lua_newstate()