Searched refs:fillWithZeros (Results 1 – 3 of 3) sorted by relevance
46 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument47 byte[] array = arrayCache.getByteArray(size, fillWithZeros); in getByteArray()72 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument73 int[] array = arrayCache.getIntArray(size, fillWithZeros); in getIntArray()
237 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument242 else if (fillWithZeros) in getByteArray()261 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument266 else if (fillWithZeros) in getIntArray()
134 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() argument161 public int[] getIntArray(int size, boolean fillWithZeros) { in getIntArray() argument