Home | History | Annotate | Download | only in ports

Lines Matching defs:bits

383         id &= 0x3FFFFFFF; // make top two bits 00
393 id = (id & 0x3FFFFFFF) | 0x40000000; // make top two bits 01
398 id = (id & 0x3FFFFFFF) | 0x80000000; // make top two bits 10
1303 * Our subpixel resolution is only 2 bits in each direction, so a scale of 4
1492 const UInt8* bits = CFDataGetBytePtr(bitmap);
1497 int mask = bits[i];