Lines Matching defs:xor

220 #define FbSelectPatternPart(xor,o,t)	((xor) >> (FbPatternOffset (o,t) << 3))
221 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
222 FbSelectPart(xor,off,t)))
268 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
270 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
273 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
274 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
277 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
278 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
281 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
282 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
283 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
286 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
287 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
288 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
291 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
292 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
293 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
294 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
297 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
298 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
299 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
302 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
305 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
308 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
309 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
312 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
313 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
316 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
317 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
318 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
321 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
322 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
325 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
328 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
329 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
332 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
333 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
336 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
337 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
338 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
341 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
342 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
345 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
348 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
351 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
352 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
355 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
358 #define FbDoRightMaskByteRRop6Cases(dst,xor) \
360 FbStorePart(dst,0,CARD32,xor); \
363 FbStorePart(dst,0,CARD32,xor); \
364 FbStorePart(dst,4,CARD8,xor); \
367 FbStorePart(dst,0,CARD32,xor); \
368 FbStorePart(dst,4,CARD16,xor); \
371 FbStorePart(dst,0,CARD32,xor); \
372 FbStorePart(dst,4,CARD16,xor); \
373 FbStorePart(dst,6,CARD8,xor); \
376 #define FbDoLeftMaskByteRRop6Cases(dst,xor)
377 #define FbDoRightMaskByteRRop6Cases(dst,xor)
380 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
382 FbDoLeftMaskByteRRop6Cases(dst,xor) \
384 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
387 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
388 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
391 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
394 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
396 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
399 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
402 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
407 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
410 FbStorePart(dst,0,CARD8,xor); \
413 FbStorePart(dst,0,CARD16,xor); \
416 FbStorePart(dst,0,CARD16,xor); \
417 FbStorePart(dst,2,CARD8,xor); \
419 FbDoRightMaskByteRRop6Cases(dst,xor) \
421 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
620 FbBits and, xor; /* reduced rop values */
823 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
829 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
871 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
877 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
919 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
925 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
967 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor);
973 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
1174 int xa, int ya, int xb, int yb, FbBits and, FbBits xor);
1501 int dstX, int bpp, int width, int height, FbBits and, FbBits xor);
1507 int dstX, int width, int height, FbBits and, FbBits xor);
1652 RegionPtr pRegion, FbBits and, FbBits xor);