Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DUtils.java19 private static final byte[] BYTE_ZEROES = new byte[1024]; field in Utils
37 System.arraycopy(BYTE_ZEROES, 0, dest, cursor, step); in fillBytesWithZeroes()