Searched refs:BLACKBIT (Results 1 – 4 of 4) sorted by relevance
90 #define BLACKBIT 2 /* object is black */ macro101 #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)
57 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))62 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
56 #define BLACKBIT 2 macro66 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)73 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
32 #define maskmarks cast_byte(~(bitmask(BLACKBIT)|WHITEBITS))38 #define black2gray(x) resetbit((x)->gch.marked, BLACKBIT)