Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DBitReader.cs45 private int tailBytes = 0; field in Org.Brotli.Dec.BitReader
83 br.tailBytes = bytesRead; in ReadMoreInput()
104 if (byteOffset > br.tailBytes) in CheckHealth()
108 if (endOfStream && (byteOffset != br.tailBytes)) in CheckHealth()
201 limit = (br.tailBytes + 3) >> 2; in IntAvailable()
/external/brotli/java/org/brotli/dec/
DBitReader.java70 s.tailBytes = bytesInBuffer; in doReadMoreInput()
84 if (byteOffset > s.tailBytes) { in checkHealth()
87 if ((endOfStream != 0) && (byteOffset != s.tailBytes)) { in checkHealth()
186 limit = (s.tailBytes + (HALF_SIZE - 1)) >> LOG_HALF_SIZE; in halfAvailable()
DState.java35 int tailBytes; // BitReader: number of bytes in unfinished half. field in State
/external/brotli/js/
Ddecode.js1260 s.tailBytes = bytesInBuffer;
1278 if (byteOffset > s.tailBytes) {
1281 if ((endOfStream != 0) && (byteOffset != s.tailBytes)) {
1362 limit = (s.tailBytes + 1) >> 1;
1517 this.tailBytes = 0;
Ddecode.min.js1tailBytes=i;i+=1;break}i+=a}le(e,i)}function Z(e,t){if(e.endOfStreamReached==0){return}var i=(e.ha…