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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c57 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) macro
59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
729 toclear = maskcolors; /* clear all color bits + old bit */
/freebsd-13-stable/contrib/lua/src/
H 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 107 milliseconds