Searched refs:maskcolors (Results 1 – 1 of 1) sorted by relevance
64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS) macro67 #define maskgcbits (maskcolors | AGEBITS)72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))75 #define set2gray(x) resetbits(x->marked, maskcolors)
Completed in 6 milliseconds