Searched refs:INT_ZEROES (Results 1 – 1 of 1) sorted by relevance
21 private static final int[] INT_ZEROES = new int[1024]; field in Utils56 System.arraycopy(INT_ZEROES, 0, dest, cursor, step); in fillIntsWithZeroes()