Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h90 #define BLACKBIT 2 /* object is black */ macro
101 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
103 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
116 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c57 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
62 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h56 #define BLACKBIT 2 macro
66 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
73 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c32 #define maskmarks cast_byte(~(bitmask(BLACKBIT)|WHITEBITS))
38 #define black2gray(x) resetbit((x)->gch.marked, BLACKBIT)