Home
last modified time | relevance | path

Searched refs:luaC_white (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlstate.c293 L1->marked = luaC_white(g); in lua_newthread()
359 L->marked = luaC_white(g); in lua_newstate()
H A Dlgc.h102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS) macro
H A Dlgc.c72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))
261 o->marked = luaC_white(g); in luaC_newobj()
821 int white = luaC_white(g); /* current white */ in sweeplist()
1099 int white = luaC_white(g); in sweepgen()
1130 int white = luaC_white(g); in whitelist()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlgc.h120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
H A Dlgc.c59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
218 gch(o)->marked = luaC_white(g); in luaC_newobj()
730 toset = luaC_white(g); /* make object white */ in sweeplist()
H A Dlstate.c275 L->marked = luaC_white(g); in lua_newstate()