Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h77 #define BLACKBIT 5 /* object is black */ macro
88 #define isblack(x) testbit((x)->marked, BLACKBIT)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
100 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT))
Dlgc.c64 #define maskcolors (bitmask(BLACKBIT) | WHITEBITS)
80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))