Home
last modified time | relevance | path

Searched refs:INSERT_LOOP (Results 1 – 1 of 1) sorted by relevance

/external/brotli/java/org/brotli/dec/
DDecode.java26 private static final int INSERT_LOOP = 6; field in Decode
783 s.runningState = INSERT_LOOP; in decompress()
786 case INSERT_LOOP: in decompress()
800 s.nextRunningState = INSERT_LOOP; in decompress()
825 s.nextRunningState = INSERT_LOOP; in decompress()
831 if (s.runningState != INSERT_LOOP) { in decompress()