Searched refs:MSB_IN_BYTE (Results 1 – 1 of 1) sorted by relevance
62 private static final int MSB_IN_BYTE = 0x80; field in ResponderLocation867 int result = (buffer[bufferIndex] & (MSB_IN_BYTE >> bitOffsetInByte)) == 0 ? 0 : 1; in getBitAtBitOffsetInByteArray()