Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DUtils.java33 static void fillBytesWithZeroes(byte[] dest, int start, int end) { in fillBytesWithZeroes() method in Utils
DDecode.java441 Utils.fillBytesWithZeroes(contextMap, 0, contextMapSize); in decodeContextMap()