Lines Matching defs:bit
330 uint32_t bit = MapTypeToBitMask(item->type_);
332 if (UNLIKELY(bit == 0)) {
337 if (UNLIKELY((used_bits & bit) != 0)) {
342 used_bits |= bit;
856 // Special case of bit pattern 0xxx.
870 // No extra checks necessary for bit pattern 0xxx.
877 // Illegal bit patterns 10xx or 1111.
883 // Bit pattern 110x has an additional byte.
897 // Bit pattern 1110 has 2 additional bytes.