Searched refs:halfAvailable (Results 1 – 2 of 2) sorted by relevance
54 if (halfAvailable(s) >= -2) { in doReadMoreInput()183 static int halfAvailable(State s) { in halfAvailable() method in BitReader207 int copyNibbles = Math.min(halfAvailable(s), length >> LOG_HALF_SIZE); in copyBytes()221 if (halfAvailable(s) > 0) { in copyBytes()
1246 if (halfAvailable(s) >= -2) {1359 function halfAvailable(s) { function in BrotliDecodeClosure1385 var /** !number */ copyNibbles = min(halfAvailable(s), length >> 1);1397 if (halfAvailable(s) > 0) {