Home | History | Annotate | Download | only in libdex

Lines Matching defs:bit

257  * Set the given bit in pDefinedClassBits, returning its former value.
261 u4 bit = 1 << (typeIdx & 0x1f);
263 bool result = (*element & bit) != 0;
265 *element |= bit;
342 * one-bit-on integer, suitable for use in an int-sized bit set.
401 u4 usedBits = 0; // Bit set: one bit per section
448 u4 bit = mapTypeToBitMask(item->type);
450 if (bit == 0) {
454 if ((usedBits & bit) != 0) {
459 usedBits |= bit;
1883 // Special case of bit pattern 0xxx.
1898 // Bit pattern 0xxx. No need for any extra bytes or checks.
1907 * Bit pattern 10xx or 1111, which are illegal start bytes.
1915 // Bit pattern 1110, so there are two additional bytes.
1936 // Bit pattern 110x, so there is one additional byte.