Home
last modified time | relevance | path

Searched refs:maskcolors (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS) macro
67 #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