Home | History | Annotate | Download | only in dev

Lines Matching defs:ALL1BITS

119 #define	ALL1BITS	(~0U)
262 * val is assumed only ALL0BITS or ALL1BITS, because all bits are used as is
281 mask = ALL1BITS >> dstbitoffs;
327 mask = ALL1BITS;
348 mask = ALL1BITS >> dstbitoffs;
405 mask = ALL1BITS;
499 mask = ALL1BITS >> xl;
549 mask = ALL1BITS;
777 mask = ALL1BITS << (32 - wl);
812 om_set_rop(plane, rop[plane], ALL1BITS);
1048 mask = ALL1BITS << (32 - wl);
1124 rmask = ALL1BITS << (-width & ALIGNMASK);
1208 om_set_rop_curplane(ROP_THROUGH, ALL1BITS);
1245 om_set_rop(i, rop[i], ALL1BITS);
1319 lmask = (db == 0) ? 0 : ALL1BITS >> db;
1321 rmask = (eb == 0) ? 0 : ALL1BITS << (32 - eb);
1458 lmask = (db == 0) ? 0 : ALL1BITS >> db;
1460 rmask = (eb == 0) ? 0 : ALL1BITS << (32 - eb);