Home
last modified time | relevance | path

Searched refs:otherwhite (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h69 #define otherwhite(g) (g->currentwhite ^ WHITEBITS) macro
70 #define isdead(g,v) ((v)->gch.marked & otherwhite(g) & WHITEBITS)
H A Dlgc.c410 int deadmask = otherwhite(g); in sweeplist()
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) macro
113 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
H A Dlgc.c720 int ow = otherwhite(g); in sweeplist()
1033 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()