Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DUtils.java21 private static final int[] INT_ZEROES = new int[1024]; field in Utils
56 System.arraycopy(INT_ZEROES, 0, dest, cursor, step); in fillIntsWithZeroes()