Searched refs:WHITEBITS (Results 1 – 2 of 2) sorted by relevance
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT) macro99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)111 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)989 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()