Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h69 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlstate.h72 lu_byte currentwhite; member
H A Dlstate.c153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c486 g->currentwhite = WHITEBITS | bitmask(SFIXEDBIT); /* mask to collect all elements */ in luaC_freeall()
548 g->currentwhite = cast_byte(otherwhite(g)); in atomic()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h111 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlstate.h123 lu_byte currentwhite; member
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c988 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()
1033 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()