Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java1045 int remChunkLength = chunkLength - s.cdBrOffset; in copyFromCompoundDictionary() local
1047 if (length > remChunkLength) { in copyFromCompoundDictionary()
1048 length = remChunkLength; in copyFromCompoundDictionary()
1058 if (length == remChunkLength) { in copyFromCompoundDictionary()