Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DUtils.java52 static void fillIntsWithZeroes(int[] dest, int start, int end) { in fillIntsWithZeroes() method in Utils
DDecode.java352 Utils.fillIntsWithZeroes(codeLengths, symbol, numSymbols); in readHuffmanCodeLengths()