(State s)
| 103 | } |
| 104 | |
| 105 | static void assertAccumulatorHealthy(State s) { |
| 106 | if (s.bitOffset > BITNESS) { |
| 107 | throw new IllegalStateException("Accumulator underloaded: " + s.bitOffset); |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | static void fillBitWindow(State s) { |
| 112 | if (BIT_READER_DEBUG != 0) { |
no outgoing calls
no test coverage detected