Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c59 ts->tsv.marked = luaC_white(G(L)); in newlstr()
101 u->uv.marked = luaC_white(G(L)); /* is not finalized */ in luaS_newudata()
H A Dlgc.h77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
H A Dlfunc.c69 uv->marked = luaC_white(g); in luaF_findupval()
H A Dlstate.c154 L->marked = luaC_white(g); in lua_newstate()
H A Dlgc.c35 ((x)->gch.marked = cast_byte(((x)->gch.marked & maskmarks) | luaC_white(g)))
689 o->gch.marked = luaC_white(g); in luaC_link()
/f-stack/freebsd/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()