Searched refs:accumulator64 (Results 1 – 2 of 2) sorted by relevance
96 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()97 | (s.accumulator64 >>> HALF_BITNESS); in fillBitWindow()108 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()109 | (s.accumulator64 >>> HALF_BITNESS); in doFillBitWindow()119 return (int) (s.accumulator64 >>> s.bitOffset); in peekBits()148 s.accumulator64 = 0; in initBitReader()
28 long accumulator64; // BitReader: pre-fetched bits. field in State