Searched refs:testbits (Results 1 – 2 of 2) sorted by relevance
78 #define testbits(x,m) ((x) & (m)) macro83 #define testbit(x,b) testbits(x, bitmask(b))99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
742 if (testbits(marked, tostop)) in sweeplist()