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)95 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))98 #define changewhite(x) ((x)->marked ^= WHITEBITS)101 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
66 #define maskcolors (~(bitmask(BLACKBIT) | WHITEBITS))70 #define white2gray(x) resetbits(x->marked, WHITEBITS)973 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()