Lines Matching defs:bit
231 * Set the given bit in pDefinedClassBits, returning its former value.
235 u4 bit = 1 << (typeIdx & 0x1f);
237 bool result = (*element & bit) != 0;
239 *element |= bit;
316 * one-bit-on integer, suitable for use in an int-sized bit set.
375 u4 usedBits = 0; // Bit set: one bit per section
422 u4 bit = mapTypeToBitMask(item->type);
424 if (bit == 0) {
428 if ((usedBits & bit) != 0) {
433 usedBits |= bit;
1881 // Special case of bit pattern 0xxx.
1896 // Bit pattern 0xxx. No need for any extra bytes or checks.
1905 * Bit pattern 10xx or 1111, which are illegal start bytes.
1913 // Bit pattern 1110, so there are two additional bytes.
1934 // Bit pattern 110x, so there is one additional byte.