Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT) macro
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)
98 #define changewhite(x) ((x)->marked ^= WHITEBITS)
102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
A Dlgc.c64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS)
80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))

Completed in 5 milliseconds