Home | History | Annotate | Download | only in fb

Lines Matching defs:BITS

85 #define BITS	    BYTE
92 #undef BITS
99 #define BITS CARD16
105 #undef BITS
111 #define BITS CARD32
116 #undef BITS
132 FbStip bits;
146 bits = 0;
148 bits |= mask;
151 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits));
152 bits = 0;
158 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits));
159 bits = 0;
164 if (bits)
165 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, bits));