Searched refs:BLACKBIT (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
D | lgc.h | 89 #define BLACKBIT 2 /* object is black */ macro 100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT) 102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT))) 115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
|
D | lgc.c | 58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) 63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
|
/external/syslinux/com32/lua/src/ |
D | lgc.h | 89 #define BLACKBIT 2 /* object is black */ macro 100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT) 102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT))) 115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
|
D | lgc.c | 58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) 63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
|