Searched refs:WHITEBITS (Results 1 – 2 of 2) sorted by relevance
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT) macro87 #define iswhite(x) testbits((x)->marked, WHITEBITS)90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)98 #define changewhite(x) ((x)->marked ^= WHITEBITS)102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS)80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))