Searched refs:readBit (Results 1 – 8 of 8) sorted by relevance
85 result |= reader.readBit() ? 1 : 0; in decodeNormalizedConstrainedWholeNumber()111 if (reader.readBit()) { in decodeNormallySmallWholeNumber()234 if (!reader.readBit()) { in decodeSemiConstrainedLength()236 } else if (!reader.readBit()) { in decodeSemiConstrainedLength()
40 public boolean readBit() { in readBit() method in BitStreamReader87 result |= (readBit() ? 1 : 0); in readLowBits()
270 hasExtensionValuesToDecode = reader.readBit(); in decodePerImpl()280 if (reader.readBit()) { in decodePerImpl()302 if (reader.readBit()) { in decodePerImpl()317 if (reader.readBit()) { in decodePerImpl()324 if (reader.readBit()) { in decodePerImpl()
80 value = reader.readBit(); in decodePerUnaligned()84 value = reader.readBit(); in decodePerAligned()
96 value.set(i, reader.readBit()); in decodeBerValue()172 value.set(i, reader.readBit()); in decodePerImpl()193 value.set(i, reader.readBit()); in decodePerImpl()
150 if (reader.readBit()) { in decodeNormallySmallWholeNumber()299 if (!reader.readBit()) { in decodeSemiConstrainedLength()301 } else if (!reader.readBit()) { in decodeSemiConstrainedLength()
134 if (isExtensible() && reader.readBit()) { in decodePerImpl()
257 extensionValued = reader.readBit(); in decodePerImpl()