Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java618 int numTrees = decodeVarLenUnsignedByte(s) + 1; in decodeContextMap() local
620 if (numTrees == 1) { in decodeContextMap()
622 return numTrees; in decodeContextMap()
631 int alphabetSize = numTrees + maxRunLengthPrefix; in decodeContextMap()
664 return numTrees; in decodeContextMap()
/external/brotli/csharp/org/brotli/dec/
DDecode.cs352 int numTrees = DecodeVarLenUnsignedByte(br) + 1; in DecodeContextMap()
353 if (numTrees == 1) in DecodeContextMap()
356 return numTrees; in DecodeContextMap()
365 ReadHuffmanCode(numTrees + maxRunLengthPrefix, table, 0, br); in DecodeContextMap()
401 return numTrees; in DecodeContextMap()
/external/brotli/js/
Ddecode.js561 var /** number */ numTrees = decodeVarLenUnsignedByte(s) + 1;
562 if (numTrees == 1) {
564 return numTrees;
575 var /** number */ alphabetSize = numTrees + maxRunLengthPrefix;
618 return numTrees;
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...